Package | Description |
---|---|
io.undertow.servlet.api | |
io.undertow.servlet.handlers | |
io.undertow.servlet.spec |
Modifier and Type | Method and Description |
---|---|
void |
ServletDispatcher.dispatchToServlet(HttpServerExchange exchange,
ServletChain servletChain,
DispatcherType dispatcherType)
Dispatches a servlet request to the specified servlet, without changing the current path
|
Modifier and Type | Method and Description |
---|---|
ServletChain |
ServletRequestContext.getCurrentServlet() |
ServletChain |
ServletPathMatch.getServletChain() |
ServletChain |
ServletPathMatches.getServletHandlerByName(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ServletInitialHandler.dispatchToServlet(HttpServerExchange exchange,
ServletChain servletchain,
DispatcherType dispatcherType) |
void |
ServletRequestContext.setCurrentServlet(ServletChain currentServlet) |
Constructor and Description |
---|
ServletChain(ServletChain other) |
ServletPathMatch(ServletChain target,
String uri,
boolean requiredWelcomeFileMatch) |
ServletPathMatch(ServletChain target,
String matched,
String remaining,
ServletPathMatch.Type type,
String rewriteLocation) |
Constructor and Description |
---|
RequestDispatcherImpl(ServletChain chain,
ServletContextImpl servletContext) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.