This project has retired. For details please refer to its Attic page.
org.apache.tiles.context (Tiles 2 2.0.7 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 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-2008 Apache Software Foundation. All Rights Reserved.