This project has retired. For details please refer to its
Attic page.
ViewPreparerSupport (Tiles 2 2.0.7 API)
org.apache.tiles.preparer
Class ViewPreparerSupport
java.lang.Object
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 (Tue, 17 Apr 2007) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewPreparerSupport
public ViewPreparerSupport()
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-2008 Apache Software Foundation. All Rights Reserved.