Uses of Class
com.opensymphony.xwork.util.location.Located

Packages that use Located
com.opensymphony.xwork.config.entities   
com.opensymphony.xwork.validator   
 

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

Subclasses of Located in com.opensymphony.xwork.config.entities
 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 Located in com.opensymphony.xwork.validator
 

Subclasses of Located in com.opensymphony.xwork.validator
 class ValidatorConfig
          Holds the necessary information for configuring an instance of a Validator.
 


WebWork Project Page