Uses of Interface
com.hack23.cia.web.viewfactory.api.common.ModelAndView

Packages that use ModelAndView
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. 
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.viewfactory.impl.application Factories used to create application layout views. 
com.hack23.cia.web.viewfactory.impl.common ViewFactories used to create common views. 
com.hack23.cia.web.views.common Common view objects. 
com.hack23.cia.web.views.navigationview.admin.commandcenter Admin navigation views. 
com.hack23.cia.web.views.navigationview.admin.common Admin navigation views. 
com.hack23.cia.web.views.navigationview.admin.configuration Admin navigation views. 
com.hack23.cia.web.views.navigationview.admin.content Admin navigation views. 
com.hack23.cia.web.views.navigationview.admin.parliament Admin navigation views. 
com.hack23.cia.web.views.navigationview.admin.user Admin navigation views. 
com.hack23.cia.web.views.navigationview.common Common navigation views. 
com.hack23.cia.web.views.navigationview.user User navigation views. 
 

Uses of ModelAndView in com.hack23.cia.web.controller.admin
 

Methods in com.hack23.cia.web.controller.admin that return ModelAndView
 ModelAndView AgencyActionHandler.handleSuccessResponse(AgencyAction action, AgencyResponse response)
           
 ModelAndView AgentDeploymentActionHandler.handleSuccessResponse(AgentDeploymentAction action, AgentDeploymentResponse response)
           
 ModelAndView ConfigureAgencyActionHandler.handleSuccessResponse(ConfigureAgencyAction action, AgencyResponse response)
           
 ModelAndView LanguageAgencyActionHandler.handleSuccessResponse(LanguageAgencyAction action, LanguageResponse response)
           
 ModelAndView LanguageContentActionHandler.handleSuccessResponse(LanguageContentAction action, LanguageContentResponse response)
           
 ModelAndView MonitorActionHandler.handleSuccessResponse(MonitorAdminAction action, MonitorResponse response)
           
 ModelAndView PortalActionHandler.handleSuccessResponse(PortalAction action, PortalResponse response)
           
 

Uses of ModelAndView in com.hack23.cia.web.controller.application
 

Methods in com.hack23.cia.web.controller.application that return ModelAndView
 ModelAndView ApplicationActionHandler.handleSuccessResponse(ApplicationAction action, ApplicationResponse response)
           
 

Uses of ModelAndView in com.hack23.cia.web.controller.common
 

Methods in com.hack23.cia.web.controller.common that return ModelAndView
protected  ModelAndView AbstractGenericHandler.handleErrorResponse(ControllerAction action, ErrorResponse errorResponse)
          Handle error response.
 ModelAndView DefaultActionHandler.handleSuccessResponse(AbstractAction action, ApplicationErrorResponse response)
           
abstract  ModelAndView AbstractGenericHandler.handleSuccessResponse(ACTION action, RESPONSE response)
          Handle success response.
 ModelAndView ApplicationErrorActionHandler.handleSuccessResponse(ApplicationErrorAction action, ApplicationErrorResponse response)
           
 

Methods in com.hack23.cia.web.controller.common with parameters of type ModelAndView
protected  void AbstractGenericHandler.processModelAndView(ModelAndView modelAndView, ApplicationUserState userState)
          Process model and view.
 

Uses of ModelAndView in com.hack23.cia.web.controller.user
 

Methods in com.hack23.cia.web.controller.user that return ModelAndView
 ModelAndView BallotActionHandler.handleSuccessResponse(BallotAction action, BallotResponse response)
           
 ModelAndView CommitteeReportActionHandler.handleSuccessResponse(CommitteeReportAction action, CommitteeReportResponse response)
           
 ModelAndView CommitteeReportsActionHandler.handleSuccessResponse(CommitteeReportsAction action, CommitteeReportsResponse response)
           
 ModelAndView ExternalUrlActionHandler.handleSuccessResponse(ExternalUrlAction action, ExternalUrlResponse response)
           
 ModelAndView ParliamentMemberActionHandler.handleSuccessResponse(ParliamentMemberAction action, ParliamentMemberResponse response)
           
 ModelAndView PartyActionHandler.handleSuccessResponse(PartyAction action, TopListResponse response)
           
 ModelAndView SearchActionHandler.handleSuccessResponse(SearchAction action, SearchResponse response)
           
 ModelAndView TopListActionHandler.handleSuccessResponse(TopListAction action, TopListResponse response)
           
 ModelAndView UserAccountActionHandler.handleSuccessResponse(UserAccountAction action, AbstractUserAccountResponse response)
           
 ModelAndView UserActionHandler.handleSuccessResponse(UserAction action, UserResponse response)
           
 

