Package de.matthias_burbach.strux

Provides a few web application framework classes to interpret Flux generated Struts configurations (a generic and flexible dispatcher and module nesting support).

See:
          Description

Class Summary
DispatcherAction A utility class that expects to find the request parameter whose name is specified in the action mapping parameter attribute.
NestModuleAction Is a utility class that must be called when a module wants to nest another module.
UnNestActionInfo A bean that is used to exchange data between NestModuleAction and UnNestModuleAction.
UnNestModuleAction Is a utility class that must be called when a nested module returns to its calling module.
 

Package de.matthias_burbach.strux Description

Provides a few web application framework classes to interpret Flux generated Struts configurations (a generic and flexible dispatcher and module nesting support).