Uses of Interface
com.cinecolombia.interfases.control.web.handlers.RequestHandler

Packages that use RequestHandler
com.cinecolombia.interfases.control.web.handlers Clases manejadoras para el controlador MVC del nivel Web del módulo Interfases (una por caso de uso). 
 

Uses of RequestHandler in com.cinecolombia.interfases.control.web.handlers
 

Classes in com.cinecolombia.interfases.control.web.handlers that implement RequestHandler
 class ComplejosRequestHandler
          complejos usecase: handler of user requests in the Application layer
 class ExportarComplejoRequestHandler
          exportarComplejo usecase: handler of user requests in the Application layer
 class IngresarDatosComplejoRequestHandler
          ingresarDatosComplejo usecase: handler of user requests in the Application layer
 class PeliculasExhibicionRequestHandler
          PeliculasExhibicion usecase: handler of user requests in the Application layer
 class ProgramacionRequestHandler
          programacion usecase: handler of user requests in the Application layer
 class RequestHandlerSupport
          This class is the default implementation of the RequestHandler