Package org.camunda.qa
Class Application
- java.lang.Object
-
- org.camunda.bpm.application.AbstractProcessApplication
-
- org.camunda.bpm.application.impl.ServletProcessApplication
-
- org.camunda.qa.Application
-
- All Implemented Interfaces:
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
processApplicationClassloader, reference, servletContext, 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
autodetectProcessApplicationName, contextDestroyed, contextInitialized, getProcessApplicationClassloader, getProperties, getReference, getServletContext, initProcessApplicationClassloader
-
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
-
-