Package com.cinecolombia.interfases.control.web.handlers

Clases manejadoras para el controlador MVC del nivel Web del módulo Interfases (una por caso de uso).

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
ComplejosFlowHandler complejos usecase: flow handler for deciding output screen after processing an action
ComplejosRequestHandler complejos usecase: handler of user requests in the Application layer
ExportarComplejoFlowHandler exportarComplejo usecase: flow handler for deciding output screen after processing an action
ExportarComplejoRequestHandler exportarComplejo usecase: handler of user requests in the Application layer
IngresarDatosComplejoFlowHandler ingresarDatosComplejo usecase: flow handler for deciding output screen after processing an action
IngresarDatosComplejoRequestHandler ingresarDatosComplejo usecase: handler of user requests in the Application layer
PeliculasExhibicionFlowHandler PeliculasExhibicion usecase: flow handler for deciding output screen after processing an action
PeliculasExhibicionRequestHandler PeliculasExhibicion usecase: handler of user requests in the Application layer
ProgramacionFlowHandler programacion usecase: flow handler for deciding output screen after processing an action
ProgramacionRequestHandler programacion usecase: handler of user requests in the Application layer
RequestHandlerSupport This class is the default implementation of the RequestHandler
 

Package com.cinecolombia.interfases.control.web.handlers Description

Clases manejadoras para el controlador MVC del nivel Web del módulo Interfases (una por caso de uso).