|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreparerException | |
---|---|
org.apache.tiles.preparer | "View preparers" are objects that allows the "preparation" of a Tiles artifact
(definition, template or attribute) before it is rendered. It is useful, for example, when a view item should be built and stored in a particular context (e.g. |
Uses of PreparerException in org.apache.tiles.preparer |
---|
Subclasses of PreparerException in org.apache.tiles.preparer | |
---|---|
class |
NoSuchPreparerException
Thrown when the named preparerInstance can not be found. |
Methods in org.apache.tiles.preparer that throw PreparerException | |
---|---|
void |
ViewPreparer.execute(TilesRequestContext tilesContext,
AttributeContext attributeContext)
Method associated to a tile and called immediately before the tile is included. |
void |
ViewPreparerSupport.execute(TilesRequestContext tilesContext,
AttributeContext attributeContext)
Method associated to a tile and called immediately before the tile is included. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |