Serialized Form
roles
Set<E> roles
- The roles that can render this attribute.
- Since:
- 2.0.6
value
Object value
- The value of the attribute.
expressionObject
Expression expressionObject
- The expression to evaluate. Ignored if
Attribute.value is not
null.
- Since:
- 2.2.0
renderer
String renderer
- The renderer name of the attribute. Default names are
string,
template, definition, object.
templateAttribute
Attribute templateAttribute
- The template attribute, to render a template.
- Since:
- 2.1.2
preparer
String preparer
- Associated ViewPreparer URL or classname, if defined.
- Since:
- 2.1.0
attributes
Map<K,V> attributes
- Template attributes.
- Since:
- 2.1.0
cascadedAttributes
Map<K,V> cascadedAttributes
- Cascaded template attributes.
- Since:
- 2.1.0
inherit
String inherit
- Extends attribute value.
name
String name
- Definition name.
inherit
boolean inherit
- If true, the attribute will put the elements of the attribute with the
same name of the parent definition before the ones specified here. By
default, it is 'false'.
|
Package org.apache.tiles.preparer |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.