|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IExtension in net.sourceforge.blogentis.plugins |
Subinterfaces of IExtension in net.sourceforge.blogentis.plugins | |
interface |
IBlogExtension
Extensions to per-blog extension points should implement this interface. |
Classes in net.sourceforge.blogentis.plugins that implement IExtension | |
class |
AbstractBlogExtension
|
class |
AbstractExtension
A bare-bones sample base class for Extensions |
Methods in net.sourceforge.blogentis.plugins with parameters of type IExtension | |
void |
IExtensionPoint.addExtension(IExtension extension)
Add an extension to this extension point. |
void |
IExtensionPoint.removeExtension(IExtension extension)
Remove an extension from this extension point. |
void |
AbstractExtensionPoint.addExtension(IExtension ext)
|
void |
AbstractExtensionPoint.removeExtension(IExtension extension)
|
Uses of IExtension in net.sourceforge.blogentis.plugins.base |
Subinterfaces of IExtension in net.sourceforge.blogentis.plugins.base | |
interface |
ICommentExtension
|
interface |
INavigationExtension
Extensions to the navigation list should implement this interface. |
interface |
IPageExtension
This extension wil be invoked for each HTTP request. |
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 IExtension | |
class |
AbstractCommentExtension
|
class |
AbstractNavigationExtension
|
class |
AbstractPageExtension
|
class |
AbstractPostEditExtension
|
class |
AbstractPostViewExtension
|
Uses of IExtension in net.sourceforge.blogentis.plugins.impl |
Classes in net.sourceforge.blogentis.plugins.impl that implement IExtension | |
class |
BasicNavigationExtension
This extension adds the basic navigations |
class |
UserNavigationExtension
This extension adds user preferences to the navigations. |
Uses of IExtension in net.sourceforge.blogentis.storage |
Subinterfaces of IExtension in net.sourceforge.blogentis.storage | |
interface |
IStorageExtension
|
Classes in net.sourceforge.blogentis.storage that implement IExtension | |
class |
AbstractStorageExtension
Extensions implementing IStorageExtensions should extend this class, overriding any methods as necessary. |
Uses of IExtension in net.sourceforge.blogentis.storage.impl |
Classes in net.sourceforge.blogentis.storage.impl that implement IExtension | |
class |
StorageNavigationExtension
Extension to merge storage-related ling to navigations. |
Uses of IExtension in net.sourceforge.blogentis.trackback |
Classes in net.sourceforge.blogentis.trackback that implement IExtension | |
class |
TrackbackNavExtension
|
class |
TrackbackPostEditExtension
|
Uses of IExtension in net.sourceforge.blogentis.xmlrpc |
Subinterfaces of IExtension in net.sourceforge.blogentis.xmlrpc | |
interface |
IRPCExtension
Extensions to the XML-RPC entry point will be declared by extensions conforming to this interface. |
Uses of IExtension in net.sourceforge.blogentis.xmlrpc.impl |
Classes in net.sourceforge.blogentis.xmlrpc.impl that implement IExtension | |
class |
XmlRpcExtension
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |