This project has retired. For details please refer to its
Attic page.
ViewPreparerSupport (Tiles 2 2.1.4 API)
org.apache.tiles.preparer
Class ViewPreparerSupport
java.lang.Object
org.apache.tiles.preparer.ViewPreparerSupport
- All Implemented Interfaces:
- ViewPreparer
- Direct Known Subclasses:
- UrlPreparer
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: 652862 $ $Date: 2008-05-02 20:22:56 +0200 (ven, 02 mag 2008) $
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)
- 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.
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.