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

Packages that use Locatable
com.opensymphony.xwork   
com.opensymphony.xwork.config   
com.opensymphony.xwork.config.entities   
com.opensymphony.xwork.util   
com.opensymphony.xwork.util.location Classes and utilities used to track location information. 
com.opensymphony.xwork.validator   
 

Uses of Locatable in com.opensymphony.xwork
 

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

Uses of Locatable in com.opensymphony.xwork.config
 

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

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

Classes in com.opensymphony.xwork.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.xwork.util
 

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

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

Classes in com.opensymphony.xwork.util.location that implement Locatable
 class Located
          Base class for location aware objects
 

Uses of Locatable in com.opensymphony.xwork.validator
 

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


XWork Project Page