|
||||||||||
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.common.ErrorMessageModelAndView
public class ErrorMessageModelAndView
The Class ErrorMessageModelAndView.
Nested Class Summary | |
---|---|
static class |
ErrorMessageModelAndView.ErrorViewSpecification
The Enum ErrorViewSpecification. |
Constructor Summary | |
---|---|
ErrorMessageModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
ErrorMessageModelAndView.ErrorViewSpecification errorViewSpecification,
String errorMessage)
Instantiates a new error message model and view. |
Method Summary | |
---|---|
String |
getErrorMessage()
Gets the error message. |
ErrorMessageModelAndView.ErrorViewSpecification |
getErrorViewSpecification()
Gets the error 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 ErrorMessageModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, ErrorMessageModelAndView.ErrorViewSpecification errorViewSpecification, String errorMessage)
userSessionDTO
- the user session dtocontrollerAction
- the controller actionerrorViewSpecification
- the error view specificationerrorMessage
- the error messageMethod Detail |
---|
public final String getErrorMessage()
public final ErrorMessageModelAndView.ErrorViewSpecification getErrorViewSpecification()
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 |