Serialized Form


Package org.apache.tiles

Class org.apache.tiles.ArrayStack extends java.util.ArrayList<T> implements Serializable

serialVersionUID: 2130079159931574599L

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.


expression

java.lang.String expression
Deprecated. Use Attribute.expressionObject.
The expression to evaluate. Ignored if Attribute.value is not null.

Since:
2.1.2

expressionObject

Expression expressionObject
The expression to evaluate. Ignored if Attribute.value is not null.

Since:
2.2.0

renderer

java.lang.String renderer
The renderer name of the attribute. Default names are string, template, definition, object.


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.BasicAttributeContext extends java.lang.Object implements Serializable

Serialized Fields

templateAttribute

Attribute templateAttribute
The template attribute, to render a template.

Since:
2.1.2

preparer

java.lang.String preparer
Associated ViewPreparer URL or classname, if defined.

Since:
2.1.0

attributes

java.util.Map<K,V> attributes
Template attributes.

Since:
2.1.0

cascadedAttributes

java.util.Map<K,V> cascadedAttributes
Cascaded template attributes.

Since:
2.1.0

Class org.apache.tiles.Definition extends BasicAttributeContext implements Serializable

Serialized Fields

inherit

java.lang.String inherit
Extends attribute value.


name

java.lang.String name
Definition name.

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

Serialized Fields

inherit

boolean inherit
If true, the attribute will put the elements of the attribute with the same name of the parent definition before the ones specified here. By default, it is 'false'.

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


Package org.apache.tiles.access

Class org.apache.tiles.access.TilesAccessException extends TilesException 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-2009 Apache Software Foundation. All Rights Reserved.