|
||||||||||
| 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.mgmt | Classes and interfaces to be used when it is needed to create Tiles definitions during the execution of the application. |
| Uses of TilesContainer in org.apache.tiles.access |
|---|
| Methods in org.apache.tiles.access that return TilesContainer | |
|---|---|
static TilesContainer |
TilesAccess.getContainer(java.lang.Object context)
Deprecated. Use one of the environment-specific Utilities (e.g. ServletUtil). |
| Methods in org.apache.tiles.access with parameters of type TilesContainer | |
|---|---|
static void |
TilesAccess.setContainer(java.lang.Object context,
TilesContainer container)
Deprecated. Use TilesAccess.setContainer(TilesApplicationContext, TilesContainer). |
static void |
TilesAccess.setContainer(TilesApplicationContext context,
TilesContainer container)
Configures the default container to be used in the application. |
static void |
TilesAccess.setContainer(TilesApplicationContext context,
TilesContainer container,
java.lang.String key)
Configures the container to be used in the application. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||