Serialized Form


Package org.apache.struts.tiles

Class org.apache.struts.tiles.ComponentContext extends java.lang.Object implements Serializable

Serialized Fields

attributes

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

Class org.apache.struts.tiles.ComponentDefinition extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Definition name


path

java.lang.String path
Component / template path (URL).


attributes

java.util.Map<K,V> attributes
Attributes defined for the component.


role

java.lang.String role
Role associated to definition.


controller

java.lang.String controller
Associated Controller URL or classname, if defined


controllerType

java.lang.String controllerType
Associated Controller typename, if controllerName defined. Can be CONTROLLER, ACTION or URL, or null.


controllerInstance

Controller controllerInstance
Controller associated to Definition. Lazy creation : only on first request

Class org.apache.struts.tiles.DefinitionAttribute extends UntypedAttribute implements Serializable

Class org.apache.struts.tiles.DefinitionNameAttribute extends UntypedAttribute implements Serializable

Class org.apache.struts.tiles.DefinitionsFactoryConfig extends java.lang.Object implements Serializable

Serialized Fields

factoryClassname

java.lang.String factoryClassname
Fully qualified classname of the factory to create. If no classname is set, a default factory is created (of class "org.apache.struts.tiles.xmlDefinition.I18nFactorySet").


parserValidate

boolean parserValidate
Specifies whether the parser will validate configuration files. Default value is true.


definitionConfigFiles

java.lang.String definitionConfigFiles
Definition configuration file specified by user.


moduleAware

boolean moduleAware
Specifies whether the factory is "module-aware".


factoryName

java.lang.String factoryName
The name associated to this factory.
With Struts 1.1, this name is the module name to which this factory belong. It is set by the system.
In prior versions, this property is not used.


extraAttributes

java.util.Map<K,V> extraAttributes
Map of extra attribute available.

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

Serialized Fields

exception

java.lang.Exception exception
Any "wrapped" exception will be exposed when this is serialized.

 

Class org.apache.struts.tiles.DirectStringAttribute extends UntypedAttribute implements Serializable

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

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

Class org.apache.struts.tiles.PathAttribute extends UntypedAttribute implements Serializable

Class org.apache.struts.tiles.RedeployableActionServlet extends org.apache.struts.action.ActionServlet implements Serializable

Serialized Fields

tileProcessor

TilesRequestProcessor tileProcessor

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

Serialized Fields

exception

java.lang.Exception exception
Any "wrapped" exception will be exposed when this is serialized.

 

Class org.apache.struts.tiles.TilesUtilImpl extends java.lang.Object implements Serializable

Class org.apache.struts.tiles.TilesUtilStrutsImpl extends TilesUtilImpl implements Serializable

Class org.apache.struts.tiles.TilesUtilStrutsModulesImpl extends TilesUtilStrutsImpl implements Serializable

Class org.apache.struts.tiles.UntypedAttribute extends java.lang.Object implements Serializable

Serialized Fields

role

java.lang.String role
Role associated to this attribute.


value

java.lang.Object value

Package org.apache.struts.tiles.beans

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

Serialized Fields

value

java.lang.String value

link

java.lang.String link

icon

java.lang.String icon

tooltip

java.lang.String tooltip

Package org.apache.struts.tiles.definition

Class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper extends java.lang.Object implements Serializable

Serialized Fields

factory

ComponentDefinitionsFactory factory
The underlying factory.


config

DefinitionsFactoryConfig config
Factory configuration,

Class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory extends java.lang.Object implements Serializable

Serialized Fields

factory

ComponentDefinitionsFactory factory
The real factory instance.


properties

java.util.Map<K,V> properties
Initialization parameters.


Package org.apache.struts.tiles.taglib

Class org.apache.struts.tiles.taglib.AddTag extends PutTag implements Serializable

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

Serialized Fields

scopeName

java.lang.String scopeName
Deprecated. 
The scope name.


scope

int scope
Deprecated. 
The scope value.


property

java.lang.String property
Deprecated. 
The property name to be exposed.

Class org.apache.struts.tiles.taglib.DefinitionTag extends DefinitionTagSupport implements Serializable

Serialized Fields

id

java.lang.String id
Definition identifier.


scope

java.lang.String scope
Scope into which definition will be saved.


extendsDefinition

java.lang.String extendsDefinition
Extends attribute value.


definition

ComponentDefinition definition
Template definition

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

Serialized Fields

controllerType

java.lang.String controllerType
Associated Controller type


controllerName

