|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreparerFactory | |
|---|---|
| org.apache.tiles.compat.preparer | "View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered. |
| org.apache.tiles.factory | Factory classes, to allow creation of container instances. |
| org.apache.tiles.impl | It contains the basic implementations of Tiles container. |
| org.apache.tiles.preparer | "View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered. |
| Uses of PreparerFactory in org.apache.tiles.compat.preparer |
|---|
| Classes in org.apache.tiles.compat.preparer that implement PreparerFactory | |
|---|---|
class |
CompatibilityPreparerFactory
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 PreparerFactory | |
|---|---|
protected PreparerFactory |
BasicTilesContainerFactory.createPreparerFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Creates the preparer factory to use. |
| Uses of PreparerFactory in org.apache.tiles.impl |
|---|
| Methods in org.apache.tiles.impl that return PreparerFactory | |
|---|---|
PreparerFactory |
BasicTilesContainer.getPreparerFactory()
Returns the preparer factory used by this container. |
| Methods in org.apache.tiles.impl with parameters of type PreparerFactory | |
|---|---|
void |
BasicTilesContainer.setPreparerFactory(PreparerFactory preparerFactory)
Set the preparerInstance factory. |
| Uses of PreparerFactory in org.apache.tiles.preparer |
|---|
| Classes in org.apache.tiles.preparer that implement PreparerFactory | |
|---|---|
class |
BasicPreparerFactory
Default implementation of the PreparerFactory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||