This project has retired. For details please refer to its Attic page.
initContainer (Tiles - JSP support Tag library documentation)

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 Classorg.apache.tiles.jsp.taglib.definition.InitContainerTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
containerFactoryfalsetruejava.lang.String

Container Factory implementation used to instantiate the container.

containerKeyfalsetruejava.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.