Class AbstractWelcomePlugin
java.lang.Object
org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
org.camunda.bpm.welcome.plugin.spi.impl.AbstractWelcomePlugin
- All Implemented Interfaces:
AppPlugin
,WelcomePlugin
- Direct Known Subclasses:
WelcomePlugins
Base class for implementing
WelcomePlugins
.- Author:
- Daniel Meyer
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
getAssetDirectory, getResourceClasses, getResourceOverrides
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.plugin.spi.AppPlugin
getAssetDirectory, getId, getResourceClasses, getResourceOverrides
-
Constructor Details
-
AbstractWelcomePlugin
public AbstractWelcomePlugin()
-