|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This extension wil be invoked for each HTTP request. At the time of invocation the BlogRunData will have been initialized and the properties will have been read.
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 interface net.sourceforge.blogentis.plugins.IExtension |
getName, getPlugin |
Method Detail |
public void doBeforeAction(BlogRunData data)
data
- the BlogRunData of the request.public void doAfterAction(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 |