Package com.morpheusdata.core.providers
Class AbstractGenericIntegrationProvider
java.lang.Object
com.morpheusdata.core.providers.AbstractGenericIntegrationProvider
- All Implemented Interfaces:
GenericIntegrationProvider
,PluginProvider
,UIExtensionProvider
public abstract class AbstractGenericIntegrationProvider
extends Object
implements GenericIntegrationProvider
Creates a base implementation for a Generic Integration Provider. This class provides a default implementation for the
getRenderer()
method that returns a HandlebarsRenderer
with the necessary helpers registered.- Since:
- 0.15.4
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.morpheusdata.core.providers.GenericIntegrationProvider
getCategory, getIcon, getOptionTypes, refresh, renderTemplate
Methods inherited from interface com.morpheusdata.core.providers.PluginProvider
getCode, getMorpheus, getName, getPlugin, isPlugin
Methods inherited from interface com.morpheusdata.core.providers.UIExtensionProvider
getContentSecurityPolicy
-
Constructor Details
-
AbstractGenericIntegrationProvider
public AbstractGenericIntegrationProvider()
-
-
Method Details
-
getRenderer
Description copied from interface:UIExtensionProvider
Default is Handlebars- Specified by:
getRenderer
in interfaceUIExtensionProvider
- Returns:
- renderer of specified type
-