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 SummaryConstructors Constructor Description AbstractWelcomePlugin()
 - 
Method Summary- 
Methods inherited from class org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugingetAssetDirectory, getResourceClasses, getResourceOverrides
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.webapp.plugin.spi.AppPlugingetAssetDirectory, getId, getResourceClasses, getResourceOverrides
 
- 
 
-