java.lang.String controllerName
Associated Controller name (classname or url)


role

java.lang.String role
Role associated to definition.


page

java.lang.String page
Uri of page assoicated to this definition.

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

Serialized Fields

attribute

java.lang.String attribute

role

java.lang.String role
Role attribute


isErrorIgnored

boolean isErrorIgnored
Do we ignore error if attribute is not found. Default value is false, which will throw an exception.

Class org.apache.struts.tiles.taglib.GetTag extends InsertTag implements Serializable

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

Serialized Fields

name

java.lang.String name
Class name of object.


scopeName

java.lang.String scopeName
The scope name.


scope

int scope
The scope value.


isErrorIgnored

boolean isErrorIgnored
Are errors ignored. This is the property for attribute ignore. Default value is false, which throws an exception. Only "attribute not found" - errors are ignored.

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

Serialized Fields

filename

java.lang.String filename

classname

java.lang.String classname

Class org.apache.struts.tiles.taglib.InsertTag extends DefinitionTagSupport implements Serializable

Serialized Fields

flush

boolean flush
Flush attribute value.


name

java.lang.String name
Name to insert.


attribute

java.lang.String attribute
Name of attribute from which to read page name to include.


beanName

java.lang.String beanName
Name of bean used as entity to include.


beanProperty

java.lang.String beanProperty
Name of bean property, if any.


beanScope

java.lang.String beanScope
Scope of bean, if any.


isErrorIgnored

boolean isErrorIgnored
Are errors ignored. This is the property for attribute 'ignore'. Default value is false, which throw an exception. Only 'attribute not found' errors are ignored.


definitionName

java.lang.String definitionName
Name of component instance to include.


processEndTag

boolean processEndTag
Does the end tag need to be processed. Default value is true. Boolean set in case of ignored errors.


cachedCurrentContext

ComponentContext cachedCurrentContext
Current component context.


tagHandler

InsertTag.TagHandler tagHandler
Final handler of tag methods.


pageContext

javax.servlet.jsp.PageContext pageContext
Trick to allows inner classes to access pageContext.

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

Serialized Fields

attributeName

java.lang.String attributeName
Name of this attribute.


list

java.util.List<E> list
The list itself.


role

java.lang.String role
Role attribute.

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

Serialized Fields

attributeName

java.lang.String attributeName
Name of attribute to put in component context.


value

java.lang.Object value
Associated attribute value.


direct

java.lang.String direct
JSP Template compatibility.


valueType

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


beanName

java.lang.String beanName
Bean name attribute.


beanProperty

java.lang.String beanProperty
Bean property attribute.


beanScope

java.lang.String beanScope
Bean scope attribute.


role

java.lang.String role
Role attribute.


realValue

java.lang.Object realValue
Cached real value computed from tag attributes.


body

java.lang.String body
The body content of this tag.

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

Serialized Fields

classname

java.lang.String classname
Class name of object.


scopeName

java.lang.String scopeName
The scope name.


scope

int scope
The scope value.


attributeName

java.lang.String attributeName
The attribute name to be exposed.


isErrorIgnored

boolean isErrorIgnored
Are errors ignored. This is the property for attribute 'ignore'. Default value is false, which throws an exception. Only "attribute not found" - errors are ignored.


Package org.apache.struts.tiles.xmlDefinition

Class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory extends java.lang.Object implements Serializable

Serialized Fields

definitions

java.util.Map<K,V> definitions
Underlying map containing all definitions.

Class org.apache.struts.tiles.xmlDefinition.FactorySet extends java.lang.Object implements Serializable

Serialized Fields

factories

java.util.Map<K,V> factories
Loaded factories

Class org.apache.struts.tiles.xmlDefinition.I18nFactorySet extends FactorySet implements Serializable

Serialized Fields

defaultFactory

DefinitionsFactory defaultFactory
Default factory.


isValidatingParser

boolean isValidatingParser
Do we want validating parser. Default is false. Can be set from servlet config file.


parserDetailLevel

int parserDetailLevel
Parser detail level. Default is 0. Can be set from servlet config file.


filenames

java.util.List<E> filenames
Names of files containing instances descriptions.


loaded

java.util.Map<K,V> loaded
Collection of already loaded definitions set, referenced by their suffix.

Class org.apache.struts.tiles.xmlDefinition.XmlDefinition extends ComponentDefinition implements Serializable

Serialized Fields

inherit

java.lang.String inherit
Extends attribute value.


isVisited

boolean isVisited
Used for resolving inheritance.



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.