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.HttpHandlerExceptionpublic static io.undertow.server.HandlerWrapper jspFileHandlerWrapper(String jspFile)
Copyright © 2022 JBoss by Red Hat. All rights reserved.