|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.blogentis.plugins.AbstractExtensionPoint net.sourceforge.blogentis.plugins.impl.PageExtensionPointImpl
Implementation of the page extension point.
Field Summary |
Fields inherited from class net.sourceforge.blogentis.plugins.AbstractExtensionPoint |
extensions, plugin |
Constructor Summary | |
PageExtensionPointImpl(IPlugin plugin)
|
Method Summary | |
void |
doBuildAfterAction(BlogRunData data)
Will be called after the action and before the Screen will be executed. |
void |
doBuildBeforeAction(BlogRunData data)
Called before the action is executed. |
void |
doPostBuild(BlogRunData data)
Called after the screen has been executed and before cleanup. |
java.lang.Class |
getExtensionClass()
Get the class or interface that extensions for this extension point have to implement. |
java.lang.String |
getName()
Get the user-visible name of this extension point. |
Methods inherited from class net.sourceforge.blogentis.plugins.AbstractExtensionPoint |
addExtension, getExtensions, getPlugin, removeExtension, removeExtensions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.blogentis.plugins.IExtensionPoint |
addExtension, getExtensions, getPlugin, removeExtension, removeExtensions |
Constructor Detail |
public PageExtensionPointImpl(IPlugin plugin)
Method Detail |
public void doBuildBeforeAction(BlogRunData data)
IPageExtensionPoint
doBuildBeforeAction
in interface IPageExtensionPoint
data
- the BlogRunData of the request.public void doBuildAfterAction(BlogRunData data)
IPageExtensionPoint
doBuildAfterAction
in interface IPageExtensionPoint
data
- the BlogRunData of the request.public void doPostBuild(BlogRunData data)
IPageExtensionPoint
doPostBuild
in interface IPageExtensionPoint
data
- the BlogRunData of the request.public java.lang.String getName()
IExtensionPoint
getName
in interface IExtensionPoint
public java.lang.Class getExtensionClass()
IExtensionPoint
getExtensionClass
in interface IExtensionPoint
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |