| Interface | Description | 
|---|---|
| Action | Deprecated since 6.7.0, use  Actioninstead. | 
| ActionEventListener | Deprecated since 6.7.0, use  ActionEventListenerinstead. | 
| ActionInvocation | Deprecated since 6.7.0, use  ActionInvocationinstead. | 
| ActionProxy | Deprecated | 
| ActionProxyFactory | The  ActionProxyFactoryis used to createActionProxys to be executed. | 
| AsyncManager | Adds support for invoke async actions. | 
| FileManager | Basic interface to access file on the File System and to monitor changes | 
| FileManagerFactory | Factory that creates FileManager, default to  DefaultFileManager | 
| LocaleProvider | Indicates that the implementing class can provide its own  Locale. | 
| LocaleProviderFactory | Allows delegate creation of  LocaleProviderto another implementation provided
 by a user. | 
| LocalizedTextProvider | |
| ModelDriven<T> | Deprecated since 6.7.0, use  ModelDriveninstead. | 
| Preparable | Deprecated since 6.7.0, use  Preparableinstead. | 
| ResourceBundleTextProvider | Extension Interface for TextProvider to help supporting ResourceBundles. | 
| Result | Deprecated since 6.7.0, use  Resultinstead. | 
| TextProvider | Provides access to  ResourceBundles and their underlying text messages. | 
| TextProviderFactory | |
| Unchainable | Deprecated since 6.7.0, use  Unchainableinstead. | 
| UnknownHandler | Handles cases when the result or action is unknown. | 
| UnknownHandlerManager | An unknown handler manager contains a list of UnknownHandler and iterates on them by order | 
| Validateable | Deprecated since 6.7.0, use  Validateableinstead. | 
| Class | Description | 
|---|---|
| ActionChainResult | Deprecated since 6.7.0, use  ActionChainResultinstead. | 
| ActionContext | Deprecated since 6.7.0, use  ActionContextinstead. | 
| ActionEventListener.LegacyAdapter | |
| ActionInvocation.LegacyAdapter | |
| ActionProxy.LegacyAdapter | |
| ActionSupport | Deprecated since 6.7.0, use  ActionSupportinstead. | 
| CompositeTextProvider | This is a composite  TextProviderthat takes in an array orListofTextProviders, it will
 consult each of them in order to get a composite result. | 
| DefaultActionInvocation | The Default ActionInvocation implementation | 
| DefaultActionProxy | The Default ActionProxy implementation | 
| DefaultActionProxyFactory | Default factory for  ActionProxyFactory. | 
| DefaultLocaleProvider | Default implementation of  LocaleProvider | 
| DefaultLocaleProviderFactory | |
| DefaultTextProvider | DefaultTextProvider gets texts from only the default resource bundles associated with the default bundles. | 
| DefaultUnknownHandlerManager | Default implementation of UnknownHandlerManager | 
| ObjectFactory | ObjectFactory is responsible for building the core framework objects. | 
| Result.LegacyAdapter | |
| StrutsTextProviderFactory | This factory enables users to provide and correctly initialize a custom TextProvider. | 
| TextProviderSupport | Default TextProvider implementation. | 
| ValidationAwareSupport | Provides a default implementation of ValidationAware. | 
| XWorkJUnit4TestCase | |
| XWorkTestCase | Base JUnit TestCase to extend for XWork specific JUnit tests. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.