| Package | Description |
|---|---|
| org.apache.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
|
| org.apache.tiles.access |
Tiles access 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TilesContainerWrapper
Wraps a Tiles container to allow easy decoration.
|
| Modifier and Type | Field and Description |
|---|---|
protected TilesContainer |
TilesContainerWrapper.container
The container to wrap.
|
| Modifier and Type | Method and Description |
|---|---|
TilesContainer |
TilesContainerWrapper.getWrappedContainer()
Returns the wrapped container.
|
| Constructor and Description |
|---|
TilesContainerWrapper(TilesContainer container)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static TilesContainer |
TilesAccess.getContainer(org.apache.tiles.request.ApplicationContext context)
Returns default the container to be used in the application.
|
static TilesContainer |
TilesAccess.getContainer(org.apache.tiles.request.ApplicationContext context,
String key)
Returns the container to be used in the application registered under a specific key.
|
static TilesContainer |
TilesAccess.getCurrentContainer(org.apache.tiles.request.Request request)
Returns the current container that has been set, or the default one.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TilesAccess.setContainer(org.apache.tiles.request.ApplicationContext context,
TilesContainer container)
Configures the default container to be used in the application.
|
static void |
TilesAccess.setContainer(org.apache.tiles.request.ApplicationContext context,
TilesContainer container,
String key)
Configures the container to be used in the application.
|
static void |
TilesAccess.setCurrentContainer(org.apache.tiles.request.Request request,
TilesContainer container)
Sets the current container to use in web pages.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableTilesContainer
Defines a mutable version of the TilesContainer.
|
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.