Serialized Form
|
Class org.apache.tiles.Attribute extends java.lang.Object implements Serializable |
role
java.lang.String role
value
java.lang.Object value
type
java.lang.String type
name
java.lang.String name
attributes
java.util.Map<K,V> attributes
|
Class org.apache.tiles.TilesException extends java.lang.Exception implements Serializable |
|
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 |
isVisited
boolean isVisited
- Used for resolving inheritance.
exception
java.lang.Exception exception
- Any "wrapped" exception will be exposed when this is serialized.
-
|
Package org.apache.tiles.filter |
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.
|
Package org.apache.tiles.preparer |
|
Package org.apache.tiles.servlet |
listener
TilesListener listener
- The private listener instance, that is used to initialize Tiles
container.