Uses of Class
de.aristaflow.adept2.base.servletcontainer.ServletDeploymentException
-
Packages that use ServletDeploymentException Package Description de.aristaflow.adept2.base.servletcontainer de.aristaflow.adept2.base.servletcontainer.dynamic -
-
Uses of ServletDeploymentException in de.aristaflow.adept2.base.servletcontainer
Methods in de.aristaflow.adept2.base.servletcontainer that throw ServletDeploymentException Modifier and Type Method Description URLServletService. deployWebApp(String hierarchicalContext, DynamicServlet servlet, Map<String,Object> contextAttrs)Deploys the designated servlet via this service with the designated hierarchical context having the designated servlet context attributes.URLServletService. deployWebApp(String hierarchicalContext, Class<?> baseClass, DynamicServlet servlet, Map<String,String> initParams, Map<String,Object> contextAttrs, String urlMapping)Deprecated.default URLServletService. deployWebApp(String hierarchicalContext, Class<?> baseClass, DynamicServlet servlet, Map<String,String> initParams, Map<String,Object> contextAttrs, String urlMapping, boolean asyncSupported)Deploys the designated servlet via this service with the designated hierarchical context having the designated servlet context attributes.voidServletService. undeployWebApp(String hierarchicalContext, String servletName)Undeploys the designated servlet deployed with the designated hierarchical context and servlet name. -
Uses of ServletDeploymentException in de.aristaflow.adept2.base.servletcontainer.dynamic
Methods in de.aristaflow.adept2.base.servletcontainer.dynamic that throw ServletDeploymentException Modifier and Type Method Description URLEmbeddedServletService. deployWebApp(String hierarchicalContext, DynamicServlet servlet, Map<String,Object> contextAttrs)URLEmbeddedServletService. deployWebApp(String hierarchicalContext, Class<?> baseClass, DynamicServlet servlet, Map<String,String> initParams, Map<String,Object> contextAttrs, String urlMapping)URLEmbeddedServletService. deployWebApp(String hierarchicalContext, Class<?> baseClass, DynamicServlet servlet, Map<String,String> initParams, Map<String,Object> contextAttrs, String urlMapping, boolean asyncSupported)voidEmbeddedServletService. undeployWebApp(String hierarchicalContext, String servletName)
-