|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
---|---|
com.opensymphony.xwork2 | Main XWork interfaces and classes. |
com.opensymphony.xwork2.config.entities | Configuration entity classes. |
com.opensymphony.xwork2.config.providers | Configuration provider classes. |
com.opensymphony.xwork2.util | XWork util classes. |
com.opensymphony.xwork2.util.location | Classes and utilities used to track location information. |
com.opensymphony.xwork2.validator | XWork validation subsystem. |
org.apache.struts2.config | Classes for Struts configuration and property handling. |
org.apache.struts2.dispatcher | Classes for action dispatching in Struts (the Controller part of MVC). |
Uses of Location in com.opensymphony.xwork2 |
---|
Fields in com.opensymphony.xwork2 declared as Location | |
---|---|
private Location |
XWorkException.location
|
Methods in com.opensymphony.xwork2 that return Location | |
---|---|
Location |
XWorkException.getLocation()
Gets the location of the error, if available |
Uses of Location in com.opensymphony.xwork2.config.entities |
---|
Methods in com.opensymphony.xwork2.config.entities with parameters of type Location | |
---|---|
ActionConfig.Builder |
ActionConfig.Builder.location(Location loc)
|
ExceptionMappingConfig.Builder |
ExceptionMappingConfig.Builder.location(Location loc)
|
InterceptorConfig.Builder |
InterceptorConfig.Builder.location(Location loc)
|
InterceptorStackConfig.Builder |
InterceptorStackConfig.Builder.location(Location loc)
|
PackageConfig.Builder |
PackageConfig.Builder.location(Location loc)
|
ResultConfig.Builder |
ResultConfig.Builder.location(Location loc)
|
ResultTypeConfig.Builder |
ResultTypeConfig.Builder.location(Location loc)
|
Uses of Location in com.opensymphony.xwork2.config.providers |
---|
Methods in com.opensymphony.xwork2.config.providers with parameters of type Location | |
---|---|
static List<InterceptorMapping> |
InterceptorBuilder.constructInterceptorReference(InterceptorLocator interceptorLocator,
String refName,
Map refParams,
Location location,
ObjectFactory objectFactory)
Builds a list of interceptors referenced by the refName in the supplied PackageConfig. |
protected boolean |
XmlConfigurationProvider.verifyAction(String className,
String name,
Location loc)
|
protected Class |
XmlConfigurationProvider.verifyResultType(String className,
Location loc)
|
Uses of Location in com.opensymphony.xwork2.util |
---|
Methods in com.opensymphony.xwork2.util that return Location | |
---|---|
static Location |
DomHelper.getLocationObject(Element element)
|
Uses of Location in com.opensymphony.xwork2.util.location |
---|
Classes in com.opensymphony.xwork2.util.location that implement Location | |
---|---|
class |
LocationImpl
A simple immutable and serializable implementation of Location . |
Fields in com.opensymphony.xwork2.util.location declared as Location | |
---|---|
(package private) Location |
LocatableProperties.location
|
protected Location |
Located.location
|
static Location |
Location.UNKNOWN
Constant for unknown locations. |
Fields in com.opensymphony.xwork2.util.location with type parameters of type Location | |
---|---|
(package private) Map<String,Location> |
LocatableProperties.propLocations
|
Methods in com.opensymphony.xwork2.util.location that return Location | |
---|---|
Location |
Locatable.getLocation()
Get the location of this object |
Location |
LocatableProperties.getLocation()
|
Location |
Located.getLocation()
Get the location of this object |
static Location |
LocationAttributes.getLocation(Attributes attrs,
String description)
Returns the Location of an element (SAX flavor). |
static Location |
LocationAttributes.getLocation(Element elem)
Same as getLocation(elem, null) . |
static Location |
LocationAttributes.getLocation(Element elem,
String description)
Returns the Location of an element (DOM 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. |
Location |
LocationUtils.LocationFinder.getLocation(Object obj,
String description)
Get the location of an object |
Location |
LocatableProperties.getPropertyLocation(String key)
|
Methods in com.opensymphony.xwork2.util.location with parameters of type Location | |
---|---|
static LocationImpl |
LocationImpl.get(Location location)
Obtain a LocationImpl from a Location . |
static boolean |
LocationUtils.isKnown(Location location)
Checks if a location is known, i.e. |
static boolean |
LocationUtils.isUnknown(Location location)
Checks if a location is unknown, i.e. |
void |
Located.setLocation(Location loc)
Set the location of this object |
static String |
LocationUtils.toString(Location location)
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 Location | |
---|---|
LocatableProperties(Location loc)
|
|
LocationImpl(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 Location | |
---|---|
ValidatorConfig.Builder |
ValidatorConfig.Builder.location(Location loc)
|
Uses of Location in org.apache.struts2.config |
---|
Methods in org.apache.struts2.config that return Location | |
---|---|
static Location |
Settings.getLocation(String name)
Deprecated. Provides the Location of a setting. |
Location |
PropertiesSettings.getLocationImpl(String aName)
Gets the location of a property from the properties file. |
Location |
Settings.getLocationImpl(String name)
Deprecated. Implements the Settings.getLocation(String) method. |
Uses of Location in org.apache.struts2.dispatcher |
---|
Methods in org.apache.struts2.dispatcher that return Location | |
---|---|
Location |
Dispatcher.Locator.getLocation(Object obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |