This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.tiles.context.ChainedTilesRequestContextFactory (Tiles 2 2.2.2 API)

Uses of Class
org.apache.tiles.context.ChainedTilesRequestContextFactory

Packages that use ChainedTilesRequestContextFactory
org.apache.tiles.extras.complete These classes allow to start up Tiles with all features on. 
org.apache.tiles.factory Factory classes, to allow creation of container instances. 
 

Uses of ChainedTilesRequestContextFactory in org.apache.tiles.extras.complete
 

Methods in org.apache.tiles.extras.complete with parameters of type ChainedTilesRequestContextFactory
protected  List<TilesRequestContextFactory> CompleteAutoloadTilesContainerFactory.getTilesRequestContextFactoriesToBeChained(ChainedTilesRequestContextFactory parent)
          Returns the list of TilesRequestContextFactory instances to be chained together.
 

Uses of ChainedTilesRequestContextFactory in org.apache.tiles.factory
 

Methods in org.apache.tiles.factory with parameters of type ChainedTilesRequestContextFactory
protected  List<TilesRequestContextFactory> BasicTilesContainerFactory.getTilesRequestContextFactoriesToBeChained(ChainedTilesRequestContextFactory parent)
          Returns the list of TilesRequestContextFactory instances to be chained together.
protected  void BasicTilesContainerFactory.registerChainedRequestContextFactories(ChainedTilesRequestContextFactory contextFactory)
          Register elements of a chained request context factory.
 



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