Package com.instantbank.servicing.control.web.handlers

These are handler classes for the MVC Controller SERVLET of Servicing subsystem (one by use case).

See:
          Description

Interface Summary
FlowHandler This class is the base interface to flow handlers on the web tier.
RequestHandler This class is the base interface to request handlers on the web tier.
 

Class Summary
ParmLevel1ValuesFlowHandler Parameter level1 Values usecase: flow handler for deciding output screen after processing an action
ParmLevel1ValuesHandler Parameter Level1 Values usecase: handler of user requests in the Application layer
ParmLevel2ValuesFlowHandler Parameter Level2 Values usecase: flow handler for deciding output screen after processing an action
ParmLevel2ValuesHandler Parameter Level2 Values usecase: handler of user requests in the Application layer
ParmLevelsNameFlowHandler Parameter levels Name usecase: flow handler for deciding output screen after processing an action
ParmLevelsNameHandler Parameter Levels Name usecase: handler of user requests in the Application layer
ParmRestrictionsFlowHandler Set Parameter Restrictions: flow handler for deciding output screen after processing an action
ParmRestrictionsHandler Set Parameter Restrictions usecase: handler of user requests in the Application layer
ParmSearchOrderFlowHandler Set Parameter Search Order: flow handler for deciding output screen after processing an action
ParmSearchOrderHandler Set Parameter Search Order usecase: handler of user requests in the Application layer
RequestHandlerSupport This class is the default implementation of the RequestHandler
SetParameterXValueFlowHandler Set Parameter Values: flow handler for deciding output screen after processing an action
SetParameterXValueHandler Set Parameter Value usecase: handler of user requests in the Application layer
 

Package com.instantbank.servicing.control.web.handlers Description

These are handler classes for the MVC Controller SERVLET of Servicing subsystem (one by use case).