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-2011 Apache Software Foundation. All Rights Reserved.