Uses of Interface
org.apache.tiles.preparer.factory.PreparerFactory
Packages that use PreparerFactory
Package
Description
"View preparers" are objects that allows the "preparation" of a Tiles artifact
(definition, template or attribute) before it is rendered.
Factory classes, to allow creation of container instances.
It contains the basic implementations of Tiles container.
"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.
It is useful, for example, when a view item should be built and stored in a particular context (e.g.
-
Uses of PreparerFactory in org.apache.tiles.compat.preparer
Classes in org.apache.tiles.compat.preparer that implement PreparerFactoryModifier and TypeClassDescriptionclass
Factory used to instantiate preparers in a Struts 1 / Tiles 2 environment. -
Uses of PreparerFactory in org.apache.tiles.factory
Methods in org.apache.tiles.factory that return PreparerFactoryModifier and TypeMethodDescriptionprotected PreparerFactory
BasicTilesContainerFactory.createPreparerFactory
(org.apache.tiles.request.ApplicationContext applicationContext) Creates the preparer factory to use. -
Uses of PreparerFactory in org.apache.tiles.impl
Methods in org.apache.tiles.impl that return PreparerFactoryModifier and TypeMethodDescriptionBasicTilesContainer.getPreparerFactory()
Returns the preparer factory used by this container.Methods in org.apache.tiles.impl with parameters of type PreparerFactoryModifier and TypeMethodDescriptionvoid
BasicTilesContainer.setPreparerFactory
(PreparerFactory preparerFactory) Set the preparerInstance factory. -
Uses of PreparerFactory in org.apache.tiles.preparer.factory
Classes in org.apache.tiles.preparer.factory that implement PreparerFactory