Tag library reference for the following tag libraries:
This tag library provides Tiles tags.
Namespace definition: xmlns:tilesx="http://tiles.apache.org/tags-tiles-extras"
Tags
Required attributes are marked with a*
Use attribute value inside page.
Declare a Java variable, and an attribute in the specified scope, using its attribute value.
Java variable and attribute will have the name specified by 'id', or the original name if not specified.
Can contain:empty
| Name | Description | Type |
|---|---|---|
| classname |
Class of the declared variable. | String |
| id |
Declared attribute and variable name. | String |
| ignore |
If this attribute is set to true, and the attribute specified by the name does not exist, simply return without error. The default value is false, which will cause a runtime exception to be thrown. | boolean |
| name* |
Attribute name. | String |
| scope |
Scope of the declared attribute. Default to 'page'. | String |