Package org.apache.tiles.preparer.factory

Package class diagram package org.apache.tiles.preparer.factory
"View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered.
It is useful, for example, when a view item should be built and stored in a particular context (e.g.

See:
          Description

Interface Summary
PreparerFactory Factory interface used to create/retrieve instances of the ViewPreparer interface.
 

Class Summary
BasicPreparerFactory Default implementation of the PreparerFactory.
 

Exception Summary
NoSuchPreparerException Thrown when the named preparerInstance can not be found.
 

Package org.apache.tiles.preparer.factory Description

"View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered.
It is useful, for example, when a view item should be built and stored in a particular context (e.g. a menu) and then rendered.



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