Class FileErrorPageHandler

java.lang.Object
io.undertow.server.handlers.error.FileErrorPageHandler
All Implemented Interfaces:
HttpHandler

public class FileErrorPageHandler extends Object implements HttpHandler
Handler that serves up a file from disk to serve as an error page.

This handler does not server up and response codes by default, you must configure the response codes it responds to.

Author:
Stuart Douglas