Uses of Interface
com.opensymphony.xwork2.util.location.Location
Packages that use Location
Package
Description
Configuration entity classes.
Configuration provider classes.
XWork util classes.
Classes and utilities used to track location information.
XWork validation subsystem.
Classes for Struts configuration and property handling.
This package contains a reimagining of the traditional Struts filter dispatchers.
-
Uses of Location in com.opensymphony.xwork2.config.entities
Methods in com.opensymphony.xwork2.config.entities with parameters of type LocationModifier and TypeMethodDescriptionConstructors in com.opensymphony.xwork2.config.entities with parameters of type Location -
Uses of Location in com.opensymphony.xwork2.config.providers
Methods in com.opensymphony.xwork2.config.providers with parameters of type LocationModifier and TypeMethodDescriptionprotected ActionConfig
XmlDocConfigurationProvider.buildActionConfig
(Element actionElement, Location location, PackageConfig.Builder packageContext, Map<String, ResultConfig> results) protected ResultConfig
XmlDocConfigurationProvider.buildResultConfig
(String name, ResultTypeConfig config, Location location, Map<String, String> params) protected ResultTypeConfig
XmlDocConfigurationProvider.buildResultTypeConfig
(Element resultTypeElement, Location location, String paramName) static List<InterceptorMapping>
InterceptorBuilder.constructInterceptorReference
(InterceptorLocator interceptorLocator, String refName, Map<String, String> refParams, Location location, ObjectFactory objectFactory) Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).protected void
XmlDocConfigurationProvider.verifyAction
(String className, Location loc) protected boolean
XmlDocConfigurationProvider.verifyAction
(String className, String name, Location loc) Deprecated.protected void
XmlDocConfigurationProvider.verifyInterceptor
(String className, Location loc) protected Class<?>
XmlDocConfigurationProvider.verifyResultType
(String className, Location loc) -
Uses of Location in com.opensymphony.xwork2.util
Methods in com.opensymphony.xwork2.util that return Location -
Uses of Location in com.opensymphony.xwork2.util.location
Classes in com.opensymphony.xwork2.util.location that implement LocationModifier and TypeClassDescriptionclass
A simple immutable and serializable implementation ofLocation
.Fields in com.opensymphony.xwork2.util.location declared as LocationModifier and TypeFieldDescriptionprotected Location
Located.location
static final Location
Location.UNKNOWN
Constant for unknown locations.Methods in com.opensymphony.xwork2.util.location that return LocationModifier and TypeMethodDescriptionLocatable.getLocation()
Get the location of this objectLocatableProperties.getLocation()
Located.getLocation()
Get the location of this objectstatic Location
LocationAttributes.getLocation
(Element elem) Same asgetLocation(elem, null)
.static Location
LocationAttributes.getLocation
(Element elem, String description) Returns theLocation
of an element (DOM flavor).static Location
LocationAttributes.getLocation
(Attributes attrs, String description) Returns theLocation
of an element (SAX flavor).static Location
LocationUtils.getLocation
(Object obj) Get the location of an object.static Location
LocationUtils.getLocation
(Object obj, String description) Get the location of an object.LocationUtils.LocationFinder.getLocation
(Object obj, String description) Get the location of an objectLocatableProperties.getPropertyLocation
(String key) Methods in com.opensymphony.xwork2.util.location with parameters of type LocationModifier and TypeMethodDescriptionstatic LocationImpl
Obtain aLocationImpl
from aLocation
.static boolean
Checks if a location is known, i.e.static boolean
Checks if a location is unknown, i.e.void
Located.setLocation
(Location loc) Set the location of this objectstatic String
Builds a string representation of a location, in the "descripton - uri:line:column
" format (e.g.Constructors in com.opensymphony.xwork2.util.location with parameters of type LocationModifierConstructorDescriptionLocationImpl
(Location location) Copy constructor.LocationImpl
(String description, Location location) Create a location from an existing one, but with a different description -
Uses of Location in com.opensymphony.xwork2.validator
Methods in com.opensymphony.xwork2.validator with parameters of type LocationModifier and TypeMethodDescription -
Uses of Location in org.apache.struts2
Methods in org.apache.struts2 that return LocationModifier and TypeMethodDescriptionStrutsException.getLocation()
Gets the location of the error, if available -
Uses of Location in org.apache.struts2.config
Methods in org.apache.struts2.config that return Location -
Uses of Location in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher that return Location
XmlDocConfigurationProvider.verifyAction(String, Location)