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

Class Summary
BasicAttributeContext Deprecated. Use BasicAttributeContext.
ChainedTilesContextFactory Default implementation for TilesContextFactory, 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.
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.