This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.renderer.RendererFactory (Tiles 2 2.1.4 API)

Uses of Interface
org.apache.tiles.renderer.RendererFactory

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.
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.