This project has retired. For details please refer to its Attic page.
org.apache.tiles.context (Tiles 2 2.1.4 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 TilesApplicationContextFactory or TilesRequestContextFactory.
TilesRequestContext Encapsulation of request information.
TilesRequestContextFactory Creates an instance of the appropriate TilesRequestContext implementation.
 

Class Summary
AbstractTilesApplicationContextFactory Abstract factory to create factories for TilesApplicationContext.
BasicAttributeContext Deprecated. Use BasicAttributeContext.
ChainedTilesApplicationContextFactory Implementation for TilesApplicationContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
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.
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-2009 Apache Software Foundation. All Rights Reserved.