public final class SystemPropertyBean extends java.lang.Object implements PluginAware
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
java.lang.String |
value |
Constructor and Description |
---|
SystemPropertyBean() |
Modifier and Type | Method and Description |
---|---|
PluginDescriptor |
getPluginDescriptor() |
static void |
initSystemProperties() |
void |
setPluginDescriptor(PluginDescriptor pluginDescriptor)
Called by extensions framework when extension is loaded from plugin.xml descriptor.
|
public static void initSystemProperties()
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.public PluginDescriptor getPluginDescriptor()