Serialized Form
-
Package org.apache.struts.tiles
-
Class org.apache.struts.tiles.ActionController
class ActionController extends Object implements Serializable- serialVersionUID:
- -618534639125910093L
-
Serialized Fields
-
action
Action action
Struts action wrapped.
-
-
Class org.apache.struts.tiles.ComponentContext
class ComponentContext extends Object implements Serializable- serialVersionUID:
- 5887062776582589341L
-
Class org.apache.struts.tiles.ComponentDefinition
class ComponentDefinition extends Object implements Serializable- serialVersionUID:
- -62457661179275424L
-
Serialized Fields
-
attributes
Map<String,
Object> attributes Attributes defined for the component. -
controller
String controller
Associated Controller URL or classname, if defined -
controllerInstance
Controller controllerInstance
Controller associated to Definition. Lazy creation : only on first request -
controllerType
String controllerType
Associated Controller typename, if controllerName defined. Can be CONTROLLER, ACTION or URL, or null. -
name
String name
Definition name -
path
String path
Component / template path (URL). -
role
String role
Role associated to definition.
-
-
Class org.apache.struts.tiles.ControllerSupport
class ControllerSupport extends Object implements Serializable- serialVersionUID:
- -4462385995896189607L
-
Class org.apache.struts.tiles.DefinitionAttribute
class DefinitionAttribute extends UntypedAttribute implements Serializable- serialVersionUID:
- 952533982963272876L
-
Class org.apache.struts.tiles.DefinitionNameAttribute
class DefinitionNameAttribute extends UntypedAttribute implements Serializable- serialVersionUID:
- -7680396673346627828L
-
Class org.apache.struts.tiles.DefinitionsFactoryConfig
class DefinitionsFactoryConfig extends Object implements Serializable- serialVersionUID:
- -2587987079011748643L
-
Serialized Fields
-
definitionConfigFiles
String definitionConfigFiles
Definition configuration file specified by user. -
extraAttributes
HashMap<String,
Object> extraAttributes Map of extra attribute available. -
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"). -
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. -
moduleAware
boolean moduleAware
Specifies whether the factory is "module-aware". -
parserValidate
boolean parserValidate
Specifies whether the parser will validate configuration files. Default value is true.
-
-
Exception Class org.apache.struts.tiles.DefinitionsFactoryException
class DefinitionsFactoryException extends TilesException implements Serializable- serialVersionUID:
- -5162822984380885363L
-
Class org.apache.struts.tiles.DirectStringAttribute
class DirectStringAttribute extends UntypedAttribute implements Serializable- serialVersionUID:
- -7113529528664791325L
-
Exception Class org.apache.struts.tiles.FactoryNotFoundException
class FactoryNotFoundException extends DefinitionsFactoryException implements Serializable- serialVersionUID:
- 2856113784339675593L
-
Exception Class org.apache.struts.tiles.NoSuchDefinitionException
class NoSuchDefinitionException extends DefinitionsFactoryException implements Serializable- serialVersionUID:
- -4188770898592969226L
-
Class org.apache.struts.tiles.PathAttribute
class PathAttribute extends UntypedAttribute implements Serializable- serialVersionUID:
- -1006194795181107127L
-
Class org.apache.struts.tiles.RedeployableActionServlet
class RedeployableActionServlet extends ActionServlet implements Serializable- serialVersionUID:
- -3277829251603784258L
-
Serialized Fields
-
tileProcessor
TilesRequestProcessor tileProcessor
-
-
Exception Class org.apache.struts.tiles.TilesException
class TilesException extends Exception implements Serializable- serialVersionUID:
- -2512402467536260269L
-
Class org.apache.struts.tiles.TilesRequestProcessor
class TilesRequestProcessor extends RequestProcessor implements Serializable- serialVersionUID:
- -6522610348048179731L
-
Serialized Fields
-
definitionsFactory
DefinitionsFactory definitionsFactory
Definitions factory.
-
-
Class org.apache.struts.tiles.TilesUtilImpl
class TilesUtilImpl extends Object implements Serializable- serialVersionUID:
- -3811960942326759160L
-
Class org.apache.struts.tiles.TilesUtilStrutsImpl
class TilesUtilStrutsImpl extends TilesUtilImpl implements Serializable- serialVersionUID:
- 6361461121282446038L
-
Class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
class TilesUtilStrutsModulesImpl extends TilesUtilStrutsImpl implements Serializable- serialVersionUID:
- 2840296621378046205L
-
Class org.apache.struts.tiles.UntypedAttribute
class UntypedAttribute extends Object implements Serializable- serialVersionUID:
- -6268589644481252985L
-
Class org.apache.struts.tiles.UrlController
class UrlController extends Object implements Serializable- serialVersionUID:
- -3427605980038213048L
-
Serialized Fields
-
url
String url
URL associated with this controller.
-
-
-
Package org.apache.struts.tiles.actions
-
Class org.apache.struts.tiles.actions.DefinitionDispatcherAction
class DefinitionDispatcherAction extends Action implements Serializable- serialVersionUID:
- 8663194696860741591L
-
Class org.apache.struts.tiles.actions.ReloadDefinitionsAction
class ReloadDefinitionsAction extends Action implements Serializable- serialVersionUID:
- -7047330717130537765L
-
Class org.apache.struts.tiles.actions.TilesAction
class TilesAction extends Action implements Serializable- serialVersionUID:
- 4536388141271532696L
-
Class org.apache.struts.tiles.actions.ViewDefinitionsAction
class ViewDefinitionsAction extends Action implements Serializable- serialVersionUID:
- -5469130834431018931L
-
-
Package org.apache.struts.tiles.beans
-
Class org.apache.struts.tiles.beans.SimpleMenuItem
class SimpleMenuItem extends Object implements Serializable- serialVersionUID:
- -5488084076348864047L
-
-
Package org.apache.struts.tiles.definition
-
Class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
class ComponentDefinitionsFactoryWrapper extends Object implements Serializable- serialVersionUID:
- -1996134499246652941L
-
Serialized Fields
-
config
DefinitionsFactoryConfig config
Deprecated.Factory configuration, -
factory
ComponentDefinitionsFactory factory
Deprecated.The underlying factory.
-
-
Class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
class ReloadableDefinitionsFactory extends Object implements Serializable- serialVersionUID:
- 1432127365659932325L
-
Serialized Fields
-
factory
ComponentDefinitionsFactory factory
The real factory instance. -
properties
Map<String,
Object> properties Initialization parameters.
-
-
-
Package org.apache.struts.tiles.taglib
-
Class org.apache.struts.tiles.taglib.AddTag
class AddTag extends PutTag implements Serializable- serialVersionUID:
- -8081198639386273712L
-
Class org.apache.struts.tiles.taglib.AttributeToScopeTag
class AttributeToScopeTag extends TagSupport implements Serializable- serialVersionUID:
- -1499789323573667416L
-
Class org.apache.struts.tiles.taglib.DefinitionTag
class DefinitionTag extends DefinitionTagSupport implements Serializable- serialVersionUID:
- -1126668990555092082L
-
Serialized Fields
-
definition
ComponentDefinition definition
Template definition -
extendsDefinition
String extendsDefinition
Extends attribute value. -
id
String id
Definition identifier. -
scope
String scope
Scope into which definition will be saved.
-
-
Class org.apache.struts.tiles.taglib.DefinitionTagSupport
class DefinitionTagSupport extends TagSupport implements Serializable- serialVersionUID:
- 9149013624370738390L
-
Class org.apache.struts.tiles.taglib.GetAttributeTag
class GetAttributeTag extends TagSupport implements Serializable- serialVersionUID:
- 6301259591967456357L
-
Class org.apache.struts.tiles.taglib.GetTag
class GetTag extends InsertTag implements Serializable- serialVersionUID:
- 8110886541599103180L
-
Class org.apache.struts.tiles.taglib.ImportAttributeTag
class ImportAttributeTag extends TagSupport implements Serializable- serialVersionUID:
- 627331513872580706L
-
Serialized Fields
-
isErrorIgnored
boolean isErrorIgnored
Are errors ignored. This is the property for attributeignore
. Default value isfalse
, which throws an exception. Only "attribute not found" - errors are ignored. -
name
String name
Class name of object. -
scope
int scope
The scope value. -
scopeName
String scopeName
The scope name.
-
-
Class org.apache.struts.tiles.taglib.InitDefinitionsTag
class InitDefinitionsTag extends TagSupport implements Serializable- serialVersionUID:
- 1471051490484770266L
-
Class org.apache.struts.tiles.taglib.InsertTag
class InsertTag extends DefinitionTagSupport implements Serializable- serialVersionUID:
- 5205711104417088689L
-
Serialized Fields
-
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. -
cachedCurrentContext
ComponentContext cachedCurrentContext
Current component context. -
definitionName
String definitionName
Name of component instance to include. -
flush
boolean flush
Flush attribute value. -
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. -
name
String name
Name to insert. -
pageContext
PageContext pageContext
Trick to allows inner classes to access pageContext. -
processEndTag
boolean processEndTag
Does the end tag need to be processed. Default value is true. Boolean set in case of ignored errors. -
tagHandler
InsertTag.TagHandler tagHandler
Final handler of tag methods.
-
-
Class org.apache.struts.tiles.taglib.InsertTag.DirectStringHandler
class DirectStringHandler extends Object implements Serializable- serialVersionUID:
- 8881370877489828274L
-
Serialized Fields
-
value
Object value
Object to print as a direct string
-
-
Class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
class InsertHandler extends Object implements Serializable- serialVersionUID:
- 6193727491123020174L
-
Serialized Fields
-
controller
Controller controller
-
currentContext
ComponentContext currentContext
-
page
String page
-
role
String role
-
subCompContext
ComponentContext subCompContext
-
-
Class org.apache.struts.tiles.taglib.PutListTag
class PutListTag extends TagSupport implements Serializable- serialVersionUID:
- -3883044506251009353L
-
Class org.apache.struts.tiles.taglib.PutTag
class PutTag extends BodyTagSupport implements Serializable- serialVersionUID:
- -235334177334574729L
-
Serialized Fields
-
attributeName
String attributeName
Name of attribute to put in component context. -
beanName
String beanName
Bean name attribute. -
beanProperty
String beanProperty
Bean property attribute. -
beanScope
String beanScope
Bean scope attribute. -
body
String body
The body content of this tag. -
direct
String direct
JSP Template compatibility. -
realValue
Object realValue
Cached real value computed from tag attributes. -
role
String role
Role attribute. -
value
Object value
Associated attribute value. -
valueType
String valueType
Requested type for the value.
-
-
Class org.apache.struts.tiles.taglib.UseAttributeTag
class UseAttributeTag extends TagSupport implements Serializable- serialVersionUID:
- 6568135554030718942L
-
Serialized Fields
-
attributeName
String attributeName
The attribute name to be exposed. -
classname
String classname
Class name of object. -
isErrorIgnored
boolean isErrorIgnored
Are errors ignored. This is the property for attribute 'ignore'. Default value isfalse
, which throws an exception. Only "attribute not found" - errors are ignored. -
scope
int scope
The scope value. -
scopeName
String scopeName
The scope name.
-
-
-
Package org.apache.struts.tiles.xmlDefinition
-
Class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory
class DefinitionsFactory extends Object implements Serializable- serialVersionUID:
- -1606414944612676291L
-
Serialized Fields
-
definitions
HashMap<String,
ComponentDefinition> definitions Underlying map containing all definitions.
-
-
Class org.apache.struts.tiles.xmlDefinition.FactorySet
class FactorySet extends Object implements Serializable- serialVersionUID:
- -3005016733922480701L
-
Class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
class I18nFactorySet extends FactorySet implements Serializable- serialVersionUID:
- 3883838354881166525L
-
Serialized Fields
-
defaultFactory
DefinitionsFactory defaultFactory
Default factory. -
filenames
ArrayList<String> filenames
Names of files containing instances descriptions. -
isValidatingParser
boolean isValidatingParser
Do we want validating parser. Default isfalse
. Can be set from servlet config file. -
loaded
HashMap<String,
DefinitionsFactory> loaded Collection of already loaded definitions set, referenced by their suffix. -
parserDetailLevel
int parserDetailLevel
Parser detail level. Default is 0. Can be set from servlet config file.
-
-
Class org.apache.struts.tiles.xmlDefinition.XmlDefinition
class XmlDefinition extends ComponentDefinition implements Serializable- serialVersionUID:
- -5843791058928194033L
-
Serialized Fields
-
inherit
String inherit
Extends attribute value. -
isVisited
boolean isVisited
Used for resolving inheritance.
-
-