|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.blogentis.plugins.AbstractExtension net.sourceforge.blogentis.plugins.base.AbstractPageExtension
Constructor Summary | |
AbstractPageExtension(IPlugin plugin)
|
Method Summary | |
void |
doAfterAction(BlogRunData data)
Will be called after the action and before the Screen will be executed. |
void |
doBeforeAction(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 class net.sourceforge.blogentis.plugins.AbstractExtension |
getPlugin |
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.IExtension |
getName, getPlugin |
Constructor Detail |
public AbstractPageExtension(IPlugin plugin)
Method Detail |
public void doBeforeAction(BlogRunData data)
IPageExtension
doBeforeAction
in interface IPageExtension
data
- the BlogRunData of the request.public void doAfterAction(BlogRunData data)
IPageExtension
doAfterAction
in interface IPageExtension
data
- the BlogRunData of the request.public void doPostBuild(BlogRunData data)
IPageExtension
doPostBuild
in interface IPageExtension
data
- the BlogRunData of the request.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |