Package org.apache.struts2.util.location
Class Located
java.lang.Object
org.apache.struts2.util.location.Located
- All Implemented Interfaces:
- Locatable
- Direct Known Subclasses:
- ActionConfig,- ExceptionMappingConfig,- InterceptorConfig,- InterceptorStackConfig,- LocatableConstantFactory,- LocatableFactory,- PackageConfig,- ResultConfig,- ResultTypeConfig,- UnknownHandlerConfig,- ValidatorConfig
Base class for location aware objects
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the location of this objectvoidsetLocation(Location loc) Set the location of this object
- 
Field Details- 
location
 
- 
- 
Constructor Details- 
Locatedpublic Located()
 
- 
- 
Method Details- 
getLocationGet the location of this object- Specified by:
- getLocationin interface- Locatable
- Returns:
- the location
 
- 
setLocationSet the location of this object- Parameters:
- loc- the location
 
 
-