Serialized Form


Package org.apache.tiles.jsp.taglib

Class org.apache.tiles.jsp.taglib.AddAttributeTag extends TilesBodyTag 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).


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

Serialized Fields

log

org.apache.commons.logging.Log log
The logging object.


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

org.apache.tiles.TilesContainer container
The Tiles container to use.


attributeContext

org.apache.tiles.AttributeContext attributeContext
The current attribute context.


attribute

org.apache.tiles.Attribute attribute
The found attribute.


attributeValue

java.lang.Object attributeValue
The attribute value.

Since:
2.1.0

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

Serialized Fields

log

org.apache.commons.logging.Log log
Deprecated. 
The log instance for this tag.


container

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


attributeContext

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

org.apache.commons.logging.Log log
The logging object.


toName

java.lang.String toName
The destination attribute name.

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

Serialized Fields

name

java.lang.String name
Name to insert.


value

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


defaultValue

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

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

Since:
2.1.2

defaultValueRole

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

org.apache.tiles.Attribute attribute
The evaluated attribute.

Since:
2.1.0

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

Serialized Fields

name

java.lang.String name
The definition name.

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

Serialized Fields

template

java.lang.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 org.apache.tiles.TilesException implements Serializable

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

Serialized Fields

name

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

org.apache.commons.logging.Log log
The log instance for this tag.


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

Since:
2.1.1

preparer

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

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

Since:
2.1.1

attributeContext

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

org.apache.commons.logging.Log log
Deprecated. 
The log instance for this tag.


role

java.lang.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 javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

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

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

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

org.apache.tiles.mgmt.MutableTilesContainer container
The mutable Tiles container to use.


definition

org.apache.tiles.Definition definition
The definition currently being built.

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

Serialized Fields

containerKey

java.lang.String containerKey
The key of the container to destroy.

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

Serialized Fields

log

org.apache.commons.logging.Log log
The logging object.


containerFactory

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


containerKey

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


initParameters

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

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

Serialized Fields

containerKey

java.lang.String containerKey
The key under which the container is stored.