Package org.camunda.bpm.welcome.impl
Class DefaultWelcomeRuntimeDelegate
java.lang.Object
org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate<WelcomePlugin>
org.camunda.bpm.welcome.impl.DefaultWelcomeRuntimeDelegate
- All Implemented Interfaces:
AppRuntimeDelegate<WelcomePlugin>
,WelcomeRuntimeDelegate
public class DefaultWelcomeRuntimeDelegate
extends AbstractAppRuntimeDelegate<WelcomePlugin>
implements WelcomeRuntimeDelegate
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
pluginRegistry, processEngineProvider, resourceOverrides
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
getAppPluginRegistry, getDefaultProcessEngine, getProcessEngine, getProcessEngineNames, getResourceOverrides, initResourceOverrides, loadProcessEngineProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.webapp.AppRuntimeDelegate
getAppPluginRegistry, getDefaultProcessEngine, getProcessEngine, getProcessEngineNames, getResourceOverrides
-
Constructor Details
-
DefaultWelcomeRuntimeDelegate
public DefaultWelcomeRuntimeDelegate()
-