Uses of Package
com.opensymphony.xwork

Packages that use com.opensymphony.xwork
com.opensymphony.xwork   
com.opensymphony.xwork.config   
com.opensymphony.xwork.interceptor   
com.opensymphony.xwork.interceptor.component   
com.opensymphony.xwork.util   
com.opensymphony.xwork.validator   
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork
Action
          All Actions must minimally implement this interface, which exposes the execute() method.
ActionContext
          The ActionContext is the context in which an Action is executed.
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
ActionProxy
          ActionProxy is an extra layer between XWork and the action so that different proxies are possible.
ActionProxyFactory
          The ActionProxyFactory is used to create ActionProxies to be executed.
LocaleProvider
          Indicates that the implementing class can provide its own Locale.
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
TextProvider
          Provides access to ResourceBundles and their underlying text messages.
Validateable
          Provides an interface in which a call for a validation check can be done.
ValidationAware
          ValidationAware classes can accept Action (class level) or field level error messages.
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.config
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
XworkException
          XworkException
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.interceptor
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.interceptor.component
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.util
XworkException
          XworkException
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.validator
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
LocaleProvider
          Indicates that the implementing class can provide its own Locale.
TextProvider
          Provides access to ResourceBundles and their underlying text messages.
ValidationAware
          ValidationAware classes can accept Action (class level) or field level error messages.
 


XWork Project Page