Package org.apache.struts2.util.location
Interface LocationUtils.LocationFinder
- Enclosing class:
- LocationUtils
public static interface LocationUtils.LocationFinder
An finder or object locations
- 
Method SummaryModifier and TypeMethodDescriptiongetLocation(Object obj, String description) Get the location of an object
- 
Method Details- 
getLocationGet the location of an object- Parameters:
- obj- the object for which to find a location
- description- and optional description to be added to the object's location
- Returns:
- the object's location or nullif object's class isn't handled by this finder.
 
 
-