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

java.lang.Objectorg.apache.tiles.preparer.ViewPreparerSupport
public class ViewPreparerSupport
Basic implementation of ViewPreparer. Implementations can extend this class
to insulate themselves from changes in the ViewPreparer
interface.
| 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 |
|---|
public ViewPreparerSupport()
| Method Detail |
|---|
public void execute(TilesRequestContext tilesContext,
AttributeContext attributeContext)
throws PreparerException
execute in interface ViewPreparertilesContext - Current tiles application context.attributeContext - Current tile context.
PreparerException - If something goes wrong during execution.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||