|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.viewfactory.api.common.AbstractModelAndView com.hack23.cia.web.viewfactory.api.user.AbstractUserModelAndView com.hack23.cia.web.viewfactory.api.user.UserModelAndView
public class UserModelAndView
The Class UserModelAndView.
Nested Class Summary | |
---|---|
static class |
UserModelAndView.UserViewSpecification
The Enum UserViewSpecification. |
Constructor Summary | |
---|---|
UserModelAndView(UserSessionDTO userSessionDTO,
List<PoliticalParty> politicalParties,
ControllerAction controllerAction,
UserModelAndView.UserViewSpecification userViewSpecification)
Instantiates a new user model and view. |
Method Summary | |
---|---|
List<PoliticalParty> |
getPoliticalParties()
Gets the political parties. |
UserModelAndView.UserViewSpecification |
getUserViewSpecification()
Gets the user view specification. |
String |
getViewSpecificationDescription()
Gets the view specification description. |
Methods inherited from class com.hack23.cia.web.viewfactory.api.common.AbstractModelAndView |
---|
getControllerAction, getUserSessionDTO |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserModelAndView(UserSessionDTO userSessionDTO, List<PoliticalParty> politicalParties, ControllerAction controllerAction, UserModelAndView.UserViewSpecification userViewSpecification)
userSessionDTO
- the user session dtopoliticalParties
- the political partiescontrollerAction
- the controller actionuserViewSpecification
- the user view specificationMethod Detail |
---|
public final List<PoliticalParty> getPoliticalParties()
public final UserModelAndView.UserViewSpecification getUserViewSpecification()
public final String getViewSpecificationDescription()
ModelAndView
getViewSpecificationDescription
in interface ModelAndView
getViewSpecificationDescription
in class AbstractModelAndView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |