This project has retired. For details please refer to its Attic page.
Serialized Form (Tiles 2 2.1.4 API)

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.


expression

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

Since:
2.1.2

renderer

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


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

Serialized Fields

templateAttribute

Attribute templateAttribute
The template attribute, to render a template.

Since:
2.1.2

preparer

String preparer
Associated ViewPreparer URL or classname, if defined.

Since:
2.1.0

attributes

Map<K,V> attributes
Template attributes.

Since:
2.1.0

cascadedAttributes

Map<K,V> cascadedAttributes
Cascaded template attributes.

Since:
2.1.0

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

Serialized Fields

inherit

String inherit
Extends attribute value.


name

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


Package org.apache.tiles.access

Class org.apache.tiles.access.TilesAccessException extends TilesException implements Serializable


Package org.apache.tiles.beans

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

Serialized Fields

value

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


link

String link
The link where the menu item points to.


icon

String icon
The (optional) icon image URL.


tooltip

String tooltip
The (optional) tooltip text.


Package org.apache.tiles.context

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

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


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.definition.digester

Class org.apache.tiles.definition.digester.DigesterDefinitionsReaderException extends TilesException implements Serializable


Package org.apache.tiles.factory

Class org.apache.tiles.factory.NotAvailableFeatureException extends TilesException implements Serializable

Class org.apache.tiles.factory.TilesContainerFactoryException extends TilesException implements Serializable


Package org.apache.tiles.impl

Class org.apache.tiles.impl.CannotRenderException extends TilesException implements Serializable

Class org.apache.tiles.impl.InvalidTemplateException extends TilesException implements Serializable

Class org.apache.tiles.impl.NoSuchContainerException extends TilesException implements Serializable


Package org.apache.tiles.jsp.taglib

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

Serialized Fields

role

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).


value

Object value
Associated attribute value.


type

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

Serialized Fields

log

Log log
The logging object.


scopeName

String scopeName
The scope name.


scope

int scope
The scope.


name

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.


attributeValue

Object attributeValue
The attribute value.

Since:
2.1.0

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

Serialized Fields

log

Log log
Deprecated. 
The log instance for this tag.


container

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


attributeContext

AttributeContext attributeContext
Deprecated. 
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

log

Log log
The logging object.


toName

String toName
The destination attribute name.

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

Serialized Fields

name

String name
Name to insert.


value

Object value
The value of the attribute.


defaultValue

Object defaultValue
This value is evaluated only if value is null and the attribute with the associated name is null.

Since:
2.1.2

defaultValueType

String defaultValueType
The type of the InsertAttributeTag.defaultValue, if it is a string.

Since:
2.1.2

defaultValueRole

String defaultValueRole
The role to check for the default value. If the user is in the specified role, the default value is taken into account; otherwise, it is ignored (skipped).

Since:
2.1.2

attribute

Attribute attribute
The evaluated attribute.

Since:
2.1.0

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

Serialized Fields

name

String name
The definition name.

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

Serialized Fields

template

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

Since:
2.1.0

Class org.apache.tiles.jsp.taglib.NoSuchAttributeException extends TilesException implements Serializable

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

Serialized Fields

name

String name
Name of attribute to put in attribute context.


cascade

boolean cascade
If true, the attribute will be cascaded to all nested definitions.

Class org.apache.tiles.jsp.taglib.PutListAttributeTag extends PutAttributeTag 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.jsp.taglib.RenderTag extends TilesBodyTag implements Serializable

Serialized Fields

log

Log log
The log instance for this tag.


role

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).

Since:
2.1.1

preparer

String preparer
The view preparer to use before the rendering.

Since:
2.1.1

flush

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

Since:
2.1.1

ignore

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

Since:
2.1.1

container

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

Since:
2.1.1

attributeContext

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

Since:
2.1.1

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

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

Serialized Fields

log

Log log
Deprecated. 
The log instance for this tag.


role

String role
Deprecated. 
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.TilesBodyTag extends BodyTagSupport implements Serializable

Class org.apache.tiles.jsp.taglib.TilesJspException extends JspException implements Serializable

Class org.apache.tiles.jsp.taglib.TilesTag extends TagSupport implements Serializable

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

Serialized Fields

classname

String classname
Class name of object.


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

Class org.apache.tiles.jsp.taglib.definition.DefinitionTag extends TilesTag implements Serializable

Serialized Fields

name

String name
Name of the definition to configure.


template

String template
The template of the definition.


extend

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


role

String role
The role to check when rendering this definition.


preparer

String preparer
The definition view preparer.


container

MutableTilesContainer container
The mutable Tiles container to use.


definition

Definition definition
The definition currently being built.

Class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag extends TilesTag implements Serializable

Serialized Fields

containerKey

String containerKey
The key of the container to destroy.

Class org.apache.tiles.jsp.taglib.definition.InitContainerTag extends TilesBodyTag implements Serializable

Serialized Fields

log

Log log
The logging object.


containerFactory

String containerFactory
The container factory class name to use.


containerKey

String containerKey
The key under which the container will be stored.


initParameters

Map<K,V> initParameters
Init parameters map.

Class org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag extends TilesTag implements Serializable

Serialized Fields

containerKey

String containerKey
The key under which the container is stored.


Package org.apache.tiles.portlet.context

Class org.apache.tiles.portlet.context.NotAPortletEnvironmentException extends NotAvailableFeatureException implements Serializable


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.reflect

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

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


Package org.apache.tiles.renderer

Class org.apache.tiles.renderer.RendererException extends TilesException implements Serializable


Package org.apache.tiles.util

Class org.apache.tiles.util.TilesIOException extends IOException implements Serializable


Package org.apache.tiles.web.startup

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

Serialized Fields

filterConfig

FilterConfig filterConfig
Deprecated. 
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 HttpServlet implements Serializable

Serialized Fields

log

Log log
Log instance.


initializer

TilesInitializer initializer
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 HttpServlet implements Serializable

Serialized Fields

log

Log log
The logging object.


containerKey

String containerKey
The key under which the container is stored.


mutator

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



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