Action | All actions may implement this interface, which exposes the execute() method. |
code | html |
ActionEventListener | Provides hooks for handling key action events | code | html |
ActionInvocation | An ActionInvocation represents the execution state of an Action . | code | html |
ActionProxy | ActionProxy is an extra layer between XWork and the action so that different proxies are possible. | code | html |
ActionProxyFactory | The ActionProxyFactory is used to create ActionProxy s to be executed. | code | html |
LocaleProvider | Indicates that the implementing class can provide its own Locale . | code | html |
ModelDriven | ModelDriven Actions provide a model object to be pushed onto the ValueStack in addition to the Action itself, allowing a FormBean type approach like Struts. | code | html |
Preparable | Preparable Actions will have their prepare() method called if the com.opensymphony.xwork2.interceptor.PrepareInterceptor
is applied to the ActionConfig. |
code | html |
ResourceBundleTextProvider | Extension Interface for TextProvider to help supporting ResourceBundles. | code | html |
Result | All results (except for Action.NONE ) of an Action are mapped to a View implementation. |
code | html |
TextProvider | Provides access to ResourceBundle s and their underlying text messages. | code | html |
Unchainable | Simple marker interface to indicate an object should not have its properties copied during chaining. | code | html |
UnknownHandler | Handles cases when the result or action is unknown. | code | html |
UnknownHandlerManager | An unknown handler manager contains a list of UnknownHandler and iterates on them by order | code | html |
Validateable | Provides an interface in which a call for a validation check can be done. | code | html |
ValidationAware | ValidationAware classes can accept Action (class level) or field level error messages. | code | html |
XWorkMessages | Contains constants for some default XWork messages. | code | html |
ActionChainResult | This result invokes an entire other action, complete with it's own interceptor stack and result. | code | html |
ActionContext | The ActionContext is the context in which an Action is executed. | code | html |
ActionSupport | Provides a default implementation for the most common actions. | code | html |
CompositeTextProvider | This is a composite TextProvider that takes in an array or java.util.List of TextProvider s, it will consult each of them in order to get a composite result. | code | html |
DefaultActionInvocation | The Default ActionInvocation implementation | code | html |
DefaultActionProxy | The Default ActionProxy implementation | code | html |
DefaultActionProxyFactory | Default factory for com.opensymphony.xwork2.ActionProxyFactory . | code | html |
DefaultTextProvider | DefaultTextProvider gets texts from only the default resource bundles associated with the LocalizedTextUtil. | code | html |
DefaultUnknownHandlerManager | Default implementation of UnknownHandlerManager | code | html |
InvalidMetadataException | InvalidMetadataException |
code | html |
MockActionInvocation | Mock for an ActionInvocation . | code | html |
ObjectFactory | ObjectFactory is responsible for building the core framework objects. | code | html |
ObjectFactory.ContinuationsClassLoader | code | html | |
TestNGXWorkTestCase | Base test class for TestNG unit tests. | code | html |
TextProviderFactory | This factory enables users to provide and correctly initialize a custom TextProvider. | code | html |
TextProviderSupport | Default TextProvider implementation. | code | html |
ValidationAwareSupport | Provides a default implementation of ValidationAware. | code | html |
XWork | Simple facade to make using XWork standalone easier | code | html |
XWorkException | A generic runtime exception that optionally contains Location information | code | html |