|
|||||||||
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 Component or Tiles Context. A preparer is not intended to replace the controller within an MVC architecture.
See
Method Summary | |
---|---|
void |
execute(TilesRequestContext tilesContext,
org.apache.tiles.ComponentContext componentContext)
Method associated to a tile and called immediately before the tile is included. |
Method Detail |
---|
void execute(TilesRequestContext tilesContext, org.apache.tiles.ComponentContext componentContext) throws java.lang.Exception
tilesContext
- Current tiles application context.componentContext
- Current tile context.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |