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

Package org.apache.tiles.context

Package class diagram package org.apache.tiles.context
Classes and interfaces that allow to access the various contexts in an application in a uniformed way.

See:
          Description

Interface Summary
TilesContextFactory Deprecated. Use TilesRequestContextFactory.
TilesRequestContext Encapsulation of request information.
TilesRequestContextFactory Creates an instance of the appropriate TilesRequestContext implementation.
 

Class Summary
AbstractTilesApplicationContextFactory Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
BasicAttributeContext Deprecated. Use BasicAttributeContext.
ChainedTilesApplicationContextFactory Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
ChainedTilesContextFactory Deprecated. Use ChainedTilesApplicationContextFactory and ChainedTilesRequestContextFactory.
ChainedTilesRequestContextFactory Default implementation for TilesRequestContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
ListAttribute Deprecated. Use ListAttribute.
MapEntry<K,V> Map.Entry implementation that can be constructed to either be read-only or not.
TilesApplicationContextWrapper Delegate for ease of customization.
TilesRequestContextHolder Holds in a ThreadLocal object a TilesRequestContext.
TilesRequestContextWrapper Delegate for ease of customization.
 

Package org.apache.tiles.context Description

Classes and interfaces that allow to access the various contexts in an application in a uniformed way.



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