Uses of Interface
com.hack23.cia.web.api.common.ControllerAction

Packages that use ControllerAction
Package Description
com.hack23.cia.web.api.administration Provides... 
com.hack23.cia.web.api.common Common web actions. 
com.hack23.cia.web.api.configuration Provides... 
com.hack23.cia.web.api.content Provides... 
com.hack23.cia.web.api.control Provides... 
com.hack23.cia.web.api.events Provides... 
com.hack23.cia.web.api.monitoring Provides... 
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.uicommon Common user interface components. 
com.hack23.cia.web.impl.ui.viewfactory.api.application Application viewfactory api, contains application ModelAndView implementations. 
com.hack23.cia.web.impl.ui.viewfactory.api.common Common viewfactory api, contains ModelAndView definition and abstract base classes. 
com.hack23.cia.web.impl.ui.viewfactory.api.configuration Provides... 
com.hack23.cia.web.impl.ui.viewfactory.api.content Provides... 
com.hack23.cia.web.impl.ui.viewfactory.api.control Provides... 
com.hack23.cia.web.impl.ui.viewfactory.api.monitoring Provides... 
 

Uses of ControllerAction in com.hack23.cia.web.api.administration
 

Classes in com.hack23.cia.web.api.administration that implement ControllerAction
Modifier and Type Class and Description
 class AbstractAdminAction
          The Class AbstractAdminAction.
 

Uses of ControllerAction in com.hack23.cia.web.api.common
 

Classes in com.hack23.cia.web.api.common that implement ControllerAction
Modifier and Type Class and Description
 class AbstractAction
          The Class AbstractAction.
 class ApplicationAction
          The Class ApplicationAction.
 class ApplicationErrorAction
          The Class ApplicationErrorAction.
 

Methods in com.hack23.cia.web.api.common with parameters of type ControllerAction
Modifier and Type Method and Description
 void Controller.handleAction(ControllerAction action)
          Handle action.
 void ControllerActionListener.handleAction(ControllerAction action)
          Handle action.
 

Uses of ControllerAction in com.hack23.cia.web.api.configuration
 

Classes in com.hack23.cia.web.api.configuration that implement ControllerAction
Modifier and Type Class and Description
 class AbstractConfigurationAction
          The Class AbstractConfigurationAction.
 class AgencyAction
          The Class AgencyAction.
 class ConfigureAgencyAction
          The Class ConfigureAgencyAction.
 class PortalAction
          The Class PortalAction.
 

Uses of ControllerAction in com.hack23.cia.web.api.content
 

Classes in com.hack23.cia.web.api.content that implement ControllerAction
Modifier and Type Class and Description
 class AbstractTopListAction
          The Class AbstractTopListAction.
 class BallotAction
          The Class BallotAction.
 class CommitteeReportAction
          The Class CommitteeReportAction.
 class CommitteeReportsAction
          The Class CommitteeReportsAction.
 class ExternalUrlAction
          The Class ExternalUrlAction.
 class LanguageAgencyAction
          The Class LanguageAgencyAction.
 class LanguageContentAction
          The Class LanguageContentAction.
 class ParliamentMemberAction
          The Class ParliamentMemberAction.
 class PartyAction
          The Class PartyAction.
 class SearchAction
          The Class SearchAction.
 class TopListAction
          The Class TopListAction.
 

Uses of ControllerAction in com.hack23.cia.web.api.control
 

Classes in com.hack23.cia.web.api.control that implement ControllerAction
Modifier and Type Class and Description
 class AgentDeploymentAction
          The Class AgentDeploymentAction.
 

Uses of ControllerAction in com.hack23.cia.web.api.events
 

Classes in com.hack23.cia.web.api.events that implement ControllerAction
Modifier and Type Class and Description
 class AbstractUserAction
          The Class AbstractUserAction.
 class UserAccountAction
          The Class UserAccountAction.
 class UserAction
          The Class UserAction.
 

Uses of ControllerAction in com.hack23.cia.web.api.monitoring
 

Classes in com.hack23.cia.web.api.monitoring that implement ControllerAction
Modifier and Type Class and Description
 class MonitorAdminAction
          The Class MonitorAdminAction.
 

Uses of ControllerAction in com.hack23.cia.web.impl.ui.controller.application
 

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

Methods in com.hack23.cia.web.impl.ui.controller.application with parameters of type ControllerAction
Modifier and Type Method and Description
 void ApplicationActionListener.handleAction(ControllerAction action)
           
 void FrontController.handleAction(ControllerAction action)
           
 

Uses of ControllerAction in com.hack23.cia.web.impl.ui.controller.common
 

Methods in com.hack23.cia.web.impl.ui.controller.common that return types with arguments of type ControllerAction
Modifier and Type Method and Description
 Class<ControllerAction> ActionHandler.getSupportedAction()
          Gets the supported action.
 

