Package com.morpheusdata.core
Interface GlobalUIComponentProvider
- All Superinterfaces:
GlobalUIComponentProvider
,PluginProvider
,UIExtensionProvider
Deprecated.
This provider creates a means to render global components into the main layout of Morpheus. This could be a global chat component
or other type of overlay code that one might want to run throughout the entire application render lifecycle.
It extends the common
UIExtensionProvider
which allows for extending available content security policies as well
as defining the type of renderer being used.
NOTE: This provider has been moved to GlobalUIComponentProvider
.- Since:
- 0.8.0
- See Also:
-
Method Summary
Methods inherited from interface com.morpheusdata.core.providers.GlobalUIComponentProvider
renderTemplate, show
Methods inherited from interface com.morpheusdata.core.providers.PluginProvider
getCode, getMorpheus, getName, getPlugin, isPlugin
Methods inherited from interface com.morpheusdata.core.providers.UIExtensionProvider
getContentSecurityPolicy, getRenderer