Uses of Interface
org.apache.tiles.TilesApplicationContext

Packages that use TilesApplicationContext
org.apache.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
org.apache.tiles.access Utility classes to access Tiles funcionality from an application. 
 

Uses of TilesApplicationContext in org.apache.tiles
 

Methods in org.apache.tiles that return TilesApplicationContext
 TilesApplicationContext TilesContainer.getApplicationContext()
          Retrieve the containers context.
 

Uses of TilesApplicationContext in org.apache.tiles.access
 

Methods in org.apache.tiles.access that return TilesApplicationContext
static TilesApplicationContext TilesAccess.getApplicationContext(java.lang.Object context)
          Deprecated. Use one of the environment-specific Utilities (e.g. ServletUtil).
 

Methods in org.apache.tiles.access with parameters of type TilesApplicationContext
static void TilesAccess.setContainer(TilesApplicationContext context, TilesContainer container)
          Configures the default container to be used in the application.
static void TilesAccess.setContainer(TilesApplicationContext context, TilesContainer container, java.lang.String key)
          Configures the container to be used in the application.
 



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