Retrieve the value of the specified template attribute property, and render
it to the current Writer as a String. The usual toString() conversions is
applied on found value.
Attributes |
Name | Required | Request-time | Type | Description |
ignore | false | true | boolean |
If true , if an exception happens during
rendering, of if the attribute is null, the problem will be ignored.
|
preparer | false | true | java.lang.String |
The preparer to invoke before rendering the attribute.
|
role | false | true | java.lang.String |
A comma-separated list of roles. If present, the attribute
will be rendered only if the current user belongs to one of the roles.
|
defaultValue | false | true | java.lang.Object |
The default value of the attribute. To use only if
the attribute was not computed.
|
defaultValueRole | false | true | java.lang.String |
The default comma-separated list of roles. To use
only if the attribute was not computed.
|
defaultValueType | false | true | java.lang.String |
The default type of the attribute. To use only if
the attribute was not computed.
|
name | true | true | java.lang.String |
The name of the attribute.
|
value | false | true | org.apache.tiles.Attribute |
The attribute to use immediately, if not null.
|