Package org.apache.tiles.preparer.factory
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. a menu) and then 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.
-
ClassDescriptionDefault implementation of the
PreparerFactory
.Thrown when the named preparerInstance can not be found.Factory interface used to create/retrieve instances of theViewPreparer
interface.