Uses of Interface
org.apache.struts2.util.location.LocationUtils.LocationFinder
Packages that use LocationUtils.LocationFinder
Package
Description
Classes and utilities used to track location information.
-
Uses of LocationUtils.LocationFinder in org.apache.struts2.util.location
Methods in org.apache.struts2.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)
.