This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.preparer.PreparerFactory (Tiles 2 2.0.7 API)

Uses of Interface
org.apache.tiles.preparer.PreparerFactory

Packages that use PreparerFactory
org.apache.tiles.impl It contains the basic implementations of Tiles container. 
org.apache.tiles.preparer "View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered. 
 

Uses of PreparerFactory in org.apache.tiles.impl
 

Methods in org.apache.tiles.impl that return PreparerFactory
 PreparerFactory BasicTilesContainer.getPreparerFactory()
          Returns the preparer factory used by this container.
 

Methods in org.apache.tiles.impl with parameters of type PreparerFactory
 void BasicTilesContainer.setPreparerFactory(PreparerFactory preparerFactory)
          Set the preparerInstance factory.
 

Uses of PreparerFactory in org.apache.tiles.preparer
 

Classes in org.apache.tiles.preparer that implement PreparerFactory
 class BasicPreparerFactory
          Default implementation of the PreparerFactory.
 



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