Uses of Interface
org.apache.struts2.util.location.Location
Packages that use Location
Package
Description
Main XWork interfaces and classes.
Classes for Struts configuration and property handling.
Configuration entity classes.
Configuration provider classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
XWork util classes.
Classes and utilities used to track location information.
XWork validation subsystem.
-
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.config.entities
Methods in org.apache.struts2.config.entities with parameters of type LocationModifier and TypeMethodDescriptionConstructors in org.apache.struts2.config.entities with parameters of type Location -
Uses of Location in org.apache.struts2.config.providers
Methods in org.apache.struts2.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 void
XmlDocConfigurationProvider.verifyInterceptor
(String className, Location loc) protected Class<?>
XmlDocConfigurationProvider.verifyResultType
(String className, Location loc) -
Uses of Location in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher that return Location -
Uses of Location in org.apache.struts2.util
Methods in org.apache.struts2.util that return Location -
Uses of Location in org.apache.struts2.util.location
Classes in org.apache.struts2.util.location that implement LocationModifier and TypeClassDescriptionclass
A simple immutable and serializable implementation ofLocation
.Fields in org.apache.struts2.util.location declared as LocationModifier and TypeFieldDescriptionprotected Location
Located.location
static final Location
Location.UNKNOWN
Constant for unknown locations.Methods in org.apache.struts2.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 org.apache.struts2.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 org.apache.struts2.util.location with parameters of type LocationModifierConstructorDescriptionLocationImpl
(String description, Location location) Create a location from an existing one, but with a different descriptionLocationImpl
(Location location) Copy constructor. -
Uses of Location in org.apache.struts2.validator
Methods in org.apache.struts2.validator with parameters of type LocationModifier and TypeMethodDescription