public interface ErrorPageGenerator
Response.sendError(int) and
Response.sendError(int, java.lang.String) methods.
The ErrorPageGenerator might be set per 1) HttpServer: HttpServer.getServerConfiguration();
2) NetworkListener:
NetworkListener.setDefaultErrorPageGenerator(org.glassfish.grizzly.http.server.ErrorPageGenerator); 3)
Response: Response.setErrorPageGenerator(org.glassfish.grizzly.http.server.ErrorPageGenerator);| Modifier and Type | Method and Description |
|---|---|
String |
generate(Request request,
int status,
String reasonPhrase,
String description,
Throwable exception)
Returns the HTML representation of the error page corresponding to the given HTTP response status.
|
Copyright © 2017–2021 Oracle Corporation. All rights reserved.