|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView
public abstract class AbstractModelAndView extends Object implements ModelAndView, Serializable
The Class AbstractModelAndView.
Modifier | Constructor and Description |
---|---|
protected |
AbstractModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract model and view. |
Modifier and Type | Method and Description |
---|---|
ControllerAction |
getControllerAction()
Gets the controller action. |
UserSessionDto |
getUserSessionDTO()
Gets the user session dto. |
abstract String |
getViewSpecificationDescription()
Gets the view specification description. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractModelAndView(UserSessionDto userSessionDTO, ControllerAction controllerAction)
userSessionDTO
- the user session dtocontrollerAction
- the controller actionMethod Detail |
---|
public final ControllerAction getControllerAction()
ModelAndView
getControllerAction
in interface ModelAndView
public final UserSessionDto getUserSessionDTO()
ModelAndView
getUserSessionDTO
in interface ModelAndView
public abstract String getViewSpecificationDescription()
ModelAndView
getViewSpecificationDescription
in interface ModelAndView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |