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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the location of this objectvoid
setLocation
(Location loc) Set the location of this object
-
Field Details
-
location
-
-
Constructor Details
-
Located
public Located()
-
-
Method Details
-
getLocation
Get the location of this object- Specified by:
getLocation
in interfaceLocatable
- Returns:
- the location
-
setLocation
Set the location of this object- Parameters:
loc
- the location
-