|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.web.impl.ui.viewfactory.api.common.AbstractModelAndView
com.hack23.cia.web.impl.ui.viewfactory.api.common.ErrorMessageModelAndView
public class ErrorMessageModelAndView extends AbstractModelAndView
The Class ErrorMessageModelAndView.
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorMessageModelAndView.ErrorViewSpecification
The Enum ErrorViewSpecification. |
| Constructor and Description |
|---|
ErrorMessageModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ErrorMessageModelAndView.ErrorViewSpecification errorViewSpecification,
String errorMessage)
Instantiates a new error message model and view. |
| Modifier and Type | Method and Description |
|---|---|
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.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 ErrorMessageModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ErrorMessageModelAndView.ErrorViewSpecification errorViewSpecification,
String errorMessage)
userSessionDTO - the user session dtocontrollerAction - the controller actionerrorViewSpecification - the error view specificationerrorMessage - the error message| Method Detail |
|---|
public final String getErrorMessage()
public final ErrorMessageModelAndView.ErrorViewSpecification getErrorViewSpecification()
public final String getViewSpecificationDescription()
ModelAndView
getViewSpecificationDescription in interface ModelAndViewgetViewSpecificationDescription in class AbstractModelAndView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||