net.sourceforge.blogentis.plugins
Interface IBlogExtension

All Superinterfaces:
IExtension
All Known Subinterfaces:
ICommentExtension, INavigationExtension, IPostEditExtension, IPostViewExtension, IStorageExtension
All Known Implementing Classes:
AbstractBlogExtension, AbstractCommentExtension, AbstractNavigationExtension, AbstractPostEditExtension, AbstractPostViewExtension, AbstractStorageExtension

public interface IBlogExtension
extends IExtension

Extensions to per-blog extension points should implement this interface.

Author:
abas

Method Summary
 IPrefs getPreferences()
          Get the preferences manager for this plugin on this blog.
 void setPreferences(IPrefs preferences)
          Set the preferences of this extension.
 
Methods inherited from interface net.sourceforge.blogentis.plugins.IExtension
getName, getPlugin
 

Method Detail

getPreferences

public IPrefs getPreferences()
Get the preferences manager for this plugin on this blog.

Returns:
the preferences object for this plugin.

setPreferences

public void setPreferences(IPrefs preferences)
Set the preferences of this extension. Will be called by the container to set the preferences object.

Parameters:
preferences -


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