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 ServletDispatcherDeployment. getServletDispatcher() -
Uses of ServletDispatcher in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return ServletDispatcher Modifier and Type Method Description ServletDispatcherDeploymentImpl. getServletDispatcher() -
Uses of ServletDispatcher in io.undertow.servlet.handlers
Classes in io.undertow.servlet.handlers that implement ServletDispatcher Modifier and Type Class Description classServletInitialHandlerThis must be the initial handler in the blocking servlet chain.
-