|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableTilesContainer | |
---|---|
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. |
Uses of MutableTilesContainer in org.apache.tiles.factory |
---|
Methods in org.apache.tiles.factory that return MutableTilesContainer | |
---|---|
MutableTilesContainer |
KeyedDefinitionsFactoryTilesContainerFactory.createMutableTilesContainer(Object context)
Creates a mutable Tiles container. |
MutableTilesContainer |
TilesContainerFactory.createMutableTilesContainer(Object context)
Creates a mutable Tiles container. |
Uses of MutableTilesContainer in org.apache.tiles.impl.mgmt |
---|
Classes in org.apache.tiles.impl.mgmt that implement MutableTilesContainer | |
---|---|
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 |