Package com.morpheusdata.core
Class AbstractVolumeTabProvider
java.lang.Object
com.morpheusdata.core.AbstractVolumeTabProvider
- All Implemented Interfaces:
PluginProvider,UIExtensionProvider,VolumeTabProvider
Renders tabs within a custom Volume in Morpheus. This could be useful for providing additional information on
a volume. Say for example some type of performance or replication information was desired. This could assist
with that. This abstract class adds a default Handlebars Java Renderer for easier use.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.morpheusdata.core.providers.PluginProvider
PluginProvider.ConfigurationDriftCheckFacet<T>, PluginProvider.EventSubscriberFacet<E extends Event>, PluginProvider.UpdateFacet<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.morpheusdata.core.providers.PluginProvider
getCode, getMorpheus, getName, getPluginMethods inherited from interface com.morpheusdata.core.providers.UIExtensionProvider
getContentSecurityPolicyMethods inherited from interface com.morpheusdata.core.providers.VolumeTabProvider
renderTemplate, show
-
Constructor Details
-
AbstractVolumeTabProvider
public AbstractVolumeTabProvider()
-
-
Method Details
-
getRenderer
Description copied from interface:UIExtensionProviderDefault is Handlebars- Specified by:
getRendererin interfaceUIExtensionProvider- Returns:
- renderer of specified type
-