|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IExtensionPoint in net.sourceforge.blogentis.plugins |
Subinterfaces of IExtensionPoint in net.sourceforge.blogentis.plugins | |
interface |
IBlogExtensionPoint
An extension point that will be instanced differently for each blog, as each blog may have different extensions active. |
Classes in net.sourceforge.blogentis.plugins that implement IExtensionPoint | |
class |
AbstractBlogExtensionPoint
A base class implementation for IBlogExtensionPoints |
class |
AbstractExtensionPoint
A simple IExtensionPoint base class implementation. |
Methods in net.sourceforge.blogentis.plugins that return IExtensionPoint | |
IExtensionPoint |
IPluginService.locateExtensionPoint(java.lang.Class name)
Locate the specified extension point in the global extension point list |
static IExtensionPoint |
BlogPluginService.locateExtensionPoint(java.lang.Class name)
Locate a global extension point that extends/implements the specified class. |
Methods in net.sourceforge.blogentis.plugins with parameters of type IExtensionPoint | |
void |
IPluginService.registerExtensionPoint(IExtensionPoint point)
Register a global extension point. |
void |
IPluginService.deregisterExtensionPoint(IExtensionPoint point)
Remove a global extension point. |
static void |
BlogPluginService.registerExtensionPoint(IExtensionPoint point)
Register a global extension point. |
static void |
BlogPluginService.deregisterExtensionPoint(IExtensionPoint point)
Remove a global extension point. |
Uses of IExtensionPoint in net.sourceforge.blogentis.plugins.base |
Subinterfaces of IExtensionPoint 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 |
IPageExtensionPoint
This extension point will invoke the extensions for each page load. |
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 IExtensionPoint in net.sourceforge.blogentis.plugins.impl |
Classes in net.sourceforge.blogentis.plugins.impl that implement IExtensionPoint | |
class |
CommentExtensionPointImpl
Private implementation of the comment extension point. |
class |
NavigationExtensionPointImpl
The implementation of the INavigationExtensionPoint. |
class |
PageExtensionPointImpl
Implementation of the page extension point. |
class |
PostEditExtensionPointImpl
|
class |
PostViewExtensionPointImpl
|
Methods in net.sourceforge.blogentis.plugins.impl that return IExtensionPoint | |
IExtensionPoint |
ExtensionPointList.locateExtensionPoint(java.lang.Class name)
|
IExtensionPoint |
BlogPluginServiceImpl.locateExtensionPoint(java.lang.Class className)
|
Methods in net.sourceforge.blogentis.plugins.impl with parameters of type IExtensionPoint | |
void |
ExtensionPointList.registerExtensionPoint(IExtensionPoint point)
|
void |
ExtensionPointList.deregisterExtensionPoint(IExtensionPoint point)
|
void |
BlogPluginServiceImpl.registerExtensionPoint(IExtensionPoint point)
Register a global extension point. |
void |
BlogPluginServiceImpl.deregisterExtensionPoint(IExtensionPoint point)
Remove a global extension point. |
Uses of IExtensionPoint in net.sourceforge.blogentis.storage |
Subinterfaces of IExtensionPoint in net.sourceforge.blogentis.storage | |
interface |
IStorageExtensionPoint
|
Uses of IExtensionPoint in net.sourceforge.blogentis.storage.impl |
Classes in net.sourceforge.blogentis.storage.impl that implement IExtensionPoint | |
class |
StorageExtensionPointImpl
|
Uses of IExtensionPoint in net.sourceforge.blogentis.xmlrpc |
Subinterfaces of IExtensionPoint in net.sourceforge.blogentis.xmlrpc | |
interface |
IRPCExtensionPoint
This extension point manages the XML-RPC entry points. |
Uses of IExtensionPoint in net.sourceforge.blogentis.xmlrpc.impl |
Classes in net.sourceforge.blogentis.xmlrpc.impl that implement IExtensionPoint | |
class |
XmlRpcExtensionPoint
The actual implementation of the XML-RPC extension point. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |