public final class ErrorPageProvider extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorPageProvider.ErrorPageConfig
Use this class to configure the error page you want to get.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getErrorPageMarkup(javax.servlet.http.HttpServletRequest request,
String title,
String description,
String image,
ErrorPageProvider.ErrorPageConfig config)
Generates the HTML markup by the given parameters.
|
public static String getErrorPageMarkup(javax.servlet.http.HttpServletRequest request, String title, String description, String image, ErrorPageProvider.ErrorPageConfig config)
request - The http request.title - The title of the error page.description - The description of the error page.image - The background-image of the error page.config - The configuration of the error page.Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.