Uses of Interface
io.undertow.servlet.api.ServletDispatcher
-
Packages that use ServletDispatcher Package Description io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.handlers -
-
Uses of ServletDispatcher in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return ServletDispatcher Modifier and Type Method Description ServletDispatcher
Deployment. getServletDispatcher()
-
Uses of ServletDispatcher in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return ServletDispatcher Modifier and Type Method Description ServletDispatcher
DeploymentImpl. getServletDispatcher()
-
Uses of ServletDispatcher in io.undertow.servlet.handlers
Classes in io.undertow.servlet.handlers that implement ServletDispatcher Modifier and Type Class Description class
ServletInitialHandler
This must be the initial handler in the blocking servlet chain.
-