|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.wysiwyg.client.plugin.internal.DefaultPluginFactoryManager
public final class DefaultPluginFactoryManager
Default implementation of the PluginFactoryManager. We don't plan to provide another implementation.
| Constructor Summary | |
|---|---|
DefaultPluginFactoryManager()
|
|
| Method Summary | |
|---|---|
PluginFactory |
addPluginFactory(PluginFactory factory)
Registers a new plug-in factory. |
PluginFactory |
getPluginFactory(java.lang.String pluginName)
|
PluginFactory |
removePluginFactory(java.lang.String pluginName)
Unregisters the factory for the given plug-in name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPluginFactoryManager()
| Method Detail |
|---|
public PluginFactory addPluginFactory(PluginFactory factory)
addPluginFactory in interface PluginFactoryManagerfactory - The plug-in factory to be registered.
PluginFactoryManager.addPluginFactory(PluginFactory)public PluginFactory getPluginFactory(java.lang.String pluginName)
getPluginFactory in interface PluginFactoryManagerpluginName - The name of the plug-in whose factory should be returned.
null is there's no factory for the specified
plug-in.PluginFactoryManager.getPluginFactory(String)public PluginFactory removePluginFactory(java.lang.String pluginName)
removePluginFactory in interface PluginFactoryManagerpluginName - The name of the plug-in whose factory should be unregistered.
null if no factory has been registered for the given
plug-in name.PluginFactoryManager.removePluginFactory(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||