Package | Description |
---|---|
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.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. |
Modifier and Type | Class | Description |
---|---|---|
class |
CompatibilityPreparerFactory |
Factory used to instantiate preparers in a Struts 1 / Tiles 2 environment.
|
Modifier and Type | Method | Description |
---|---|---|
protected PreparerFactory |
BasicTilesContainerFactory.createPreparerFactory(org.apache.tiles.request.ApplicationContext applicationContext) |
Creates the preparer factory to use.
|
Modifier and Type | Method | Description |
---|---|---|
PreparerFactory |
BasicTilesContainer.getPreparerFactory() |
Returns the preparer factory used by this container.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BasicTilesContainer.setPreparerFactory(PreparerFactory preparerFactory) |
Set the preparerInstance factory.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BasicPreparerFactory |
Default implementation of the
PreparerFactory . |
Copyright © 2018. All rights reserved.