Provides interfaces to integrate Framework components into an Apache Struts MVC (Model-View-Controller) J2EE application. The main
integration point is the FrameworkAction class which provides a wrapper layer to the configurable FrameworkActionHandler and IActionHandler implementations.
This enables various framework components and interactions to be integrated into a standard Struts application.
- FrameworkAction - The struts Action implementation that is referenced by the struts framework configuration. The struts
configuration also contains an ActionMapping "parameter" that points to a specific configurable FrameworkActionHandler.
- FrameworkActionHandler - Configurable Action handler wrapper. Contains one or more IActionHandlers. This enables
struts action pipelines to be constructed internal to the Raritan Framework
- IActionHandler - Base interface for all configurable struts action handlers.