| |||||||
FRAMES NO FRAMES |
THIS TAG HAS BEEN DEPRECATED! Please use TilesInitializer or a servlet-based way, like TilesServlet, for initialization!
Initialize the TilesContainer.
In order to use the Tiles system, a TilesContainer must be instantiated. This initialization is generally done by the TilesListener (or perhaps the TilesServlet or TilesFilter).
If the intialization needs to be dynamic, you can initialize the container using this tag. Realize however, that this tag MUST be executed prior to invoking any other definitions. Additionally, the initilization may only be done once, and any subsequent invocations will be ignored.
Tag Information | |
Tag Class | org.apache.tiles.jsp.taglib.definition.InitContainerTag |
TagExtraInfo Class | None |
Body Content | scriptless |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
containerFactory | false | true | java.lang.String | Container Factory implementation used to instantiate the container. |
containerKey | false | true | java.lang.String | The key under which the container will be stored. If not defined, the container will be the default container |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |