public class JspFileHandler extends Object implements io.undertow.server.HttpHandler
Constructor and Description |
---|
JspFileHandler(String jspFile,
io.undertow.server.HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
static io.undertow.server.HandlerWrapper |
jspFileHandlerWrapper(String jspFile) |
public JspFileHandler(String jspFile, io.undertow.server.HttpHandler next)
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
handleRequest
in interface io.undertow.server.HttpHandler
Exception
public static io.undertow.server.HandlerWrapper jspFileHandlerWrapper(String jspFile)
Copyright © 2016 JBoss by Red Hat. All rights reserved.