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

java.lang.String 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.


attributes

java.util.Map<K,V> attributes
The composing attributes, used to render the attribute itself.

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


Package org.apache.tiles.web

Class org.apache.tiles.web.TilesDispatchServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

mutator

AttributeContextMutator mutator
The object that will mutate the attribute context so that it uses different attributes.