|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionHandler | |
---|---|
com.hack23.cia.web.controller.admin | Admin controller, contains action handlers for admin actions. |
com.hack23.cia.web.controller.application | Application controller, contains action handlers for application actions. |
com.hack23.cia.web.controller.common | Common controller, contains action handler definition and abstract base classes. |
com.hack23.cia.web.controller.user | User controller, contains action handlers for user actions. |
Uses of ActionHandler in com.hack23.cia.web.controller.admin |
---|
Classes in com.hack23.cia.web.controller.admin that implement ActionHandler | |
---|---|
class |
AbstractAdminActionHandler<ACTION extends AbstractAdminAction,REQUEST extends AbstractAdminRequest,RESPONSE extends AbstractAdminResponse>
The Class AbstractAdminActionHandler. |
class |
AgencyActionHandler
The Class AgencyActionHandler. |
class |
AgentDeploymentActionHandler
The Class AgentDeploymentActionHandler. |
class |
ConfigureAgencyActionHandler
The Class ConfigureAgencyActionHandler. |
class |
LanguageAgencyActionHandler
The Class LanguageAgencyActionHandler. |
class |
LanguageContentActionHandler
The Class LanguageContentActionHandler. |
class |
MonitorActionHandler
The Class MonitorActionHandler. |
class |
PortalActionHandler
The Class PortalActionHandler. |
Uses of ActionHandler in com.hack23.cia.web.controller.application |
---|
Classes in com.hack23.cia.web.controller.application that implement ActionHandler | |
---|---|
class |
ApplicationActionHandler
The Class ApplicationActionHandler. |
Methods in com.hack23.cia.web.controller.application that return ActionHandler | |
---|---|
ActionHandler |
FrontController.getDefaultActionHandler()
Gets the default action handler. |
Methods in com.hack23.cia.web.controller.application that return types with arguments of type ActionHandler | |
---|---|
Map<Class<ControllerAction>,ActionHandler> |
FrontController.getActionHandlersMap()
Gets the action handlers map. |
Constructors in com.hack23.cia.web.controller.application with parameters of type ActionHandler | |
---|---|
FrontController(List<ActionHandler> actionHandlers,
ActionHandler defaultActionHandler)
Instantiates a new front controller. |
Constructor parameters in com.hack23.cia.web.controller.application with type arguments of type ActionHandler | |
---|---|
FrontController(List<ActionHandler> actionHandlers,
ActionHandler defaultActionHandler)
Instantiates a new front controller. |
Uses of ActionHandler in com.hack23.cia.web.controller.common |
---|
Classes in com.hack23.cia.web.controller.common that implement ActionHandler | |
---|---|
class |
AbstractGenericHandler<ACTION extends AbstractAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
The Class AbstractGenericHandler. |
class |
ApplicationErrorActionHandler
The Class ApplicationErrorActionHandler. |
class |
DefaultActionHandler
The Class DefaultActionHandler. |
Uses of ActionHandler in com.hack23.cia.web.controller.user |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |