Package org.apache.struts2.util.location
Interface Locatable
- All Known Implementing Classes:
- ActionConfig,- ConfigurationException,- ExceptionMappingConfig,- InterceptorConfig,- InterceptorStackConfig,- LocatableConstantFactory,- LocatableFactory,- LocatableProperties,- Located,- PackageConfig,- ReflectionException,- ResultConfig,- ResultTypeConfig,- StrutsException,- TypeConversionException,- UnknownHandlerConfig,- ValidatorConfig
public interface Locatable
A interface that should be implemented by objects knowning their location (i.e. where they
 have been created from).
- 
Method Summary
- 
Method Details- 
getLocationLocation getLocation()Get the location of this object- Returns:
- the location
 
 
-