|
||||||||||
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
public abstract class AbstractModelAndView
The Class AbstractModelAndView.
Constructor Summary | |
---|---|
AbstractModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract model and view. |
Method Summary | |
---|---|
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 |
---|
public 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 |