Uses of Interface
com.hack23.cia.web.impl.ui.controller.common.ActionHandler

Packages that use ActionHandler
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
 

Methods in com.hack23.cia.web.impl.ui.controller.application that return ActionHandler
Modifier and Type Method and Description
 ActionHandler FrontController.getDefaultActionHandler()
          Gets the default action handler.
 

Methods in com.hack23.cia.web.impl.ui.controller.application that return types with arguments of type ActionHandler
Modifier and Type Method and Description
 Map<Class<ControllerAction>,ActionHandler> FrontController.getActionHandlersMap()
          Gets the action handlers map.
 

Constructors in com.hack23.cia.web.impl.ui.controller.application with parameters of type ActionHandler
Constructor and Description
FrontController(List<ActionHandler> actionHandlers, ActionHandler defaultActionHandler)
          Instantiates a new front controller.
 

Constructor parameters in com.hack23.cia.web.impl.ui.controller.application with type arguments of type ActionHandler
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
 

Classes in com.hack23.cia.web.impl.ui.controller.common that implement ActionHandler
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
 

Classes in com.hack23.cia.web.impl.ui.controller.configuration that implement ActionHandler
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
 

Classes in com.hack23.cia.web.impl.ui.controller.content that implement ActionHandler
Modifier and Type Class and Description
 class AbstractContentActionHandler<ACTION extends AbstractAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractContentActionHandler.
 class AbstractTopListActionHandler<ACTION extends AbstractTopListAction,REQUEST extends AbstractTopListRequest,RESPONSE extends TopListResponse>
          The Class AbstractTopListActionHandler.
 class AbstractUserActionHandler<ACTION extends AbstractUserAction,REQUEST extends AbstractServiceRequest,RESPONSE extends AbstractServiceResponse>
          The Class AbstractUserActionHandler.
 class BallotActionHandler
          The Class BallotActionHandler.
 class CommitteeReportActionHandler
          The Class CommitteeReportActionHandler.
 class CommitteeReportsActionHandler
          The Class CommitteeReportsActionHandler.
 class ExternalUrlActionHandler
          The Class ExternalUrlActionHandler.
 class ParliamentMemberActionHandler
          The Class ParliamentMemberActionHandler.
 class PartyActionHandler
          The Class PartyActionHandler.
 class SearchActionHandler
          The Class SearchActionHandler.
 class TopListActionHandler
          The Class TopListActionHandler.
 class UserAccountActionHandler
          The Class UserAccountActionHandler.
 class UserActionHandler
          The Class UserActionHandler.
 

Uses of ActionHandler in com.hack23.cia.web.impl.ui.controller.control
 

Classes in com.hack23.cia.web.impl.ui.controller.control that implement ActionHandler
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
 

Classes in com.hack23.cia.web.impl.ui.controller.events that implement ActionHandler
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
 

Classes in com.hack23.cia.web.impl.ui.controller.monitoring that implement ActionHandler
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.
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.