Package | Description |
---|---|
org.apache.tiles.factory |
Factory classes, to allow creation of container instances.
|
org.apache.tiles.impl.mgmt |
It contains the basic implementations of mutable Tiles containers.
|
org.apache.tiles.template |
Tiles template classes, that enable to write support code for template languages (JSP, FreeMarker, Velocity).
|
Modifier and Type | Method and Description |
---|---|
MutableTilesContainer |
TilesContainerFactory.createMutableTilesContainer(TilesApplicationContext context)
Deprecated.
Creates a mutable Tiles container.
|
MutableTilesContainer |
KeyedDefinitionsFactoryTilesContainerFactory.createMutableTilesContainer(TilesApplicationContext context)
Deprecated.
Creates a mutable Tiles container.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingKeyedDefinitionsFactoryTilesContainer
Deprecated.
Register different containers using
TilesAccess.setContainer(
org.apache.tiles.TilesApplicationContext, org.apache.tiles.TilesContainer, String)
and using CachingTilesContainer as container implementation. |
class |
CachingTilesContainer
Mutable container which caches (in memory) the definitions
registered to it.
|
Modifier and Type | Method and Description |
---|---|
void |
DefinitionModel.end(MutableTilesContainer container,
ArrayStack<Object> composeStack,
Object... requestItems)
Ends the operation.
|
void |
DefinitionModel.execute(MutableTilesContainer container,
ArrayStack<Object> composeStack,
String name,
String template,
String role,
String extendsParam,
String preparer,
Object... requestItems)
Executes the operation.
|
Copyright © 2016. All rights reserved.