public class UIThemeMetadataProvider extends java.lang.Object implements PluginAware
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | path | 
| Constructor and Description | 
|---|
| UIThemeMetadataProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| UIThemeMetadata | loadMetadata() | 
| void | setPluginDescriptor(PluginDescriptor pluginDescriptor)Called by extensions framework when extension is loaded from plugin.xml descriptor. | 
public UIThemeMetadata loadMetadata()
public void setPluginDescriptor(PluginDescriptor pluginDescriptor)
PluginAwareIf 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 PluginAwarepluginDescriptor - descriptor of the plugin that provided this particular extension.