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
public abstract class AbstractWelcomePlugin extends AbstractAppPlugin implements WelcomePlugin
Base class for implementingWelcomePlugins
.- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description AbstractWelcomePlugin()
-
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
-
-