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

Packages that use Locatable
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.entities Configuration entity classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.conversion   
com.opensymphony.xwork2.util.location Classes and utilities used to track location information. 
com.opensymphony.xwork2.util.reflection   
com.opensymphony.xwork2.validator XWork validation subsystem. 
org.apache.struts2 Main Struts interfaces and classes. 
 

Uses of Locatable in com.opensymphony.xwork2
 

Classes in com.opensymphony.xwork2 that implement Locatable
 class XWorkException
          A generic runtime exception that optionally contains Location information
 

Uses of Locatable in com.opensymphony.xwork2.config
 

Classes in com.opensymphony.xwork2.config that implement Locatable
 class ConfigurationException
          ConfigurationException
 class ReferenceResolverException
          Exception when a reference can't be resolved.
 

Uses of Locatable in com.opensymphony.xwork2.config.entities
 

Classes in com.opensymphony.xwork2.config.entities that implement Locatable
 class ActionConfig
          Contains everything needed to configure and execute an action: methodName - the method name to execute on the action.
 class ExceptionMappingConfig
          Configuration for exception mapping.
 class InterceptorConfig
          Configuration for Interceptors.
 class InterceptorStackConfig
          Configuration for InterceptorStack.
 class PackageConfig
          Configuration for Package.
 class ResultConfig
          Configuration for Result.
 class ResultTypeConfig
          Configuration class for result types.
 

Uses of Locatable in com.opensymphony.xwork2.config.impl
 

Classes in com.opensymphony.xwork2.config.impl that implement Locatable
(package private)  class DefaultConfiguration.ContainerProperties
           
 class LocatableConstantFactory<T>
          Factory that remembers where a constant came from
 class LocatableFactory<T>
          Attaches location information to the factory.
 

Uses of Locatable in com.opensymphony.xwork2.conversion
 

Classes in com.opensymphony.xwork2.conversion that implement Locatable
 class TypeConversionException
          TypeConversionException should be thrown by any TypeConverters which fail to convert values
 

Uses of Locatable in com.opensymphony.xwork2.util.location
 

Classes in com.opensymphony.xwork2.util.location that implement Locatable
 class LocatableProperties
          Properties implementation that remembers the location of each property.
 class Located
          Base class for location aware objects
 

Uses of Locatable in com.opensymphony.xwork2.util.reflection
 

Classes in com.opensymphony.xwork2.util.reflection that implement Locatable
 class ReflectionException
           
 

Uses of Locatable in com.opensymphony.xwork2.validator
 

Classes in com.opensymphony.xwork2.validator that implement Locatable
 class ValidatorConfig
          Holds the necessary information for configuring an instance of a Validator.
 

Uses of Locatable in org.apache.struts2
 

Classes in org.apache.struts2 that implement Locatable
 class StrutsException
          A generic runtime exception that optionally contains Location information
 



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