|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

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
| Method Summary | |
|---|---|
void |
execute(TilesRequestContext tilesContext,
AttributeContext attributeContext)
Method associated to a tile and called immediately before the tile is included. |
| Method Detail |
|---|
void execute(TilesRequestContext tilesContext, AttributeContext attributeContext) throws java.lang.Exception
tilesContext - Current tiles application context.attributeContext - Current tile context.
java.lang.Exception - If something goes wrong during execution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||