Uses of Interface
org.apache.tiles.context.TilesContextFactory

Packages that use TilesContextFactory
org.apache.tiles.context Classes and interfaces that allow to access the various contexts in an application in a uniformed way. 
org.apache.tiles.context.enhanced Classes and interfaces that allow to access the various contexts using also the classpath to access resources. 
org.apache.tiles.impl It contains the basic implementations of Tiles container. 
 

Uses of TilesContextFactory in org.apache.tiles.context
 

Classes in org.apache.tiles.context that implement TilesContextFactory
 class ChainedTilesContextFactory
          Deprecated. Use ChainedTilesApplicationContextFactory and ChainedTilesRequestContextFactory.
 

Method parameters in org.apache.tiles.context with type arguments of type TilesContextFactory
 void ChainedTilesContextFactory.setFactories(java.util.List<TilesContextFactory> factories)
          Deprecated. Simply do not use it.
 

Uses of TilesContextFactory in org.apache.tiles.context.enhanced
 

Classes in org.apache.tiles.context.enhanced that implement TilesContextFactory
 class EnhancedContextFactory
          Deprecated. Use EnhancedTilesApplicationContextFactory.
 

Uses of TilesContextFactory in org.apache.tiles.impl
 

Methods in org.apache.tiles.impl that return TilesContextFactory
 TilesContextFactory BasicTilesContainer.getContextFactory()
          Deprecated. Do not use it, it returns null. Use BasicTilesContainer.getRequestContextFactory().
 

Methods in org.apache.tiles.impl with parameters of type TilesContextFactory
 void BasicTilesContainer.setContextFactory(TilesContextFactory contextFactory)
          Deprecated. Use BasicTilesContainer.setRequestContextFactory(TilesRequestContextFactory).
 



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