Serialized Form


Package org.apache.struts.tiles

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

Serialized Fields

attributes

Map<K,V> attributes
Component attributes.

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

Serialized Fields

name

String name
Definition name


path

String path
Component / template path (URL).


attributes

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


role

String role
Role associated to definition.


controller

String controller
Associated Controller URL or classname, if defined


controllerType

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

Serialized Fields

factoryClassname

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

String definitionConfigFiles
Definition configuration file specified by user.


moduleAware

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


factoryName

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

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

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

Serialized Fields

exception

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

Serialized Fields

tileProcessor

TilesRequestProcessor tileProcessor

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

Serialized Fields

exception

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

 

Class org.apache.struts.tiles.TilesUtilImpl extends 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 Object implements Serializable

Serialized Fields

role

String role
Role associated to this attribute.


value

Object value

Package org.apache.struts.tiles.beans

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

Serialized Fields

value

String value

link

String link

icon

String icon

tooltip

String tooltip

Package org.apache.struts.tiles.definition

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

Serialized Fields

factory

ComponentDefinitionsFactory factory
The underlying factory.


config

DefinitionsFactoryConfig config
Factory configuration,

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

Serialized Fields

factory

ComponentDefinitionsFactory factory
The real factory instance.


properties

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

Serialized Fields

scopeName

String scopeName
Deprecated. 
The scope name.


scope

int scope
Deprecated. 
The scope value.


property

String property
Deprecated. 
The property name to be exposed.

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

Serialized Fields

id

String id
Definition identifier.


scope

String scope
Scope into which definition will be saved.


extendsDefinition

String extendsDefinition
Extends attribute value.


definition

ComponentDefinition definition
Template definition

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

Serialized Fields

controllerType

String controllerType
Associated Controller type


controllerName

String controllerName
Associated Controller name (classname or url)


role

String role
Role associated to definition.


page

String page
Uri of page assoicated to this definition.

Class org.apache.struts.tiles.taglib.GetAttributeTag extends TagSupport implements Serializable

Serialized Fields

attribute

String attribute

role

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

Serialized Fields

name

String name
Class name of object.


scopeName

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

Serialized Fields

filename

String filename

classname

String classname

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

Serialized Fields

flush

boolean flush
Flush attribute value.


name

String name
Name to insert.


attribute

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


beanName

String beanName
Name of bean used as entity to include.


beanProperty

String beanProperty
Name of bean property, if any.


beanScope

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

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

PageContext pageContext
Trick to allows inner classes to access pageContext.

Class org.apache.struts.tiles.taglib.PutListTag extends TagSupport implements Serializable

Serialized Fields

attributeName

String attributeName
Name of this attribute.


list

List<E> list
The list itself.


role

String role
Role attribute.

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

Serialized Fields

attributeName

String attributeName
Name of attribute to put in component context.


value

Object value
Associated attribute value.


direct

String direct
JSP Template compatibility.


valueType

String valueType
Requested type for the value.


beanName

String beanName
Bean name attribute.


beanProperty

String beanProperty
Bean property attribute.


beanScope

String beanScope
Bean scope attribute.


role

String role
Role attribute.


realValue

Object realValue
Cached real value computed from tag attributes.


body

String body
The body content of this tag.

Class org.apache.struts.tiles.taglib.UseAttributeTag extends TagSupport implements Serializable

Serialized Fields

classname

String classname
Class name of object.


scopeName

String scopeName
The scope name.


scope

int scope
The scope value.


attributeName

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

Serialized Fields

definitions

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

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

Serialized Fields

factories

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

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


loaded

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

String inherit
Extends attribute value.


isVisited

boolean isVisited
Used for resolving inheritance.



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