Serialized Form
|
Package org.apache.struts.tiles |
attributes
Map<K,V> attributes
- Component attributes.
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
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.
exception
Exception exception
- Any "wrapped" exception will be exposed when this is serialized.
-
tileProcessor
TilesRequestProcessor tileProcessor
exception
Exception exception
- Any "wrapped" exception will be exposed when this is serialized.
-
role
String role
- Role associated to this attribute.
value
Object value
|
Package org.apache.struts.tiles.beans |
value
String value
link
String link
icon
String icon
tooltip
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
Map<K,V> properties
- Initialization parameters.
|
Package org.apache.struts.tiles.taglib |
scopeName
String scopeName
- Deprecated.
- The scope name.
scope
int scope
- Deprecated.
- The scope value.
property
String property
- Deprecated.
- The property name to be exposed.
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
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.
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.
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.
filename
String filename
classname
String classname
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.
attributeName
String attributeName
- Name of this attribute.
list
List<E> list
- The list itself.
role
String role
- Role attribute.
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.
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 |
definitions
Map<K,V> definitions
- Underlying map containing all definitions.
factories
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
List<E> filenames
- Names of files containing instances descriptions.
loaded
Map<K,V> loaded
- Collection of already loaded definitions set, referenced by their suffix.
inherit
String inherit
- Extends attribute value.
isVisited
boolean isVisited
- Used for resolving inheritance.
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.