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.mock   
com.opensymphony.xwork.spring   
com.opensymphony.xwork.spring.interceptor   
com.opensymphony.xwork.util   
com.opensymphony.xwork.validator   
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork
Action
          All actions may 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.
DefaultTextProvider
          DefaultTextProvider gets texts from only the default resource bundles associated with the LocalizedTextUtil.
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.
Unchainable
          Simple marker interface to indicate an object should not have it's properties copied during chaining.
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
          A generic runtime exception that optionally contains Location information
 

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.mock
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.
Result
          All results (except for NONE) of an Action are mapped to a View implementation.
 

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.spring
ActionInvocation
          An ActionInvocation represents the execution state of an Action.
ObjectFactory
          ObjectFactory is responsible for building the core framework objects.
 

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

Classes in com.opensymphony.xwork used by com.opensymphony.xwork.util
XworkException
          A generic runtime exception that optionally contains Location information
 

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