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 of ServletProcessApplication annotated
with the ProcessApplication annotation is deployed. In such an event,
we automatically add the class as ServletContextListener to the
ServletContext.
NOTE: Only works with Servlet 3.0 or better.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletProcessApplicationDeployer
public ServletProcessApplicationDeployer()
onStartup
public void onStartup(Set<Class<?>> c,
javax.servlet.ServletContext ctx)
throws javax.servlet.ServletException
- Specified by:
onStartup in interface javax.servlet.ServletContainerInitializer
- Throws:
javax.servlet.ServletException
getLogWrongType
protected String getLogWrongType(Class<?> paClass)
getLogMultiplePas
protected String getLogMultiplePas(Set<Class<?>> c,
javax.servlet.ServletContext ctx)
Copyright © 2015 camunda services GmbH. All rights reserved.