net.sourceforge.blogentis.plugins.base
Class AbstractPageExtension

java.lang.Object
  extended bynet.sourceforge.blogentis.plugins.AbstractExtension
      extended bynet.sourceforge.blogentis.plugins.base.AbstractPageExtension
All Implemented Interfaces:
IExtension, IPageExtension

public abstract class AbstractPageExtension
extends AbstractExtension
implements IPageExtension

Author:
abas

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

AbstractPageExtension

public AbstractPageExtension(IPlugin plugin)
Method Detail

doBeforeAction

public void doBeforeAction(BlogRunData data)
Description copied from interface: IPageExtension
Called before the action is executed.

Specified by:
doBeforeAction in interface IPageExtension
Parameters:
data - the BlogRunData of the request.

doAfterAction

public void doAfterAction(BlogRunData data)
Description copied from interface: IPageExtension
Will be called after the action and before the Screen will be executed. Skipped if the action marked a redirect.

Specified by:
doAfterAction in interface IPageExtension
Parameters:
data - the BlogRunData of the request.

doPostBuild

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

Specified by:
doPostBuild in interface IPageExtension
Parameters:
data - the BlogRunData of the request.


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