public class WEFPluginImpl extends WEFResourceImpl implements WEFPlugin
| Modifier and Type | Field and Description |
|---|---|
protected WEFPluginRegistry |
registry |
static String |
TYPE_PLUGIN |
container, dependencies, description, name, path, type, userAgent, variableName| Constructor and Description |
|---|
WEFPluginImpl()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
register()
Registers this plugin with the plugin registry.
|
void |
setPluginRegistry(WEFPluginRegistry registry)
Sets the WEFPluginRegistry instance to register all plugins with.
|
getContainer, getDependencies, getDescription, getName, getPath, getType, getUserAgent, getVariableName, setContainer, setDependencies, setDescription, setName, setPath, setType, setUserAgent, setVariableName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContainer, getDependencies, getDescription, getName, getPath, getType, getUserAgent, getVariableNamepublic static final String TYPE_PLUGIN
protected WEFPluginRegistry registry
public void setPluginRegistry(WEFPluginRegistry registry)
registry - The WEFPluginRegistry instancepublic void register()
Copyright © 2005–2016 Alfresco Software. All rights reserved.