Serialized Form


Package org.apache.tiles

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

Serialized Fields

role

java.lang.String role
Role associated to this attribute.


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
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