
public interface ErrorPageType<T> extends Child<T>, JavaeeErrorPageCommonType<T,ErrorPageType<T>>
error-pageType xsd type| Modifier and Type | Method and Description |
|---|---|
ErrorPageType<T> |
errorCode(String errorCode)
Sets the
error-code element |
ErrorPageType<T> |
exceptionType(String exceptionType)
Sets the
exception-type element |
String |
getErrorCode()
Returns the
error-code element |
String |
getExceptionType()
Returns the
exception-type element |
String |
getId()
Returns the
id attribute |
String |
getLocation()
Returns the
location element |
ErrorPageType<T> |
id(String id)
Sets the
id attribute |
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> |
removeId()
Removes the
id attribute |
ErrorPageType<T> |
removeLocation()
Removes the
location element |
ErrorPageType<T> errorCode(String errorCode)
error-code elementerrorCode - the value for the element error-codeErrorPageTypeString 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 elementErrorPageTypeErrorPageType<T> id(String id)
id attributeid - the value for the attribute idErrorPageTypeString getId()
id attributeidErrorPageType<T> removeId()
id attributeErrorPageTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.