|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControllerAction | |
---|---|
com.hack23.cia.web.action.admin | User web actions. |
com.hack23.cia.web.action.application | Application web actions. |
com.hack23.cia.web.action.common | Common web actions. |
com.hack23.cia.web.action.user | User web 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.viewfactory.api.admin | Admin viewfactory api, contains admin ModelAndView implementations. |
com.hack23.cia.web.viewfactory.api.application | Application viewfactory api, contains application ModelAndView implementations. |
com.hack23.cia.web.viewfactory.api.common | Common viewfactory api, contains ModelAndView definition and abstract base classes. |
com.hack23.cia.web.viewfactory.api.user | User viewfactory api, contains user ModelAndView implementations. |
com.hack23.cia.web.views.common | Common view objects. |
com.hack23.cia.web.views.uicommon | Common user interface components. |
Uses of ControllerAction in com.hack23.cia.web.action.admin |
---|
Classes in com.hack23.cia.web.action.admin that implement ControllerAction | |
---|---|
class |
AbstractAdminAction
The Class AbstractAdminAction. |
class |
AbstractConfigurationAction
The Class AbstractConfigurationAction. |
class |
AgencyAction
The Class AgencyAction. |
class |
AgentDeploymentAction
The Class AgentDeploymentAction. |
class |
ConfigureAgencyAction
The Class ConfigureAgencyAction. |
class |
LanguageAgencyAction
The Class LanguageAgencyAction. |
class |
LanguageContentAction
The Class LanguageContentAction. |
class |
MonitorAdminAction
The Class MonitorAdminAction. |
class |
PortalAction
The Class PortalAction. |
Uses of ControllerAction in com.hack23.cia.web.action.application |
---|
Classes in com.hack23.cia.web.action.application that implement ControllerAction | |
---|---|
class |
ApplicationAction
The Class ApplicationAction. |
Uses of ControllerAction in com.hack23.cia.web.action.common |
---|
Classes in com.hack23.cia.web.action.common that implement ControllerAction | |
---|---|
class |
AbstractAction
The Class AbstractAction. |
class |
ApplicationErrorAction
The Class ApplicationErrorAction. |
Uses of ControllerAction in com.hack23.cia.web.action.user |
---|
Classes in com.hack23.cia.web.action.user that implement ControllerAction | |
---|---|
class |
AbstractParliamentAction
The Class AbstractParliamentAction. |
class |
AbstractTopListAction
The Class AbstractTopListAction. |
class |
AbstractUserAction
The Class AbstractUserAction. |
class |
BallotAction
The Class BallotAction. |
class |
CommitteeReportAction
The Class CommitteeReportAction. |
class |
CommitteeReportsAction
The Class CommitteeReportsAction. |
class |
ExternalUrlAction
The Class ExternalUrlAction. |
class |
ParliamentMemberAction
The Class ParliamentMemberAction. |
class |
PartyAction
The Class PartyAction. |
class |
SearchAction
The Class SearchAction. |
class |
TopListAction
The Class TopListAction. |
class |
UserAccountAction
The Class UserAccountAction. |
class |
UserAction
The Class UserAction. |
Uses of ControllerAction in com.hack23.cia.web.controller.application |
---|
Methods in com.hack23.cia.web.controller.application that return types with arguments of type ControllerAction | |
---|---|
Map<Class<ControllerAction>,ActionHandler> |
FrontController.getActionHandlersMap()
Gets the action handlers map. |
Methods in com.hack23.cia.web.controller.application with parameters of type ControllerAction | |
---|---|
void |
FrontController.handleAction(ControllerAction action)
|
Uses of ControllerAction in com.hack23.cia.web.controller.common |
---|
Methods in com.hack23.cia.web.controller.common that return types with arguments of type ControllerAction | |
---|---|
Class<ControllerAction> |
ActionHandler.getSupportedAction()
Gets the supported action. |
Methods in com.hack23.cia.web.controller.common with parameters of type ControllerAction | |
---|---|
protected ModelAndView |
AbstractGenericHandler.handleErrorResponse(ControllerAction action,
ErrorResponse errorResponse)
Handle error response. |
void |
AbstractGenericHandler.processAction(ControllerAction action)
|
void |
ActionHandler.processAction(ControllerAction action)
Process action. |
Uses of ControllerAction in com.hack23.cia.web.viewfactory.api.admin |
---|
Constructors in com.hack23.cia.web.viewfactory.api.admin with parameters of type ControllerAction | |
---|---|
AbstractAdminModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract admin model and view. |
|
AbstractAgencyModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
Agency agency)
Instantiates a new abstract agency model and view. |
|
AbstractConfigurationModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract configuration model and view. |
|
AgencyModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
AgencyModelAndView.AgencyViewSpecification agencyViewSpecification,
Agency agency)
Instantiates a new agency model and view. |
|
AgentDeploymentModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
AgentDeploymentModelAndView.AgentDeployment agentDeployment)
Instantiates a new agent deployment model and view. |
|
LanguageAgencyModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
LanguageAgencyModelAndView.LanguageAgencyViewSpecification languageAgencyViewSpecification,
Agency agency,
Language language)
Instantiates a new language agency model and view. |
|
LanguageContentModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
LanguageContentModelAndView.LanguageContentViewSpecification languageContentViewSpecification,
Agency agency,
LanguageContent languageContent)
Instantiates a new language content model and view. |
|
MonitorModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
MonitorModelAndView.MonitorViewSpecification monitorViewSpecification,
ImageContent imageContent)
Instantiates a new monitor model and view. |
|
PortalModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
PortalModelAndView.PortalViewSpecification portalViewSpecification,
Agency agency,
Portal portal)
Instantiates a new portal model and view. |
Uses of ControllerAction in com.hack23.cia.web.viewfactory.api.application |
---|
Constructors in com.hack23.cia.web.viewfactory.api.application with parameters of type ControllerAction | |
---|---|
ApplicationModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
ApplicationModelAndView.ApplicationViewSpecification applicationViewSpecification,
Agency agency,
List<CommitteeReport> committeeReports,
List<PoliticalParty> politicalParties)
Instantiates a new application model and view. |
Uses of ControllerAction in com.hack23.cia.web.viewfactory.api.common |
---|
Methods in com.hack23.cia.web.viewfactory.api.common that return ControllerAction | |
---|---|
ControllerAction |
ModelAndView.getControllerAction()
Gets the controller action. |
ControllerAction |
AbstractModelAndView.getControllerAction()
|
Constructors in com.hack23.cia.web.viewfactory.api.common with parameters of type ControllerAction | |
---|---|
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.viewfactory.api.user |
---|
Constructors in com.hack23.cia.web.viewfactory.api.user with parameters of type ControllerAction | |
---|---|
AbstractParliamentMemberModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
ParliamentMember parliamentMember)
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,
CommitteeReportModelAndView.CommitteeReportViewSpecification committeeReportViewSpecification,
CommitteeReport committeeReport)
Instantiates a new committee report model and view. |
|
CommitteeReportsModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
CommitteeReportsModelAndView.CommitteeReportsViewSpecification committeeReportsViewSpecification,
List<CommitteeReport> commiteeReports)
Instantiates a new committee reports model and view. |
|
ParliamentMemberListModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberListModelAndView.ParliamentMemberListViewSpecification parliamentMemberListViewSpecification,
List<ParliamentMember> parliamentMemberList)
Instantiates a new parliament member list model and view. |
|
ParliamentMemberSummaryModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification parliamentMemberSummaryViewSpecification,
ParliamentMember parliamentMember,
List<ParliamentMemberVoteCompareResult> friendList,
List<ParliamentMemberVoteCompareResult> enemyList,
List<ParliamentMemberVoteCompareResult> friendPartyList,
List<ParliamentMemberVoteCompareResult> enemyPartyList,
List<Vote> votes,
RegisterInformation registerInformation)
Instantiates a new parliament member summary model and view. |
|
UrlModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
UrlModelAndView.UrlViewSpecification urlViewSpecification,
String title,
String url)
Instantiates a new url model and view. |
|
UserModelAndView(UserSessionDTO userSessionDTO,
List<PoliticalParty> politicalParties,
ControllerAction controllerAction,
UserModelAndView.UserViewSpecification userViewSpecification)
Instantiates a new user model and view. |
|
VotesModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
VotesModelAndView.VotesViewSpecification votesViewSpecification,
List<Vote> votes)
Instantiates a new votes model and view. |
Uses of ControllerAction in com.hack23.cia.web.views.common |
---|
Methods in com.hack23.cia.web.views.common with parameters of type ControllerAction | |
---|---|
void |
Controller.handleAction(ControllerAction action)
Handle action. |
Uses of ControllerAction in com.hack23.cia.web.views.uicommon |
---|
Constructors in com.hack23.cia.web.views.uicommon with parameters of type ControllerAction | |
---|---|
CommandActionWrapper(Controller controller,
ControllerAction controllerAction)
Instantiates a new command action wrapper. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |