Uses of Interface
org.apache.tiles.core.prepare.factory.PreparerFactory
Packages that use PreparerFactory
Package
Description
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.struts2.tiles
Classes in org.apache.struts2.tiles that implement PreparerFactoryModifier and TypeClassDescriptionclass
This is a basic ViewPreparer factory that usesObjectFactory
to create the ViewPreparerMethods in org.apache.struts2.tiles that return PreparerFactoryModifier and TypeMethodDescriptionprotected PreparerFactory
StrutsTilesContainerFactory.createPreparerFactory
(ApplicationContext applicationContext) -
Uses of PreparerFactory in org.apache.tiles.core.factory
Methods in org.apache.tiles.core.factory that return PreparerFactoryModifier and TypeMethodDescriptionprotected PreparerFactory
BasicTilesContainerFactory.createPreparerFactory
(ApplicationContext applicationContext) Creates the preparer factory to use. -
Uses of PreparerFactory in org.apache.tiles.core.impl
Methods in org.apache.tiles.core.impl with parameters of type PreparerFactoryModifier and TypeMethodDescriptionvoid
BasicTilesContainer.setPreparerFactory
(PreparerFactory preparerFactory) Set the preparerInstance factory. -
Uses of PreparerFactory in org.apache.tiles.core.prepare.factory
Classes in org.apache.tiles.core.prepare.factory that implement PreparerFactory