|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
com.hack23.cia.web.impl.ui.controller.application | Application controller, contains action handlers for application actions. |
com.hack23.cia.web.impl.ui.controller.common | Common controller, contains action handler definition and abstract base classes. |
com.hack23.cia.web.impl.ui.controller.configuration | Provides... |
com.hack23.cia.web.impl.ui.controller.content | Provides... |
com.hack23.cia.web.impl.ui.controller.control | Provides... |
com.hack23.cia.web.impl.ui.controller.events | Provides... |
com.hack23.cia.web.impl.ui.controller.monitoring | Provides... |
Uses of ActionHandler in com.hack23.cia.web.impl.ui.controller.application |
---|
Modifier and Type | Method and Description |
---|---|
ActionHandler |
FrontController.getDefaultActionHandler()
Gets the default action handler. |
Modifier and Type | Method and Description |
---|---|
Map<Class<ControllerAction>,ActionHandler> |
FrontController.getActionHandlersMap()
Gets the action handlers map. |
Constructor and Description |
---|
FrontController(List<ActionHandler> actionHandlers,
ActionHandler defaultActionHandler)
Instantiates a new front controller. |
Constructor and Description |
---|
FrontController(List<ActionHandler> actionHandlers,
ActionHandler defaultActionHandler)
Instantiates a new front controller. |
Uses of ActionHandler in com.hack23.cia.web.impl.ui.controller.common |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenericHandler<ACTION extends AbstractAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
The Class AbstractGenericHandler. |
class |
ApplicationActionHandler
The Class ApplicationActionHandler. |
class |
DefaultActionHandler
The Class DefaultActionHandler. |
Uses of ActionHandler in com.hack23.cia.web.impl.ui.controller.configuration |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurationActionHandler<ACTION extends AbstractAdminAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
The Class AbstractConfigurationActionHandler. |
class |
AgencyActionHandler
The Class AgencyActionHandler. |
class |
ConfigureAgencyActionHandler
The Class ConfigureAgencyActionHandler. |
class |
LanguageAgencyActionHandler
The Class LanguageAgencyActionHandler. |
class |
LanguageContentActionHandler
The Class LanguageContentActionHandler. |
class |
PortalActionHandler
The Class PortalActionHandler. |
Uses of ActionHandler in com.hack23.cia.web.impl.ui.controller.content |
---|
Uses of ActionHandler in com.hack23.cia.web.impl.ui.controller.control |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractControlActionHandler<ACTION extends AbstractAdminAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
The Class AbstractControlActionHandler. |
class |
AgentDeploymentActionHandler
The Class AgentDeploymentActionHandler. |
Uses of ActionHandler in com.hack23.cia.web.impl.ui.controller.events |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventsActionHandler<ACTION extends AbstractAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
The Class AbstractEventsActionHandler. |
class |
ApplicationErrorActionHandler
The Class ApplicationErrorActionHandler. |
Uses of ActionHandler in com.hack23.cia.web.impl.ui.controller.monitoring |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMonitorActionHandler<ACTION extends MonitorAdminAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
The Class AbstractMonitorActionHandler. |
class |
MonitorActionHandler
The Class MonitorActionHandler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |