Serialized Form
roles
java.util.Set<E> roles
- The roles that can render this attribute.
- Since:
- 2.0.6
value
java.lang.Object value
- The value of the attribute.
renderer
java.lang.String renderer
- The renderer name of the attribute. Default names are
string,
template, definition, object.
name
java.lang.String name
- Deprecated. It is not used.
- The name of the attribute. If it is
null, it should be used
as an element of a list attribute.
template
java.lang.String template
- Template path.
- Since:
- 2.1.0
roles
java.util.Set<E> roles
- The roles that can render this definition.
- Since:
- 2.1.0
preparer
java.lang.String preparer
- Associated ViewPreparer URL or classname, if defined.
- Since:
- 2.1.0
attributes
java.util.Map<K,V> attributes
- Template attributes.
- Since:
- 2.1.0
cascadedAttributes
java.util.Map<K,V> cascadedAttributes
- Cascaded template attributes.
- Since:
- 2.1.0
inherit
java.lang.String inherit
- Extends attribute value.
name
java.lang.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.access |
|
Package org.apache.tiles.reflect |