|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RendererFactory | |
---|---|
org.apache.tiles.factory | Factory classes, to allow creation of container instances. |
org.apache.tiles.impl | It contains the basic implementations of Tiles container. |
org.apache.tiles.renderer.impl | Default implementations to manage attribute rendering. |
Uses of RendererFactory in org.apache.tiles.factory |
---|
Methods in org.apache.tiles.factory that return RendererFactory | |
---|---|
protected RendererFactory |
BasicTilesContainerFactory.createRendererFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluator evaluator)
Creates a renderer factory. |
Methods in org.apache.tiles.factory with parameters of type RendererFactory | |
---|---|
protected void |
TilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
After the creation of the elements, it is possible to do other operations that will be done after the creation and before the assignment to the container. |
protected void |
KeyedDefinitionsFactoryTilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
After the creation of the elements, it is possible to do other operations that will be done after the creation and before the assignment to the container. |
Uses of RendererFactory in org.apache.tiles.impl |
---|
Methods in org.apache.tiles.impl with parameters of type RendererFactory | |
---|---|
void |
BasicTilesContainer.setRendererFactory(RendererFactory rendererFactory)
Sets the renderer instance factory. |
Uses of RendererFactory in org.apache.tiles.renderer.impl |
---|
Classes in org.apache.tiles.renderer.impl that implement RendererFactory | |
---|---|
class |
BasicRendererFactory
Basic renderer factory implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |