Uses of Interface
org.apache.tiles.api.preparer.ViewPreparer
Packages that use ViewPreparer
Package
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.
It is useful, for example, when a view item should be built and stored in a particular context (e.g.
-
Uses of ViewPreparer in org.apache.struts2.tiles
Methods in org.apache.struts2.tiles that return ViewPreparerModifier and TypeMethodDescriptionprotected ViewPreparer
StrutsPreparerFactory.createPreparer
(String name) -
Uses of ViewPreparer in org.apache.tiles.core.prepare.factory
Fields in org.apache.tiles.core.prepare.factory with type parameters of type ViewPreparerModifier and TypeFieldDescriptionprotected Map<String,
ViewPreparer> BasicPreparerFactory.preparers
Maps a preparer name to the instantiated preparer.Methods in org.apache.tiles.core.prepare.factory that return ViewPreparerModifier and TypeMethodDescriptionprotected ViewPreparer
BasicPreparerFactory.createPreparer
(String name) Creates a view preparer for the given name.BasicPreparerFactory.getPreparer
(String name, Request context) Create a new instance of the named preparerInstance.PreparerFactory.getPreparer
(String name, Request context) Create the named {link ViewPreparer} for the specified context.