|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorMessageModelAndView.ErrorViewSpecification | |
---|---|
com.hack23.cia.web.viewfactory.api.common | Common viewfactory api, contains ModelAndView definition and abstract base classes. |
Uses of ErrorMessageModelAndView.ErrorViewSpecification in com.hack23.cia.web.viewfactory.api.common |
---|
Methods in com.hack23.cia.web.viewfactory.api.common that return ErrorMessageModelAndView.ErrorViewSpecification | |
---|---|
ErrorMessageModelAndView.ErrorViewSpecification |
ErrorMessageModelAndView.getErrorViewSpecification()
Gets the error view specification. |
static ErrorMessageModelAndView.ErrorViewSpecification |
ErrorMessageModelAndView.ErrorViewSpecification.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ErrorMessageModelAndView.ErrorViewSpecification[] |
ErrorMessageModelAndView.ErrorViewSpecification.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.hack23.cia.web.viewfactory.api.common with parameters of type ErrorMessageModelAndView.ErrorViewSpecification | |
---|---|
ErrorMessageModelAndView(UserSessionDTO userSessionDTO,
ControllerAction controllerAction,
ErrorMessageModelAndView.ErrorViewSpecification errorViewSpecification,
String errorMessage)
Instantiates a new error message model and view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |