Uses of Interface
org.apache.tiles.TilesContainer

Packages that use TilesContainer
org.apache.tiles The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
org.apache.tiles.access Tiles access package. 
org.apache.tiles.mgmt Classes and interfaces to be used when it is needed to create Tiles definitions during the execution of the application. 
 

Uses of TilesContainer in org.apache.tiles
 

Classes in org.apache.tiles that implement TilesContainer
 class TilesContainerWrapper
          Wraps a Tiles container to allow easy decoration.
 

Fields in org.apache.tiles declared as TilesContainer
protected  TilesContainer TilesContainerWrapper.container
          The container to wrap.
 

Methods in org.apache.tiles that return TilesContainer
 TilesContainer TilesContainerWrapper.getWrappedContainer()
          Returns the wrapped container.
 

Constructors in org.apache.tiles with parameters of type TilesContainer
TilesContainerWrapper(TilesContainer container)
          Constructor.
 

Uses of TilesContainer in org.apache.tiles.access
 

Methods in org.apache.tiles.access that return TilesContainer
static TilesContainer TilesAccess.getContainer(org.apache.tiles.request.ApplicationContext context)
          Returns default the container to be used in the application.
static TilesContainer TilesAccess.getContainer(org.apache.tiles.request.ApplicationContext context, String key)
          Returns the container to be used in the application registered under a specific key.
static TilesContainer TilesAccess.getCurrentContainer(org.apache.tiles.request.Request request)
          Returns the current container that has been set, or the default one.
 

Methods in org.apache.tiles.access with parameters of type TilesContainer
static void TilesAccess.setContainer(org.apache.tiles.request.ApplicationContext context, TilesContainer container)
          Configures the default container to be used in the application.
static void TilesAccess.setContainer(org.apache.tiles.request.ApplicationContext context, TilesContainer container, String key)
          Configures the container to be used in the application.
static void TilesAccess.setCurrentContainer(org.apache.tiles.request.Request request, TilesContainer container)
          Sets the current container to use in web pages.
 

Uses of TilesContainer in org.apache.tiles.mgmt
 

Subinterfaces of TilesContainer in org.apache.tiles.mgmt
 interface MutableTilesContainer
          Defines a mutable version of the TilesContainer.
 



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