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 URL
ServletService. 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.URL
ServletService. deployWebApp(String hierarchicalContext, Class<?> baseClass, DynamicServlet servlet, Map<String,String> initParams, Map<String,Object> contextAttrs, String urlMapping)
Deprecated.default URL
ServletService. 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.void
ServletService. 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 URL
EmbeddedServletService. deployWebApp(String hierarchicalContext, DynamicServlet servlet, Map<String,Object> contextAttrs)
URL
EmbeddedServletService. deployWebApp(String hierarchicalContext, Class<?> baseClass, DynamicServlet servlet, Map<String,String> initParams, Map<String,Object> contextAttrs, String urlMapping)
URL
EmbeddedServletService. deployWebApp(String hierarchicalContext, Class<?> baseClass, DynamicServlet servlet, Map<String,String> initParams, Map<String,Object> contextAttrs, String urlMapping, boolean asyncSupported)
void
EmbeddedServletService. undeployWebApp(String hierarchicalContext, String servletName)
-