Serialized Form
serialVersionUID: 2130079159931574599L
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.
expression
java.lang.String expression
- Deprecated. Use
Attribute.expressionObject.- The expression to evaluate. Ignored if
Attribute.value is not
null.
- Since:
- 2.1.2
expressionObject
Expression expressionObject
- The expression to evaluate. Ignored if
Attribute.value is not
null.
- Since:
- 2.2.0
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.
templateAttribute
Attribute templateAttribute
- The template attribute, to render a template.
- Since:
- 2.1.2
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.beans |
value
java.lang.String value
- The value of the item, i.e. what is really visible to the user.
link
java.lang.String link
- The link where the menu item points to.
icon
java.lang.String icon
- The (optional) icon image URL.
tooltip
java.lang.String tooltip
- The (optional) tooltip text.
|
Package org.apache.tiles.context |
|
Package org.apache.tiles.definition |
|
Package org.apache.tiles.definition.digester |
|
Package org.apache.tiles.evaluator |
|
Package org.apache.tiles.factory |
|
Package org.apache.tiles.freemarker |
|
Package org.apache.tiles.impl |
|
Package org.apache.tiles.jsp.taglib |
|
Package org.apache.tiles.preparer |
|
Package org.apache.tiles.reflect |
|
Package org.apache.tiles.renderer |
|
Package org.apache.tiles.servlet.context |
|
Package org.apache.tiles.template |
|
Package org.apache.tiles.util |