org.apache.tiles.preparer
Class ViewPreparerSupport

java.lang.Object
  extended by org.apache.tiles.preparer.ViewPreparerSupport
All Implemented Interfaces:
ViewPreparer

public class ViewPreparerSupport
extends Object
implements ViewPreparer

Basic implementation of ViewPreparer. Implementations can extend this class to insulate themselves from changes in the ViewPreparer interface.

Since:
Tiles 2.0
Version:
$Rev: 529551 $ $Date: 2007-04-17 12:42:50 +0200(mar, 17 apr 2007) $

Constructor Summary
ViewPreparerSupport()
           
 
Method Summary
 void execute(TilesRequestContext tilesContext, AttributeContext attributeContext)
          Method associated to a tile and called immediately before the tile is included.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewPreparerSupport

public ViewPreparerSupport()
Method Detail

execute

public void execute(TilesRequestContext tilesContext,
                    AttributeContext attributeContext)
             throws PreparerException
Method associated to a tile and called immediately before the tile is included.

Specified by:
execute in interface ViewPreparer
Parameters:
tilesContext - Current tiles application context.
attributeContext - Current tile context.
Throws:
PreparerException - If something goes wrong during execution.


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.