Serialized Form
|
Package org.apache.struts.tiles |
attributes
java.util.Map<K,V> attributes
- Component attributes.
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
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.
exception
java.lang.Exception exception
- Any "wrapped" exception will be exposed when this is serialized.
-
tileProcessor
TilesRequestProcessor tileProcessor
exception
java.lang.Exception exception
- Any "wrapped" exception will be exposed when this is serialized.
-
role
java.lang.String role
- Role associated to this attribute.
value
java.lang.Object value
|
Package org.apache.struts.tiles.beans |
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 |
factory
ComponentDefinitionsFactory factory
- The underlying factory.
config
DefinitionsFactoryConfig config
- Factory configuration,
factory
ComponentDefinitionsFactory factory
- The real factory instance.
properties
java.util.Map<K,V> properties
- Initialization parameters.
|
Package org.apache.struts.tiles.taglib |
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.
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
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.
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.
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.
filename
java.lang.String filename
classname
java.lang.String classname
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.
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.
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.
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 |
definitions
java.util.Map<K,V> definitions
- Underlying map containing all definitions.
factories
java.util.Map<K,V> factories
- Loaded factories
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.
inherit
java.lang.String inherit
- Extends attribute value.
isVisited
boolean isVisited
- Used for resolving inheritance.
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.