public interface ErrorPageType<T> extends Child<T>
error-pageType xsd type| Modifier and Type | Method and Description |
|---|---|
ErrorPageType<T> |
errorCode(Integer errorCode)
Sets the
error-code element |
ErrorPageType<T> |
exceptionType(String exceptionType)
Sets the
exception-type element |
Integer |
getErrorCode()
Returns the
error-code element |
String |
getExceptionType()
Returns the
exception-type element |
String |
getLocation()
Returns the
location element |
ErrorPageType<T> |
location(String location)
Sets the
location element |
ErrorPageType<T> |
removeErrorCode()
Removes the
error-code element |
ErrorPageType<T> |
removeExceptionType()
Removes the
exception-type element |
ErrorPageType<T> |
removeLocation()
Removes the
location element |
ErrorPageType<T> errorCode(Integer errorCode)
error-code elementerrorCode - the value for the element error-codeErrorPageTypeInteger getErrorCode()
error-code elementerror-codeErrorPageType<T> removeErrorCode()
error-code elementErrorPageTypeErrorPageType<T> exceptionType(String exceptionType)
exception-type elementexceptionType - the value for the element exception-typeErrorPageTypeString getExceptionType()
exception-type elementexception-typeErrorPageType<T> removeExceptionType()
exception-type elementErrorPageTypeErrorPageType<T> location(String location)
location elementlocation - the value for the element locationErrorPageTypeString getLocation()
location elementlocationErrorPageType<T> removeLocation()
location elementErrorPageTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.