Package org.camunda.bpm.application.impl
Class ServletProcessApplicationDeployer
- java.lang.Object
-
- org.camunda.bpm.application.impl.ServletProcessApplicationDeployer
-
- All Implemented Interfaces:
javax.servlet.ServletContainerInitializer
public class ServletProcessApplicationDeployer extends Object implements javax.servlet.ServletContainerInitializer
This class is an implementation of
ServletContainerInitializer
and is notified whenever a subclass ofServletProcessApplication
annotated with theProcessApplication
annotation is deployed. In such an event, we automatically add the class asServletContextListener
to theServletContext
.NOTE: Only works with Servlet 3.0 or better.
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description ServletProcessApplicationDeployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onStartup(Set<Class<?>> c, javax.servlet.ServletContext ctx)
-