net.sourceforge.blogentis.plugins
Class AbstractBlogExtensionPoint

java.lang.Object
  extended bynet.sourceforge.blogentis.plugins.AbstractExtensionPoint
      extended bynet.sourceforge.blogentis.plugins.AbstractBlogExtensionPoint
All Implemented Interfaces:
IBlogExtensionPoint, IExtensionPoint
Direct Known Subclasses:
CommentExtensionPointImpl, NavigationExtensionPointImpl, PostEditExtensionPointImpl, PostViewExtensionPointImpl, StorageExtensionPointImpl

public abstract class AbstractBlogExtensionPoint
extends AbstractExtensionPoint
implements IBlogExtensionPoint

A base class implementation for IBlogExtensionPoints

Author:
abas

Field Summary
protected  Blog blog
           
protected  IPrefs preferences
           
 
Fields inherited from class net.sourceforge.blogentis.plugins.AbstractExtensionPoint
extensions, plugin
 
Constructor Summary
protected AbstractBlogExtensionPoint(IPlugin plugin, Blog blog)
           
 
Method Summary
 Blog getBlog()
          Get the blog for this extension point.
 IPrefs getPreferences()
           
 
Methods inherited from class net.sourceforge.blogentis.plugins.AbstractExtensionPoint
addExtension, getExtensions, getPlugin, removeExtension, removeExtensions
 
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.IExtensionPoint
addExtension, getExtensionClass, getExtensions, getName, getPlugin, removeExtension, removeExtensions
 

Field Detail

blog

protected Blog blog

preferences

protected IPrefs preferences
Constructor Detail

AbstractBlogExtensionPoint

protected AbstractBlogExtensionPoint(IPlugin plugin,
                                     Blog blog)
Method Detail

getBlog

public Blog getBlog()
Description copied from interface: IBlogExtensionPoint
Get the blog for this extension point.

Specified by:
getBlog in interface IBlogExtensionPoint
Returns:
the blog for this extension point.

getPreferences

public IPrefs getPreferences()


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