|
||||||||||
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.UrlModelAndView
public class UrlModelAndView
The Class UrlModelAndView.
Nested Class Summary | |
---|---|
static class |
UrlModelAndView.UrlViewSpecification
The Enum UrlViewSpecification. |
Constructor Summary | |
---|---|
UrlModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
UrlModelAndView.UrlViewSpecification urlViewSpecification,
String title,
String url)
Instantiates a new url model and view. |
Method Summary | |
---|---|
String |
getTitle()
Gets the title. |
String |
getUrl()
Gets the url. |
UrlModelAndView.UrlViewSpecification |
getUrlViewSpecification()
Gets the url 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 UrlModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, UrlModelAndView.UrlViewSpecification urlViewSpecification, String title, String url)
userSessionDTO
- the user session dtocontrollerAction
- the controller actionurlViewSpecification
- the url view specificationtitle
- the titleurl
- the urlMethod Detail |
---|
public final String getTitle()
public final String getUrl()
public final UrlModelAndView.UrlViewSpecification getUrlViewSpecification()
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 |