DeferredDynamic |
This class wraps a dynamically added Servlet and allows to change initialisation
parameters and URL patterns for the servlet.
|
DeferredServletConfig |
A servlet config for a servlet which is deployed after the main servlet already has been deployed
- and of which the context may have already been initialised.
|
DeferredServletContext |
This servlet context provides the means for adding servlets after the parent servlet context has
already been initialised.
|
DemuxRequest |
A DemuxRequest wraps a HttpServletRequest and adapts its paths.
|
DemuxServlet |
This servlet allows to register sub servlets at runtime, i. e. even after the servlet context has
been initialised.
|