net.sourceforge.blogentis.plugins.base
Interface IPageExtensionPoint

All Superinterfaces:
IExtensionPoint
All Known Implementing Classes:
PageExtensionPointImpl

public interface IPageExtensionPoint
extends IExtensionPoint

This extension point will invoke the extensions for each page load. See IPageExtension for a description.

Author:
abas

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

doBuildBeforeAction

public void doBuildBeforeAction(BlogRunData data)
Called before the action is executed.

Parameters:
data - the BlogRunData of the request.

doBuildAfterAction

public void doBuildAfterAction(BlogRunData data)
Will be called after the action and before the Screen will be executed. Skipped if the action marked a redirect.

Parameters:
data - the BlogRunData of the request.

doPostBuild

public void doPostBuild(BlogRunData data)
Called after the screen has been executed and before cleanup. skipped if the action has sent a redirect.

Parameters:
data - the BlogRunData of the request.


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.