net.sourceforge.blogentis.plugins
Interface IExtension

All Known Subinterfaces:
IBlogExtension, ICommentExtension, INavigationExtension, IPageExtension, IPostEditExtension, IPostViewExtension, IRPCExtension, IStorageExtension
All Known Implementing Classes:
AbstractBlogExtension, AbstractCommentExtension, AbstractExtension, AbstractNavigationExtension, AbstractPageExtension, AbstractPostEditExtension, AbstractPostViewExtension, AbstractStorageExtension, XmlRpcExtension

public interface IExtension

Inteface for extensions that are used in extension points. This interface is intentionally minimal, as Each IExtensionPoint should require a different interface that extends this.

Author:
abas

Method Summary
 java.lang.String getName()
          Get the name of this extension.
 IPlugin getPlugin()
          Get the plugin that defines this extension.
 

Method Detail

getName

public java.lang.String getName()
Get the name of this extension. It should include a short description of the functionality.

Returns:
the name of this extension

getPlugin

public IPlugin getPlugin()
Get the plugin that defines this extension.

Returns:
The plugin that defines this extension.


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.