org.xwiki.gwt.wysiwyg.client.plugin
Interface PluginFactory


public interface PluginFactory

Interface for instantiating a plug-in. Each plug-in must have a concrete implementation of this interface.

Version:
$Id: 608a984d3826e44ba8ba721df6dadbe3fa2bea73 $

Method Summary
 String getPluginName()
           
 Plugin newInstance()
           
 

Method Detail

newInstance

Plugin newInstance()
Returns:
A new instance of the plug-in.

getPluginName

String getPluginName()
Returns:
The name of the plug-in.


Copyright © 2004–2014 XWiki. All rights reserved.