|
||||||||||
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 com.hack23.cia.web.impl.ui.viewfactory.api.content.AbstractUserModelAndView com.hack23.cia.web.impl.ui.viewfactory.api.content.UrlModelAndView
public class UrlModelAndView extends AbstractUserModelAndView
The Class UrlModelAndView.
Constructor and Description |
---|
UrlModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
UrlViewSpecification urlViewSpecification,
String title,
String url)
Instantiates a new url model and view. |
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
Gets the title. |
String |
getUrl()
Gets the url. |
UrlViewSpecification |
getUrlViewSpecification()
Gets the url view specification. |
String |
getViewSpecificationDescription()
Gets the view specification description. |
Methods inherited from class com.hack23.cia.web.impl.ui.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, 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 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 |