|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicTilesContainer | |
---|---|
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. |
Uses of BasicTilesContainer in org.apache.tiles.factory |
---|
Methods in org.apache.tiles.factory that return BasicTilesContainer | |
---|---|
protected BasicTilesContainer |
BasicTilesContainerFactory.instantiateContainer(TilesApplicationContext context)
Instantiate the container, without initialization. |
Methods in org.apache.tiles.factory with parameters of type BasicTilesContainer | |
---|---|
protected void |
TilesContainerFactory.initializeContainer(Object context,
BasicTilesContainer container)
Deprecated. Use TilesContainerFactory.initializeContainer(TilesApplicationContext, BasicTilesContainer) . |
protected void |
TilesContainerFactory.initializeContainer(TilesApplicationContext context,
BasicTilesContainer container)
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)
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)
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)
Deprecated. Use TilesContainerFactory.storeContainerDependencies(TilesApplicationContext, Map, Map, BasicTilesContainer)
. |
protected void |
TilesContainerFactory.storeContainerDependencies(TilesApplicationContext context,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
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)
Stores container dependencies, that is called before TilesContainer.init(Map) . |
Uses of BasicTilesContainer in org.apache.tiles.impl |
---|
Subclasses of BasicTilesContainer in org.apache.tiles.impl | |
---|---|
class |
KeyedDefinitionsFactoryTilesContainer
Container that can be used to store multiple DefinitionsFactory
instances mapped to different keys. |
Uses of BasicTilesContainer in org.apache.tiles.impl.mgmt |
---|
Subclasses of BasicTilesContainer in org.apache.tiles.impl.mgmt | |
---|---|
class |
CachingKeyedDefinitionsFactoryTilesContainer
Container that can be used to store multiple DefinitionsFactory
instances mapped to different keys, with the addition of being "mutable",
i.e. |
class |
CachingTilesContainer
Mutable container which caches (in memory) the definitions registered to it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |