|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This extension point will invoke the extensions for each page load. See IPageExtension for a description.
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. |
Methods inherited from interface net.sourceforge.blogentis.plugins.IExtensionPoint |
addExtension, getExtensionClass, getExtensions, getName, getPlugin, removeExtension, removeExtensions |
Method Detail |
public void doBuildBeforeAction(BlogRunData data)
data
- the BlogRunData of the request.public void doBuildAfterAction(BlogRunData data)
data
- the BlogRunData of the request.public void doPostBuild(BlogRunData data)
data
- the BlogRunData of the request.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |