Package de.aristaflow.adept2.base.servletcontainer.demux
package de.aristaflow.adept2.base.servletcontainer.demux
-
ClassesClassDescriptionThis class wraps a dynamically added
Servletand allows to change initialisation parameters and URL patterns for the servlet.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.This servlet context provides the means for adding servlets after the parent servlet context has already been initialised.ADemuxRequestwraps aHttpServletRequestand adapts its paths.This servlet allows to register sub servlets at runtime, i.