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

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
 

Classes in com.hack23.cia.web.controller.user that implement ActionHandler
 class AbstractTopListActionHandler<ACTION extends AbstractTopListAction,REQUEST extends AbstractTopListRequest,RESPONSE extends TopListResponse>
          The Class AbstractTopListActionHandler.
 class AbstractUserActionHandler<ACTION extends AbstractUserAction,REQUEST extends AbstractUserRequest,RESPONSE extends AbstractUserResponse>
          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.
 



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