This project has retired. For details please refer to its Attic page.
ViewPreparerSupport (Tiles 2 2.2.2 API)

org.apache.tiles.preparer
Class ViewPreparerSupport

Package class diagram package ViewPreparerSupport
java.lang.Object
  extended by 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) $

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)
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-2010 Apache Software Foundation. All Rights Reserved.