Serialized Form


Package org.apache.tiles

Class org.apache.tiles.Attribute extends java.lang.Object implements Serializable

Serialized Fields

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.


type

Attribute.AttributeType type
The type of the attribute. It can be string, template, definition.


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.

Class org.apache.tiles.TilesException extends java.lang.Exception implements Serializable