Package de.aristaflow.adept2.base.servletcontainer
-
Interface Summary Interface Description DynamicServlet A servlet for dynamically deployment that will be notified of (un-)deployment.DynamicServletContext An extension ofServletContext
that adds methods to remove previously added servlets.ServletService AServletService
provides the means to publish a servlet at runtime.WrapSupportingDynamic ThisDynamic
allows to set the servlet context to allow for wrapping servlet contexts when adding servlets. -
Class Summary Class Description Default404Servlet This servlet simply returnsHttpServletResponse.SC_NOT_FOUND
to any request.DynamicServletWrapper A simple wrapper to provideDynamicServlet
for aHttpServlet
. -
Exception Summary Exception Description ServletDeploymentException This exception indicates that deploying or undeploying a servlet (web application) to a servlet service has failed.