com.hack23.cia.web.impl.ui.viewfactory.api.common
Interface ModelAndView

Package class diagram package ModelAndView
All Known Implementing Classes:
AbstractConfigurationModelAndView, AbstractControlModelAndView, AbstractModelAndView, AbstractMonitorModelAndView, AbstractParliamentMemberModelAndView, AbstractParliamentModelAndView, AbstractUserModelAndView, AgencyModelAndView, AgentDeploymentModelAndView, ApplicationModelAndView, CommitteeReportModelAndView, CommitteeReportsModelAndView, ErrorMessageModelAndView, LanguageAgencyModelAndView, LanguageContentModelAndView, MonitorModelAndView, ParliamentMemberListModelAndView, ParliamentMemberSummaryModelAndView, PortalModelAndView, UrlModelAndView, UserModelAndView, VotesModelAndView

public interface ModelAndView

The Interface ModelAndView.


Method Summary
Modifier and Type Method and Description
 ControllerAction getControllerAction()
          Gets the controller action.
 UserSessionDto getUserSessionDTO()
          Gets the user session dto.
 String getViewSpecificationDescription()
          Gets the view specification description.
 

Method Detail

getControllerAction

ControllerAction getControllerAction()
Gets the controller action.

Returns:
the controller action

getUserSessionDTO

UserSessionDto getUserSessionDTO()
Gets the user session dto.

Returns:
the user session dto

getViewSpecificationDescription

String getViewSpecificationDescription()
Gets the view specification description.

Returns:
the view specification description


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