Uses of Interface
com.opensymphony.xwork2.util.location.Location

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. 
 

Uses of Location in com.opensymphony.xwork2
 

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
 InterceptorConfig.Builder InterceptorConfig.Builder.location(Location loc)
           
 InterceptorStackConfig.Builder InterceptorStackConfig.Builder.location(Location loc)
           
 ExceptionMappingConfig.Builder ExceptionMappingConfig.Builder.location(Location loc)
           
 ResultConfig.Builder ResultConfig.Builder.location(Location loc)
           
 ActionConfig.Builder ActionConfig.Builder.location(Location loc)
           
 ResultTypeConfig.Builder ResultTypeConfig.Builder.location(Location loc)
           
 PackageConfig.Builder PackageConfig.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<String,String> refParams, Location location, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
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
protected  Location Located.location
           
static Location Location.UNKNOWN
          Constant for unknown locations.
 

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)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.