net.sourceforge.blogentis.plugins
Class AbstractBlogExtension

java.lang.Object
  extended bynet.sourceforge.blogentis.plugins.AbstractExtension
      extended bynet.sourceforge.blogentis.plugins.AbstractBlogExtension
All Implemented Interfaces:
IBlogExtension, IExtension
Direct Known Subclasses:
AbstractCommentExtension, AbstractNavigationExtension, AbstractPostEditExtension, AbstractPostViewExtension, AbstractStorageExtension

public abstract class AbstractBlogExtension
extends AbstractExtension
implements IBlogExtension

Author:
abas

Field Summary
protected  Blog blog
           
protected  IPrefs preferences
           
 
Constructor Summary
protected AbstractBlogExtension(IPlugin plugin, Blog blog)
           
 
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 class net.sourceforge.blogentis.plugins.AbstractExtension
getPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.blogentis.plugins.IExtension
getName, getPlugin
 

Field Detail

preferences

protected IPrefs preferences

blog

protected Blog blog
Constructor Detail

AbstractBlogExtension

protected AbstractBlogExtension(IPlugin plugin,
                                Blog blog)
Method Detail

getPreferences

public IPrefs getPreferences()
Description copied from interface: IBlogExtension
Get the preferences manager for this plugin on this blog.

Specified by:
getPreferences in interface IBlogExtension
Returns:
the preferences object for this plugin.

setPreferences

public void setPreferences(IPrefs preferences)
Description copied from interface: IBlogExtension
Set the preferences of this extension. Will be called by the container to set the preferences object.

Specified by:
setPreferences in interface IBlogExtension
Parameters:
preferences -


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