Interface GlobalUIComponentProvider

All Superinterfaces:
GlobalUIComponentProvider, PluginProvider, UIExtensionProvider

@Deprecated public interface GlobalUIComponentProvider extends GlobalUIComponentProvider
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: