ActionFormResetInterceptor | Calls the reset() method on the ActionForm, if it exists. | code | html |
ActionFormValidationInterceptor | Calls the validate() method on the ActionForm, if it exists. | code | html |
DynaBeanPropertyAccessor | Provides access to DynaBean properties in OGNL | code | html |
Struts1Action | Wraps legacy Struts 1.3 Actions. | code | html |
Struts1Factory | Provides conversion methods between the Struts Action 1.x and XWork classes. | code | html |
WrapperActionForward | Wrapper for a Struts 1.x ActionForward based on an XWork ResultConfig. | code | html |
WrapperActionMapping | Wrapper for a Struts 1.x ActionMapping based on an XWork ActionConfig. | code | html |
WrapperExceptionConfig | Wrapper for a Struts 1.x ExceptionConfig based on an XWork ExceptionMappingConfig. | code | html |
WrapperMessageResources | Wraps the Struts 1 message resources, delegating to Struts 2 resources | code | html |
WrapperModuleConfig | Wrapper for a Struts 1.x ModuleConfig based on an XWork PackageConfig. | code | html |