Serialized Form


Package org.apache.tiles

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

Serialized Fields

roles

Set<E> roles
The roles that can render this attribute.

Since:
2.0.6

value

Object value
The value of the attribute.


type

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


name

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 Exception implements Serializable


Package org.apache.tiles.reflect

Class org.apache.tiles.reflect.CannotAccessMethodException extends TilesException implements Serializable

Class org.apache.tiles.reflect.CannotInstantiateObjectException extends TilesException implements Serializable



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.