tiles
            Tag initContainer
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 | JSP | 
| 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. | 
            Output Generated by 
            Tag Library Documentation Generator.
            Java, JSP, and JavaServer Pages are trademarks or 
            registered trademarks of Sun Microsystems, Inc. in the US and other
            countries.  Copyright 2002-4 Sun Microsystems, Inc.
            4150 Network Circle
            Santa Clara, CA 95054, U.S.A.
            All Rights Reserved.