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

Package org.apache.tiles.factory

Package class diagram package org.apache.tiles.factory
Factory classes, to allow creation of container instances.

See:
          Description

Class Summary
AbstractTilesContainerFactory Abstract Factory that creates instances of TilesContainerFactory.
BasicTilesContainerFactory Factory that builds a standard Tiles container using only Java code.
KeyedDefinitionsFactoryTilesContainerFactory Deprecated. This class can be replaced by registering different TilesContainer with different keys, by overriding AbstractTilesInitializer getContainerKey method.
TilesContainerFactory Deprecated. Please extend AbstractTilesContainerFactory or use an already extended class.
 

Exception Summary
NotAvailableFeatureException Exception that indicates that a feature could not be used since it is not available.
TilesContainerFactoryException Indicates that something went wrong in TilesContainerFactory use.
 

Package org.apache.tiles.factory Description

Factory classes, to allow creation of container instances.



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