public final class UIThemeProvider extends java.lang.Object implements PluginAware
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<UIThemeProvider> |
EP_NAME |
java.lang.String |
id |
java.lang.String |
path |
Constructor and Description |
---|
UIThemeProvider() |
Modifier and Type | Method and Description |
---|---|
UITheme |
createTheme() |
void |
setPluginDescriptor(PluginDescriptor pluginDescriptor)
Called by extensions framework when extension is loaded from plugin.xml descriptor.
|
public static final ExtensionPointName<UIThemeProvider> EP_NAME
public java.lang.String path
public java.lang.String id
public UITheme createTheme()
public void setPluginDescriptor(PluginDescriptor pluginDescriptor)
PluginAware
If this method is implemented in a bean class
extension point and it also exposes the stored plugin description via getPluginDescriptor
method, you must annotate the latter
with @Transient
to ensure that serialization engine won't try to deserialize this property.
setPluginDescriptor
in interface PluginAware
pluginDescriptor
- descriptor of the plugin that provided this particular extension.