Uses of ModelAndView in com.hack23.cia.web.viewfactory.api.admin
 

Classes in com.hack23.cia.web.viewfactory.api.admin that implement ModelAndView
 class AbstractAdminModelAndView
          The Class AbstractAdminModelAndView.
 class AbstractAgencyModelAndView
          The Class AbstractAgencyModelAndView.
 class AbstractConfigurationModelAndView
          The Class AbstractConfigurationModelAndView.
 class AgencyModelAndView
          The Class AgencyModelAndView.
 class AgentDeploymentModelAndView
          The Class AgentDeploymentModelAndView.
 class LanguageAgencyModelAndView
          The Class LanguageAgencyModelAndView.
 class LanguageContentModelAndView
          The Class LanguageContentModelAndView.
 class MonitorModelAndView
          The Class MonitorModelAndView.
 class PortalModelAndView
          The Class PortalModelAndView.
 

Uses of ModelAndView in com.hack23.cia.web.viewfactory.api.application
 

Classes in com.hack23.cia.web.viewfactory.api.application that implement ModelAndView
 class ApplicationModelAndView
          The Class ApplicationModelAndView.
 

Uses of ModelAndView in com.hack23.cia.web.viewfactory.api.common
 

Classes in com.hack23.cia.web.viewfactory.api.common that implement ModelAndView
 class AbstractModelAndView
          The Class AbstractModelAndView.
 class ErrorMessageModelAndView
          The Class ErrorMessageModelAndView.
 

Methods in com.hack23.cia.web.viewfactory.api.common with parameters of type ModelAndView
 void ViewFactoryService.processView(ModelAndView modelAndView)
          Process view.
 

Uses of ModelAndView in com.hack23.cia.web.viewfactory.api.user
 

Classes in com.hack23.cia.web.viewfactory.api.user that implement ModelAndView
 class AbstractParliamentMemberModelAndView
          The Class AbstractParliamentMemberModelAndView.
 class AbstractParliamentModelAndView
          The Class AbstractParliamentModelAndView.
 class AbstractUserModelAndView
          The Class AbstractUserModelAndView.
 class CommitteeReportModelAndView
          The Class CommitteeReportModelAndView.
 class CommitteeReportsModelAndView
          The Class CommitteeReportsModelAndView.
 class ParliamentMemberListModelAndView
          The Class ParliamentMemberListModelAndView.
 class ParliamentMemberSummaryModelAndView
          The Class ParliamentMemberSummaryModelAndView.
 class UrlModelAndView
          The Class UrlModelAndView.
 class UserModelAndView
          The Class UserModelAndView.
 class VotesModelAndView
          The Class VotesModelAndView.
 

Uses of ModelAndView in com.hack23.cia.web.viewfactory.impl.application
 

Methods in com.hack23.cia.web.viewfactory.impl.application with parameters of type ModelAndView
 void ViewFactoryServiceImpl.processView(ModelAndView modelAndView)
           
 

Uses of ModelAndView in com.hack23.cia.web.viewfactory.impl.common
 

Methods in com.hack23.cia.web.viewfactory.impl.common that return types with arguments of type ModelAndView
 Class<ModelAndView> ViewFactory.getSupportedModelAndView()
          Gets the supported model and view.
 

Methods in com.hack23.cia.web.viewfactory.impl.common with parameters of type ModelAndView
 void ViewFactory.processView(ModelAndView modelAndView)
          Process view.
 void AbstractViewFactoryImpl.processView(ModelAndView modelAndView)
           
 

Uses of ModelAndView in com.hack23.cia.web.views.common
 

Methods in com.hack23.cia.web.views.common with parameters of type ModelAndView
 void Navigator.View.process(ModelAndView modelAndView)
          Process.
 

Uses of ModelAndView in com.hack23.cia.web.views.navigationview.admin.commandcenter
 

Methods in com.hack23.cia.web.views.navigationview.admin.commandcenter with parameters of type ModelAndView
 void ParliamentMetaDataGeneratorAgentsNavigationView.process(ModelAndView modelAndView)
           
 void CommandCenterNavigationView.process(ModelAndView modelAndView)
           
 void AgentOperationsNavigationView.process(ModelAndView modelAndView)
           
 void ParliamentDataAgentsNavigationView.process(ModelAndView modelAndView)
           
 

Uses of ModelAndView in com.hack23.cia.web.views.navigationview.admin.common
 

Methods in com.hack23.cia.web.views.navigationview.admin.common with parameters of type ModelAndView
 void AdminNavigationView.process(ModelAndView modelAndView)
           
 

Uses of ModelAndView in com.hack23.cia.web.views.navigationview.admin.configuration
 

Methods in com.hack23.cia.web.views.navigationview.admin.configuration with parameters of type ModelAndView
 void PortalsNavigationView.process(ModelAndView modelAndView)
           
 void AgencyNavigationView.process(ModelAndView modelAndView)
           
 void LanguagesNavigationView.process(ModelAndView modelAndView)
           
 

Uses of ModelAndView in com.hack23.cia.web.views.navigationview.admin.content
 

Methods in com.hack23.cia.web.views.navigationview.admin.content with parameters of type ModelAndView
 void LanguagesContentsNavigationView.process(ModelAndView modelAndView)
           
 

Uses of ModelAndView in com.hack23.cia.web.views.navigationview.admin.parliament
 

Methods in com.hack23.cia.web.views.navigationview.admin.parliament with parameters of type ModelAndView
 void ParliamentMemberNavigationView.process(ModelAndView modelAndView)
           
 void ParliamentYearsNavigationView.process(ModelAndView modelAndView)
           
 void PoliticalPartyNavigationView.process(ModelAndView modelAndView)
           
 void ElectionsNavigationView.process(ModelAndView modelAndView)
           
 void ParliamentNavigationView.process(ModelAndView modelAndView)
           
 void ParliamentMembersNavigationView.process(ModelAndView modelAndView)
           
 void CommitteeReportsNavigationView.process(ModelAndView modelAndView)
           
 void BallotsNavigationView.process(ModelAndView modelAndView)
           
 void CommitteesNavigationView.process(ModelAndView modelAndView)
           
 void PoliticialPartiesNavigationView.process(ModelAndView modelAndView)
           
 void ElectionNavigationView.process(ModelAndView modelAndView)
           
 void CommitteeReportNavigationView.process(ModelAndView modelAndView)
           
 void ParliamentYearNavigationView.process(ModelAndView modelAndView)
           
 void CommitteeNavigationView.process(ModelAndView modelAndView)
           
 void BallotNavigationView.process(ModelAndView modelAndView)
           
 void ErrorsNavigationView.process(ModelAndView modelAndView)
           
 

Uses of ModelAndView in com.hack23.cia.web.views.navigationview.admin.user
 

Methods in com.hack23.cia.web.views.navigationview.admin.user with parameters of type ModelAndView
 void UserNavigationView.process(ModelAndView modelAndView)
           
 void UserSessionsNavigationView.process(ModelAndView modelAndView)
           
 void UsersNavigationView.process(ModelAndView modelAndView)
           
 void EventsNavigationView.process(ModelAndView modelAndView)
           
 

Uses of ModelAndView in com.hack23.cia.web.views.navigationview.common
 

Methods in com.hack23.cia.web.views.navigationview.common with parameters of type ModelAndView
abstract  void AbstractNavigationView.process(ModelAndView modelAndView)
           
 

Uses of ModelAndView in com.hack23.cia.web.views.navigationview.user
 

Methods in com.hack23.cia.web.views.navigationview.user with parameters of type ModelAndView
 void SearchNavigationView.process(ModelAndView modelAndView)
           
 void LoginNavigationView.process(ModelAndView modelAndView)
           
 void DashboardNavigationView.process(ModelAndView modelAndView)
           
 void NewsNavigationView.process(ModelAndView modelAndView)
           
 void AboutNavigationView.process(ModelAndView modelAndView)
           
 



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