Interface Summary |
AbstractNavigationExtension.Authenticator |
|
ICommentExtension |
|
ICommentExtensionPoint |
The Comment Extension Point will implement this interface. |
ILinkTo |
This interface defines a linked item in the blogs UI. |
INavigationExtension |
Extensions to the navigation list should implement this interface. |
INavigationExtensionPoint |
This is an extension point for managing the different navigation lists of a
blog. |
IPageExtension |
This extension wil be invoked for each HTTP request. |
IPageExtensionPoint |
This extension point will invoke the extensions for each page load. |
IPostEditExtension |
|
IPostEditExtension.IPostAction |
An action that can be performed on a post. |
IPostEditExtensionPoint |
Plugins that wish to act upon a creation, modification or deletion of a post
should add extensions here. |
IPostViewExtension |
This extension will be invoked whenever a post is about to be viewed, either
in an HTML page or in an RSS Feed. |
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. |