org.apache.tiles.preparer
Interface ViewPreparer

Package class diagram package ViewPreparer
All Known Implementing Classes:
UrlPreparer

public interface ViewPreparer

Executed prior to rendering a view.

A view preparer is typically used to provide last minute translations of the data within the attribute context. A preparer is not intended to replace the controller within an MVC architecture.

See >

Version:
$Rev: 1310865 $ $Date: 2012-04-07 17:01:22 -0400 (Sat, 07 Apr 2012) $

Method Summary
 void execute(org.apache.tiles.request.Request tilesContext, AttributeContext attributeContext)
          Method associated to a tile and called immediately before the tile is included.
 

Method Detail

execute

void execute(org.apache.tiles.request.Request tilesContext,
             AttributeContext attributeContext)
Method associated to a tile and called immediately before the tile is included.

Parameters:
tilesContext - Current tiles application context.
attributeContext - Current tile context.
Throws:
PreparerException - If something goes wrong during execution.


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