Serialized Form
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 |
attributes
java.util.Map<K,V> attributes
- Template attributes.
list
java.util.List<E> list
- List.
We declare a List to avoid cast.
Parent "value" property points to the same list.
Package org.apache.tiles.definition |
Package org.apache.tiles.preparer |
Package org.apache.tiles.web.startup |
filterConfig
javax.servlet.FilterConfig filterConfig
- The filter configuration object we are associated with. If
this value is null, this filter instance is not currently
configured.
listener
TilesListener listener
- The private listener instance, that is used to initialize Tiles
container.
Package org.apache.tiles.web.util |
mutator
AttributeContextMutator mutator
- The object that will mutate the attribute context so that it uses
different attributes.