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

Uses of Package
org.apache.tiles.preparer

Packages that use org.apache.tiles.preparer
org.apache.tiles.compat.preparer "View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered. 
org.apache.tiles.factory Factory classes, to allow creation of container instances. 
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. 
 

Classes in org.apache.tiles.preparer used by org.apache.tiles.compat.preparer
BasicPreparerFactory
          Default implementation of the PreparerFactory.
PreparerFactory
           Factory interface used to create/retrieve instances of the ViewPreparer interface.
ViewPreparer
           Executed prior to rendering a view.
ViewPreparerSupport
          Basic implementation of ViewPreparer.
 

Classes in org.apache.tiles.preparer used by org.apache.tiles.factory
PreparerFactory
           Factory interface used to create/retrieve instances of the ViewPreparer interface.
 

Classes in org.apache.tiles.preparer used by org.apache.tiles.impl
PreparerFactory
           Factory interface used to create/retrieve instances of the ViewPreparer interface.
 

Classes in org.apache.tiles.preparer used by org.apache.tiles.preparer
PreparerException
           Thrown when an exception occurs while processing a prepare request.
PreparerFactory
           Factory interface used to create/retrieve instances of the ViewPreparer interface.
ViewPreparer
           Executed prior to rendering a view.
 



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