Serialized Form


Package org.apache.tiles.beans

Class org.apache.tiles.beans.SimpleMenuItem extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value
The value of the item, i.e. what is really visible to the user.


link

java.lang.String link
The link where the menu item points to.


icon

java.lang.String icon
The (optional) icon image URL.


tooltip

java.lang.String tooltip
The (optional) tooltip text.


Package org.apache.tiles.context

Class org.apache.tiles.context.BasicAttributeContext extends java.lang.Object implements Serializable

Serialized Fields

attributes

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

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

Serialized Fields

list

java.util.List<E> list
List. We declare a List to avoid cast. Parent "value" property points to the same list.


Package org.apache.tiles.definition

Class org.apache.tiles.definition.DefinitionsFactoryException extends org.apache.tiles.TilesException implements Serializable

Class org.apache.tiles.definition.FactoryNotFoundException extends DefinitionsFactoryException implements Serializable

Class org.apache.tiles.definition.NoSuchDefinitionException extends DefinitionsFactoryException implements Serializable


Package org.apache.tiles.preparer

Class org.apache.tiles.preparer.NoSuchPreparerException extends PreparerException implements Serializable

Class org.apache.tiles.preparer.PreparerException extends org.apache.tiles.TilesException implements Serializable


Package org.apache.tiles.web.startup

Class org.apache.tiles.web.startup.TilesFilter extends TilesServlet implements Serializable

Serialized Fields

filterConfig

javax.servlet.FilterConfig filterConfig
The filter configuration object we are associated with. If this value is null, this filter instance is not currently configured.

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

Serialized Fields

listener

TilesListener listener
The private listener instance, that is used to initialize Tiles container.


Package org.apache.tiles.web.util

Class org.apache.tiles.web.util.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.