Class WelcomePlugins
java.lang.Object
org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
org.camunda.bpm.welcome.plugin.spi.impl.AbstractWelcomePlugin
org.camunda.bpm.welcome.impl.plugin.WelcomePlugins
- All Implemented Interfaces:
AppPlugin
,WelcomePlugin
- Author:
- vale
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a uri to a plugin resources directory.getId()
Returns the unique id of this plugin.Returns a set of JAX-RS resource classes that extend the rest API.Methods inherited from class org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
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
getResourceOverrides
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
WelcomePlugins
public WelcomePlugins()
-
-
Method Details
-
getId
Description copied from interface:AppPlugin
Returns the unique id of this plugin.- Returns:
-
getResourceClasses
Description copied from interface:AppPlugin
Returns a set of JAX-RS resource classes that extend the rest API.Typically, a plugin publishes its API via a subclass of
AbstractPluginRootResource
.- Specified by:
getResourceClasses
in interfaceAppPlugin
- Overrides:
getResourceClasses
in classAbstractAppPlugin
- Returns:
- the set of resource classes provided by this plugin
-
getAssetDirectory
Description copied from class:AbstractAppPlugin
Returns a uri to a plugin resources directory. The directory must be unique across all plugins.This implementation assumes that the resources are provided in the directory
plugin-webapp/PLUGIN_ID
, absolute to the root directory.- Specified by:
getAssetDirectory
in interfaceAppPlugin
- Overrides:
getAssetDirectory
in classAbstractAppPlugin
- Returns:
- the directory providing the plugins client side resources
-