Uses of Package
com.opensymphony.xwork.config.entities

Packages that use com.opensymphony.xwork.config.entities
com.opensymphony.xwork   
com.opensymphony.xwork.config   
com.opensymphony.xwork.config.entities   
com.opensymphony.xwork.config.impl   
com.opensymphony.xwork.config.providers   
com.opensymphony.xwork.mock   
 

Classes in com.opensymphony.xwork.config.entities used by com.opensymphony.xwork
ActionConfig
          Contains everything needed to configure and execute an action: methodName - the method name to execute on the action.
InterceptorConfig
          Configuration for Interceptors.
ResultConfig
          Configuration for Result.
 

Classes in com.opensymphony.xwork.config.entities used by com.opensymphony.xwork.config
ActionConfig
          Contains everything needed to configure and execute an action: methodName - the method name to execute on the action.
PackageConfig
          Configuration for Package.
 

Classes in com.opensymphony.xwork.config.entities used by com.opensymphony.xwork.config.entities
ActionConfig
          Contains everything needed to configure and execute an action: methodName - the method name to execute on the action.
ExceptionMappingConfig
          Configuration for exception mapping.
ExternalReference
          Encapsulates an external reference in the xwork configuration.
InterceptorConfig
          Configuration for Interceptors.
InterceptorListHolder
          InterceptorListHolder
InterceptorMapping
          InterceptorMapping
InterceptorStackConfig
          Configuration for InterceptorStack.
PackageConfig
          Configuration for Package.
Parameterizable
           Actions implementing Parameterizable will receive a map of the static parameters defined in the action configuration.
ResultConfig
          Configuration for Result.
ResultTypeConfig
          Configuration class for result types.
 

Classes in com.opensymphony.xwork.config.entities used by com.opensymphony.xwork.config.impl
PackageConfig
          Configuration for Package.
 

Classes in com.opensymphony.xwork.config.entities used by com.opensymphony.xwork.config.providers
InterceptorStackConfig
          Configuration for InterceptorStack.
PackageConfig
          Configuration for Package.
 

Classes in com.opensymphony.xwork.config.entities used by com.opensymphony.xwork.mock
ActionConfig
          Contains everything needed to configure and execute an action: methodName - the method name to execute on the action.
PackageConfig
          Configuration for Package.
 


XWork Project Page