Initialize Tile/Components definitions factory.
In order to use Tile/Component definitions factory, you need to initialize the factory. This is generally done in a initializing servlet. In particular, it is done in "ComponentActionServlet" if you use it. If you don't initialize factory in a servlet, you can initialize it using this tag. You need to provide the description file name, and optionally the factory classname. Initialization is done only once, at the first call of this tag. Subsequent calls are ignored (tag checks existence of the factory.
Attribute Name | Description |
---|---|
file | Definition file name. [Required] |
classname | If specified, classname of the factory to create and initialized. |