Uses of Interface
com.opensymphony.xwork2.util.location.LocationUtils.LocationFinder
Packages that use LocationUtils.LocationFinder
Package
Description
Classes and utilities used to track location information.
-
Uses of LocationUtils.LocationFinder in com.opensymphony.xwork2.util.location
Methods in com.opensymphony.xwork2.util.location with parameters of type LocationUtils.LocationFinderModifier and TypeMethodDescriptionstatic void
LocationUtils.addFinder
(LocationUtils.LocationFinder finder) Add aLocationUtils.LocationFinder
to the list of finders that will be queried for an object's location byLocationUtils.getLocation(Object, String)
.