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$

Method Summary
 java.lang.String getPluginName()
           
 Plugin newInstance()
           
 

Method Detail

newInstance

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

getPluginName

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


Copyright © 2004-2011 XWiki. All Rights Reserved.