Package | Description |
---|---|
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.impl.mgmt |
It contains the basic implementations of mutable Tiles containers.
|
Modifier and Type | Method and Description |
---|---|
protected BasicTilesContainer |
BasicTilesContainerFactory.instantiateContainer(TilesApplicationContext context)
Instantiate the container, without initialization.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TilesContainerFactory.initializeContainer(Object context,
BasicTilesContainer container)
|
protected void |
TilesContainerFactory.initializeContainer(TilesApplicationContext context,
BasicTilesContainer container)
Deprecated.
Initializes a container.
|
protected void |
TilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Deprecated.
After the creation of the elements, it is possible to do other operations that
will be done after the creation and before the assignment to the container.
|
protected void |
KeyedDefinitionsFactoryTilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Deprecated.
After the creation of the elements, it is possible to do other operations that
will be done after the creation and before the assignment to the container.
|
protected void |
TilesContainerFactory.storeContainerDependencies(Object context,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
|
protected void |
TilesContainerFactory.storeContainerDependencies(TilesApplicationContext context,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Deprecated.
Stores container dependencies, that is called before
TilesContainer.init(Map) . |
protected void |
KeyedDefinitionsFactoryTilesContainerFactory.storeContainerDependencies(TilesApplicationContext context,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Deprecated.
Stores container dependencies, that is called before
TilesContainer.init(Map) . |
Modifier and Type | Class and Description |
---|---|
class |
KeyedDefinitionsFactoryTilesContainer
Deprecated.
Register different containers using
TilesAccess.setContainer(
org.apache.tiles.TilesApplicationContext, org.apache.tiles.TilesContainer, String) |
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.
|
Copyright © 2016. All rights reserved.