Uses of Interface
net.sourceforge.blogentis.plugins.IBlogExtensionPoint

Packages that use IBlogExtensionPoint
net.sourceforge.blogentis.plugins   
net.sourceforge.blogentis.plugins.base   
net.sourceforge.blogentis.plugins.impl   
net.sourceforge.blogentis.storage   
net.sourceforge.blogentis.storage.impl   
 

Uses of IBlogExtensionPoint in net.sourceforge.blogentis.plugins
 

Classes in net.sourceforge.blogentis.plugins that implement IBlogExtensionPoint
 class AbstractBlogExtensionPoint
          A base class implementation for IBlogExtensionPoints
 

Methods in net.sourceforge.blogentis.plugins that return IBlogExtensionPoint
 IBlogExtensionPoint IPluginService.locateExtensionPoint(Blog blog, java.lang.Class name)
          Locate the first extension point that has the specified class in the extension point list of the blog.
static IBlogExtensionPoint BlogPluginService.locateExtensionPoint(Blog blog, java.lang.Class name)
          Locate an extension point that extends/implements the specified class.
 

Methods in net.sourceforge.blogentis.plugins with parameters of type IBlogExtensionPoint
 void IPluginService.registerExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Register a blog-specific extension point.
 void IPluginService.deregisterExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Remove a blog-specific extension point
static void BlogPluginService.registerExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Register a blog-specific extension point.
static void BlogPluginService.deregisterExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Remove a blog-specific extension point
 

Uses of IBlogExtensionPoint in net.sourceforge.blogentis.plugins.base
 

Subinterfaces of IBlogExtensionPoint in net.sourceforge.blogentis.plugins.base
 interface ICommentExtensionPoint
          The Comment Extension Point will implement this interface.
 interface INavigationExtensionPoint
          This is an extension point for managing the different navigation lists of a blog.
 interface IPostEditExtensionPoint
          Plugins that wish to act upon a creation, modification or deletion of a post should add extensions here.
 interface IPostViewExtensionPoint
          Plugins that wish to implement functionality that should be performed anytime a post is about to be viewed, either in HTML or in an RSS feed, should put an extension here.
 

Uses of IBlogExtensionPoint in net.sourceforge.blogentis.plugins.impl
 

Classes in net.sourceforge.blogentis.plugins.impl that implement IBlogExtensionPoint
 class CommentExtensionPointImpl
          Private implementation of the comment extension point.
 class NavigationExtensionPointImpl
          The implementation of the INavigationExtensionPoint.
 class PostEditExtensionPointImpl
           
 class PostViewExtensionPointImpl
           
 

Methods in net.sourceforge.blogentis.plugins.impl that return IBlogExtensionPoint
 IBlogExtensionPoint BlogPluginServiceImpl.locateExtensionPoint(Blog blog, java.lang.Class className)
           
 

Methods in net.sourceforge.blogentis.plugins.impl with parameters of type IBlogExtensionPoint
 void BlogPluginServiceImpl.registerExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Register a blog-specific extension point.
 void BlogPluginServiceImpl.deregisterExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Remove a blog-specific extension point
 

Uses of IBlogExtensionPoint in net.sourceforge.blogentis.storage
 

Subinterfaces of IBlogExtensionPoint in net.sourceforge.blogentis.storage
 interface IStorageExtensionPoint
           
 

Uses of IBlogExtensionPoint in net.sourceforge.blogentis.storage.impl
 

Classes in net.sourceforge.blogentis.storage.impl that implement IBlogExtensionPoint
 class StorageExtensionPointImpl
           
 



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