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

Clases manejadoras para el controlador MVC del nivel Web del módulo Cinecolombia (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
CambioPasswordFlowHandler cambioPassword usecase: flow handler for deciding output screen after processing an action
CambioPasswordRequestHandler cambioPassword usecase: handler of user requests in the Application layer
ManejoPerfilesFlowHandler manejoPerfiles usecase: flow handler for deciding output screen after processing an action
ManejoPerfilesRequestHandler manejoPerfiles usecase: handler of user requests in the Application layer
ManejoUsersFlowHandler manejoUsers usecase: flow handler for deciding output screen after processing an action
ManejoUsersRequestHandler manejoUsers usecase: handler of user requests in the Application layer
ParametrosGlobalesFlowHandler parametrosGlobales usecase: flow handler for deciding output screen after processing an action
ParametrosGlobalesRequestHandler parametrosGlobales usecase: handler of user requests in the Application layer
PermisosEspecialesFlowHandler permisosEspeciales usecase: flow handler for deciding output screen after processing an action
PermisosEspecialesRequestHandler permisosEspeciales usecase: handler of user requests in the Application layer
RequestHandlerSupport This class is the default implementation of the RequestHandler
 

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

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