|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TilesContainer | |
---|---|
org.apache.tiles.access | Utility classes to access Tiles funcionality from an application. |
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. |
org.apache.tiles.jsp.taglib | The "tiles-jsp" tag library contains tags that are useful to create templates, subpages other reusable view parts using the "tiles-core" package. |
org.apache.tiles.mgmt | Classes and interfaces to be used when it is needed to create Tiles definitions during the execution of the application. |
org.apache.tiles.web.startup | Classes to start the Tiles engine up in a web environment. |
Uses of TilesContainer in org.apache.tiles.access |
---|
Methods in org.apache.tiles.access that return TilesContainer | |
---|---|
static TilesContainer |
TilesAccess.getContainer(Object context)
Finds and returns a Tiles container object, if it was previously initialized. |
Methods in org.apache.tiles.access with parameters of type TilesContainer | |
---|---|
static void |
TilesAccess.setContainer(Object context,
TilesContainer container)
Configures the container to be used in the application. |
Uses of TilesContainer in org.apache.tiles.factory |
---|
Methods in org.apache.tiles.factory that return TilesContainer | |
---|---|
TilesContainer |
TilesContainerFactory.createContainer(Object context)
Creates a Tiles container. |
TilesContainer |
KeyedDefinitionsFactoryTilesContainerFactory.createTilesContainer(Object context)
Creates an immutable Tiles container. |
TilesContainer |
TilesContainerFactory.createTilesContainer(Object context)
Creates an immutable Tiles container. |
Uses of TilesContainer in org.apache.tiles.impl |
---|
Classes in org.apache.tiles.impl that implement TilesContainer | |
---|---|
class |
BasicTilesContainer
Basic implementation of the tiles container interface. |
class |
KeyedDefinitionsFactoryTilesContainer
Container that can be used to store multiple DefinitionsFactory
instances mapped to different keys. |
Uses of TilesContainer in org.apache.tiles.impl.mgmt |
---|
Classes in org.apache.tiles.impl.mgmt that implement TilesContainer | |
---|---|
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. |
Uses of TilesContainer in org.apache.tiles.jsp.taglib |
---|
Fields in org.apache.tiles.jsp.taglib declared as TilesContainer | |
---|---|
protected TilesContainer |
AttributeTagSupport.container
The Tiles container to use. |
protected TilesContainer |
ContainerTagSupport.container
The Tiles container that can be used inside the tag. |
Uses of TilesContainer in org.apache.tiles.mgmt |
---|
Subinterfaces of TilesContainer in org.apache.tiles.mgmt | |
---|---|
interface |
MutableTilesContainer
Defines a mutable version of the TilesContainer. |
Uses of TilesContainer in org.apache.tiles.web.startup |
---|
Methods in org.apache.tiles.web.startup that return TilesContainer | |
---|---|
protected TilesContainer |
TilesListener.createContainer(ServletContext context)
Creates a Tiles container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |