Serialized Form


Package org.apache.tiles

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.


type

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


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.TilesException extends java.lang.Exception implements Serializable


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 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 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.jsp.taglib

Class org.apache.tiles.jsp.taglib.AddAttributeTag extends RoleSecurityTagSupport implements Serializable

Serialized Fields

value

java.lang.Object value
Associated attribute value.


type

java.lang.String type
Requested type for the value.

Class org.apache.tiles.jsp.taglib.AddListAttributeTag extends AddAttributeTag implements Serializable

Class org.apache.tiles.jsp.taglib.AttributeTagSupport extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

scopeName

java.lang.String scopeName
The scope name.


scope

int scope
The scope.


name

java.lang.String name
The name of the attribute.


ignore

boolean ignore
Flag that, if true, ignores exceptions.


container

TilesContainer container
The Tiles container to use.


attributeContext

AttributeContext attributeContext
The current attribute context.


attribute

Attribute attribute
The found attribute.

Class org.apache.tiles.jsp.taglib.ContainerTagSupport extends RoleSecurityTagSupport implements Serializable

Serialized Fields

container

TilesContainer container
The Tiles container that can be used inside the tag.


attributeContext

AttributeContext attributeContext
The attribute context to use to store and read attribute values.

Class org.apache.tiles.jsp.taglib.GetAsStringTag extends InsertAttributeTag implements Serializable

Class org.apache.tiles.jsp.taglib.ImportAttributeTag extends AttributeTagSupport implements Serializable

Serialized Fields

toName

java.lang.String toName
The destination attribute name.

Class org.apache.tiles.jsp.taglib.InsertAttributeTag extends RenderTagSupport implements Serializable

Serialized Fields

name

java.lang.String name
Name to insert.


value

java.lang.Object value
The value of the attribute.


evaluatingContext

AttributeContext evaluatingContext
The context used to evaluate the attribute.

Class org.apache.tiles.jsp.taglib.InsertDefinitionTag extends RenderTagSupport implements Serializable

Serialized Fields

name

java.lang.String name
The definition name.

Class org.apache.tiles.jsp.taglib.InsertTemplateTag extends RenderTagSupport implements Serializable

Serialized Fields

template

java.lang.String template
A string representing the URI of a template (for example, a JSP page).

Class org.apache.tiles.jsp.taglib.PutAttributeTag extends RoleSecurityTagSupport implements Serializable

Serialized Fields

name

java.lang.String name
Name of attribute to put in attribute context.


value

java.lang.Object value
Associated attribute value.


type

java.lang.String type
Requested type for the value.

Class org.apache.tiles.jsp.taglib.PutListAttributeTag extends PutAttributeTag implements Serializable

Class org.apache.tiles.jsp.taglib.RenderTagSupport extends ContainerTagSupport implements Serializable

Serialized Fields

preparer

java.lang.String preparer
The view preparer to use before the rendering.


flush

boolean flush
This flag, if true, flushes the content before rendering.


ignore

boolean ignore
This flag, if true, ignores exception thrown by preparers and those caused by problems with definitions.

Class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

role

java.lang.String role
The role to check. If the user is in the specified role, the tag is taken into account; otherwise, the tag is ignored (skipped).

Class org.apache.tiles.jsp.taglib.UseAttributeTag extends AttributeTagSupport implements Serializable

Serialized Fields

classname

java.lang.String classname
Class name of object.


Package org.apache.tiles.jsp.taglib.definition

Class org.apache.tiles.jsp.taglib.definition.DefinitionTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

name

java.lang.String name
Name of the definition to configure.


template

java.lang.String template
The template of the definition.


extend

java.lang.String extend
The (optional) definition name that this definition extends.


role

java.lang.String role
The role to check when rendering this definition.


preparer

java.lang.String preparer
The definition view preparer.


container

MutableTilesContainer container
The mutable Tiles container to use.


attributes

java.util.Map<K,V> attributes
Maps attribute names with their attributes.

Class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class org.apache.tiles.jsp.taglib.definition.InitContainerTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

containerFactory

java.lang.String containerFactory
The container factory class name to use.


initParameters

java.util.Map<K,V> initParameters
Init parameters map.


Package org.apache.tiles.preparer

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

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


Package org.apache.tiles.util

Class org.apache.tiles.util.TilesIOException extends java.io.IOException 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.