Uses of Class
de.aristaflow.adept2.base.servletcontainer.ServletDeploymentException
Packages that use ServletDeploymentException
Package
Description
-
Uses of ServletDeploymentException in de.aristaflow.adept2.base.servletcontainer
Methods in de.aristaflow.adept2.base.servletcontainer that throw ServletDeploymentExceptionModifier and TypeMethodDescriptionServletService.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.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.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 ServletDeploymentExceptionModifier and TypeMethodDescriptionEmbeddedServletService.deployWebApp(String hierarchicalContext, DynamicServlet servlet, Map<String, Object> contextAttrs) EmbeddedServletService.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)