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 ofServletContextthat adds methods to remove previously added servlets.ServletService AServletServiceprovides the means to publish a servlet at runtime.WrapSupportingDynamic ThisDynamicallows 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_FOUNDto any request.DynamicServletWrapper A simple wrapper to provideDynamicServletfor aHttpServlet. -
Exception Summary Exception Description ServletDeploymentException This exception indicates that deploying or undeploying a servlet (web application) to a servlet service has failed.