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 Creates an instance of the appropriate TilesApplicationContext implementation.
TilesRequestContext Encapsulation of request information.
 

Class Summary
BasicAttributeContext Basic implementation for AttributeContext.
ChainedTilesContextFactory Default implementation for TilesContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
ListAttribute An attribute as a List.
MapEntry<K,V> Map.Entry implementation that can be constructed to either be read-only or not.
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-2011 Apache Software Foundation. All Rights Reserved.