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

Packages that use IBlogExtension
net.sourceforge.blogentis.plugins   
net.sourceforge.blogentis.plugins.base   
net.sourceforge.blogentis.plugins.impl   
net.sourceforge.blogentis.storage   
net.sourceforge.blogentis.storage.impl   
net.sourceforge.blogentis.trackback   
 

Uses of IBlogExtension in net.sourceforge.blogentis.plugins
 

Classes in net.sourceforge.blogentis.plugins that implement IBlogExtension
 class AbstractBlogExtension
           
 

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

Subinterfaces of IBlogExtension in net.sourceforge.blogentis.plugins.base
 interface ICommentExtension
           
 interface INavigationExtension
          Extensions to the navigation list should implement this interface.
 interface IPostEditExtension
           
 interface IPostViewExtension
          This extension will be invoked whenever a post is about to be viewed, either in an HTML page or in an RSS Feed.
 

Classes in net.sourceforge.blogentis.plugins.base that implement IBlogExtension
 class AbstractCommentExtension
           
 class AbstractNavigationExtension
           
 class AbstractPostEditExtension
           
 class AbstractPostViewExtension
           
 

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

Classes in net.sourceforge.blogentis.plugins.impl that implement IBlogExtension
 class BasicNavigationExtension
          This extension adds the basic navigations
 class UserNavigationExtension
          This extension adds user preferences to the navigations.
 

Uses of IBlogExtension in net.sourceforge.blogentis.storage
 

Subinterfaces of IBlogExtension in net.sourceforge.blogentis.storage
 interface IStorageExtension
           
 

Classes in net.sourceforge.blogentis.storage that implement IBlogExtension
 class AbstractStorageExtension
          Extensions implementing IStorageExtensions should extend this class, overriding any methods as necessary.
 

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

Classes in net.sourceforge.blogentis.storage.impl that implement IBlogExtension
 class StorageNavigationExtension
          Extension to merge storage-related ling to navigations.
 

Uses of IBlogExtension in net.sourceforge.blogentis.trackback
 

Classes in net.sourceforge.blogentis.trackback that implement IBlogExtension
 class TrackbackNavExtension
           
 class TrackbackPostEditExtension
           
 



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