public static class ErrorPageProvider.ErrorPageConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
showErrorMessage
Indicates if the error page should show error message.
|
protected boolean |
showErrorType
Indicates if the error page should show the error type.
|
protected boolean |
showStatusCode
Indicates if the error page should show the error status code.
|
Constructor and Description |
---|
ErrorPageConfig(boolean showStatusCode,
boolean showErrorMessage,
boolean showErrorType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ErrorPageProvider.ErrorPageConfig |
allFalse()
Creates a ErrorPageConfig object with all parameters to false.
|
protected boolean showStatusCode
protected boolean showErrorMessage
protected boolean showErrorType
public ErrorPageConfig(boolean showStatusCode, boolean showErrorMessage, boolean showErrorType)
showStatusCode
- indicates if the status code should be shown.showErrorMessage
- indicates if the error message should be shown.showErrorType
- indicates if the error type should be shown.public static ErrorPageProvider.ErrorPageConfig allFalse()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.