Package org.camunda.qa
Class Application
- java.lang.Object
-
- All Implemented Interfaces:
java.util.EventListener
,javax.servlet.ServletContextListener
,ProcessApplicationInterface
public class Application extends ServletProcessApplication
- Author:
- Tassilo Weidner
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.application.impl.ServletProcessApplication
servletContext
-
Fields inherited from class org.camunda.bpm.application.impl.AbstractServletProcessApplication
processApplicationClassloader, reference, servletContextName, servletContextPath
-
Fields inherited from class org.camunda.bpm.application.AbstractProcessApplication
defaultDeployToEngineName, isDeployed, processApplicationBeanElResolver, processApplicationElResolver, processApplicationScriptEnvironment, variableSerializers
-
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
-
Methods inherited from class org.camunda.bpm.application.impl.ServletProcessApplication
contextDestroyed, contextInitialized, getServletContext, initProcessApplicationClassloader
-
Methods inherited from class org.camunda.bpm.application.impl.AbstractServletProcessApplication
autodetectProcessApplicationName, getProcessApplicationClassloader, getProperties, getReference
-
Methods inherited from class org.camunda.bpm.application.AbstractProcessApplication
createDeployment, deploy, execute, execute, getBeanElResolver, getDefaultDeployToEngineName, getElResolver, getEnvironmentScripts, getExecutionListener, getName, getProcessApplicationScriptEnvironment, getRawObject, getScriptEngineForName, getTaskListener, getVariableSerializers, initProcessApplicationElResolver, setDefaultDeployToEngineName, setVariableSerializers, undeploy
-
-