10. Tomahawk Tag Reference
Contents > Tomahawk Tag Reference > t:aliasBeansScope
t:aliasBeansScope |
|
The t:aliasBeansScope tag defines the scope in which aliasBean objects are configured. The body of this tag can contain t:aliasBean tags that define alias objects.
Example:
<t:aliasBeansScope></t:aliasBeansScope>
|
Tag Attributes
| binding |
String |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| id |
String |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| rendered |
String |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
|