Package | Description |
---|---|
org.apache.struts2.tiles | |
org.apache.tiles.core.factory |
Factory classes, to allow creation of container instances.
|
org.apache.tiles.core.impl |
It contains the basic implementations of Tiles container.
|
org.apache.tiles.core.prepare.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 and Description |
---|---|
class |
StrutsPreparerFactory
This is a basic ViewPreparer factory that uses
ObjectFactory to create the ViewPreparer |
Modifier and Type | Method and Description |
---|---|
protected PreparerFactory |
StrutsTilesContainerFactory.createPreparerFactory(ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
protected PreparerFactory |
BasicTilesContainerFactory.createPreparerFactory(ApplicationContext applicationContext)
Creates the preparer factory to use.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicTilesContainer.setPreparerFactory(PreparerFactory preparerFactory)
Set the preparerInstance factory.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPreparerFactory
Default implementation of the
PreparerFactory . |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.