Methods in com.hack23.cia.web.impl.ui.controller.common with parameters of type ControllerAction
Modifier and Type Method and Description
 void AbstractGenericHandler.processAction(ControllerAction action)
           
 void ActionHandler.processAction(ControllerAction action)
          Process action.
 

Uses of ControllerAction in com.hack23.cia.web.impl.ui.uicommon
 

Constructors in com.hack23.cia.web.impl.ui.uicommon with parameters of type ControllerAction
Constructor and Description
CommandActionWrapper(ControllerAction controllerAction)
          Instantiates a new command action wrapper.
 

Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.application
 

Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.application with parameters of type ControllerAction
Constructor and Description
ApplicationModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, ApplicationModelAndView.ApplicationViewSpecification applicationViewSpecification, AgencyData agencyData, List<CommitteeReportData> list, List<PoliticalPartyData> list2)
          Instantiates a new application model and view.
 

Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.common
 

Methods in com.hack23.cia.web.impl.ui.viewfactory.api.common that return ControllerAction
Modifier and Type Method and Description
 ControllerAction ModelAndView.getControllerAction()
          Gets the controller action.
 ControllerAction AbstractModelAndView.getControllerAction()
           
 

Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.common with parameters of type ControllerAction
Constructor and Description
AbstractModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract model and view.
ErrorMessageModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, ErrorMessageModelAndView.ErrorViewSpecification errorViewSpecification, String errorMessage)
          Instantiates a new error message model and view.
 

Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.configuration
 

Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.configuration with parameters of type ControllerAction
Constructor and Description
AbstractConfigurationModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract configuration model and view.
AgencyModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, AgencyModelAndView.AgencyViewSpecification agencyViewSpecification, AgencyData agencyData)
          Instantiates a new agency model and view.
LanguageAgencyModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, LanguageAgencyModelAndView.LanguageAgencyViewSpecification languageAgencyViewSpecification, AgencyData agency, LanguageDto languageDto)
          Instantiates a new language agency model and view.
LanguageContentModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, LanguageContentModelAndView.LanguageContentViewSpecification languageContentViewSpecification, AgencyData agency, LanguageContentDto languageContentDto)
          Instantiates a new language content model and view.
PortalModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, PortalModelAndView.PortalViewSpecification portalViewSpecification, AgencyData agency, PortalData portalData)
          Instantiates a new portal model and view.
 

Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.content
 

Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.content with parameters of type ControllerAction
Constructor and Description
AbstractParliamentMemberModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, ParliamentMemberData parliamentMemberData)
          Instantiates a new abstract parliament member model and view.
AbstractParliamentModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract parliament model and view.
AbstractUserModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract user model and view.
CommitteeReportModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, CommitteeReportViewSpecification committeeReportViewSpecification, CommitteeReportData committeeReportDto)
          Instantiates a new committee report model and view.
CommitteeReportsModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, CommitteeReportsViewSpecification committeeReportsViewSpecification, List<CommitteeReportData> list)
          Instantiates a new committee reports model and view.
ParliamentMemberListModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, ParliamentMemberListViewSpecification parliamentMemberListViewSpecification, List<ParliamentMemberData> list)
          Instantiates a new parliament member list model and view.
ParliamentMemberSummaryModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, ParliamentMemberSummaryViewSpecification parliamentMemberSummaryViewSpecification, ParliamentMemberData parliamentMemberData, List<ParliamentMemberVoteCompareResultData> list, List<ParliamentMemberVoteCompareResultData> list2, List<ParliamentMemberVoteCompareResultData> list3, List<ParliamentMemberVoteCompareResultData> list4, List<VoteData> list5, RegisterInformationData registerInformationData)
          Instantiates a new parliament member summary model and view.
UrlModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, UrlViewSpecification urlViewSpecification, String title, String url)
          Instantiates a new url model and view.
UserModelAndView(UserSessionDto userSessionDTO, List<PoliticalPartyData> politicalParties, ControllerAction controllerAction, UserModelAndView.UserViewSpecification userViewSpecification)
          Instantiates a new user model and view.
VotesModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, VotesViewSpecification votesViewSpecification, List<VoteData> list)
          Instantiates a new votes model and view.
 

Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.control
 

Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.control with parameters of type ControllerAction
Constructor and Description
AbstractControlModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract control model and view.
AgentDeploymentModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, AgentDeploymentModelAndView.AgentDeployment agentDeployment)
          Instantiates a new agent deployment model and view.
 

Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.monitoring
 

Constructors in com.hack23.cia.web.impl.ui.viewfactory.api.monitoring with parameters of type ControllerAction
Constructor and Description
AbstractMonitorModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction)
          Instantiates a new abstract monitor model and view.
MonitorModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction, MonitorModelAndView.MonitorViewSpecification monitorViewSpecification, List list)
          Instantiates a new monitor model and view.
 



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