Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACTION - Static variable in class org.apache.struts.tiles.ComponentDefinition
-
Controller name type.
- ACTION_DEFINITION - Static variable in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Constant name used to store definition in jsp context.
- ActionController - Class in org.apache.struts.tiles
-
Struts wrapper implementation of Controller.
- ActionController(Action) - Constructor for class org.apache.struts.tiles.ActionController
-
Constructor.
- add(Object) - Method in class org.apache.struts.tiles.xmlDefinition.XmlListAttribute
-
Add an element in list.
- add(XmlAttribute) - Method in class org.apache.struts.tiles.xmlDefinition.XmlListAttribute
-
Add an element in list.
- addAll(Map<String, Object>) - Method in class org.apache.struts.tiles.ComponentContext
-
Add all attributes to this context.
- addAttribute(XmlAttribute) - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Add an attribute to this component.
- addElement(Object) - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Set property.
- addMissing(Map<String, Object>) - Method in class org.apache.struts.tiles.ComponentContext
-
Add all missing attributes to this context.
- addObject(Object) - Method in class org.apache.struts.tiles.xmlDefinition.XmlListAttribute
-
Add an element in list.
- AddTag - Class in org.apache.struts.tiles.taglib
-
Add an element to the surrounding list tag.
- AddTag() - Constructor for class org.apache.struts.tiles.taglib.AddTag
-
default constructor
- AddTagParent - Interface in org.apache.struts.tiles.taglib
-
Tag classes implementing this interface can contain nested
PutTag
s. - attribute - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Name of attribute from which to read page name to include.
- AttributeDefinition - Interface in org.apache.struts.tiles
-
Attribute definition used in a component definition.
- attributeName - Variable in class org.apache.struts.tiles.taglib.PutTag
-
Name of attribute to put in component context.
- attributes - Variable in class org.apache.struts.tiles.ComponentDefinition
-
Attributes defined for the component.
- AttributeToScopeTag - Class in org.apache.struts.tiles.taglib
-
Deprecated.Is it still in use ?
- AttributeToScopeTag() - Constructor for class org.apache.struts.tiles.taglib.AttributeToScopeTag
-
Deprecated.
B
- beanName - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Name of bean used as entity to include.
- beanProperty - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Name of bean property, if any.
- beanScope - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Scope of bean, if any.
- body - Variable in class org.apache.struts.tiles.taglib.PutTag
-
The body content of this tag.
C
- cachedCurrentContext - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Current component context.
- callParent() - Method in class org.apache.struts.tiles.taglib.AddTag
-
Call parent tag which must implement AttributeContainer.
- callParent() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Find parent tag which must implement AttributeContainer.
- Classic Layout - Search tag in package org.apache.struts.tiles
- Section
- COMPONENT_CONTEXT - Static variable in interface org.apache.struts.tiles.taglib.ComponentConstants
-
Name used to store Tile/Component context.
- COMPONENT_SCOPE - Static variable in interface org.apache.struts.tiles.taglib.ComponentConstants
- ComponentConstants - Interface in org.apache.struts.tiles.taglib
-
Constants used by Tiles/Components.
- ComponentContext - Class in org.apache.struts.tiles
-
Component context.
- ComponentContext() - Constructor for class org.apache.struts.tiles.ComponentContext
-
Constructor.
- ComponentContext(Map<String, Object>) - Constructor for class org.apache.struts.tiles.ComponentContext
-
Constructor.
- ComponentDefinition - Class in org.apache.struts.tiles
-
Definition of a template / component attributes.
- ComponentDefinition() - Constructor for class org.apache.struts.tiles.ComponentDefinition
-
Constructor.
- ComponentDefinition(String, String, Map<String, Object>) - Constructor for class org.apache.struts.tiles.ComponentDefinition
-
Constructor.
- ComponentDefinition(ComponentDefinition) - Constructor for class org.apache.struts.tiles.ComponentDefinition
-
Copy Constructor.
- ComponentDefinition(XmlDefinition) - Constructor for class org.apache.struts.tiles.ComponentDefinition
-
Constructor.
- ComponentDefinitionsFactory - Interface in org.apache.struts.tiles
-
Deprecated.Use DefinitionsFactory instead.
- ComponentDefinitionsFactoryWrapper - Class in org.apache.struts.tiles.definition
-
Deprecated.Use DefinitionsFactory instead.
- ComponentDefinitionsFactoryWrapper() - Constructor for class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Constructor.
- ComponentDefinitionsFactoryWrapper(ComponentDefinitionsFactory) - Constructor for class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Constructor.
- computeRealValue() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Compute real value according to tag attributes.
- computeRealValue() - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Compute real value from attributes setting.
- controller - Variable in class org.apache.struts.tiles.ComponentDefinition
-
Associated Controller URL or classname, if defined
- controller - Variable in class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
- Controller - Interface in org.apache.struts.tiles
-
A controller is a piece of code called before rendering a jsp page.
- CONTROLLER - Static variable in class org.apache.struts.tiles.ComponentDefinition
-
Controller name type.
- controllerName - Variable in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Associated Controller name (classname or url)
- ControllerSupport - Class in org.apache.struts.tiles
-
Basic implementation of Controller.
- ControllerSupport() - Constructor for class org.apache.struts.tiles.ControllerSupport
- controllerType - Variable in class org.apache.struts.tiles.ComponentDefinition
-
Associated Controller typename, if controllerName defined.
- controllerType - Variable in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Associated Controller type
- createConfigMap(DefinitionsFactoryConfig) - Static method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Create map of configuration attributes from configuration object.
- createController(String, String) - Static method in class org.apache.struts.tiles.ComponentDefinition
-
Create a new instance of controller named in parameter.
- createControllerFromClassname(String) - Static method in class org.apache.struts.tiles.ComponentDefinition
-
Create a controller from specified classname.
- createDefaultFactory(ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Create default factory .
- createDefaultFactory(ServletContext, Map<String, Object>) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Create default Definition factory.
- createDefinitionFactoryInstance(String) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Create Definition factory of specified classname.
- createDefinitionsFactory(ServletContext, ServletConfig) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Create Definition factory.
- createDefinitionsFactory(ServletContext, ServletConfig, boolean) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Create Definition factory.
- createDefinitionsFactory(ServletContext, Map<String, Object>) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Create default Definition factory.
- createDefinitionsFactory(ServletContext, Map<String, Object>, String) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Use createDefinitionsFactory(ServletContext servletContext, ServletConfig servletConfig)
- createDefinitionsFactory(ServletContext, DefinitionsFactoryConfig) - Static method in class org.apache.struts.tiles.TilesUtil
-
Create Definition factory from specified configuration object.
- createDefinitionsFactory(ServletContext, DefinitionsFactoryConfig) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Create Definition factory from specified configuration object.
- createFactory(ServletContext, Map<String, Object>) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Create Definition factory.
- createFactory(Object, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Create a factory for specified key.
- createFactory(Object, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Create a factory for specified key.
- createFactoryFromClassname(ServletContext, Map<String, Object>, String) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Create Definition factory from provided classname.
- createFactoryInstance(String) - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Create Definition factory from provided classname which must implement
ComponentDefinitionsFactory
. - createTagHandler() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process tag attribute and create corresponding tag handler.
- currentContext - Variable in class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
- currentPlugInConfigObject - Variable in class org.apache.struts.tiles.TilesPlugin
-
The plugin config object provided by the ActionServlet initializing this plugin.
D
- debug - Static variable in class org.apache.struts.tiles.taglib.util.TagUtils
-
Debug flag
- Debugging - Search tag in package org.apache.struts.tiles
- Section
- DEFAULT_DEFINITION_FILENAMES - Static variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Possible definition filenames.
- defaultFactory - Variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Default factory.
- DefinitionAttribute - Class in org.apache.struts.tiles
-
Attribute representing a Component Definition.
- DefinitionAttribute(String) - Constructor for class org.apache.struts.tiles.DefinitionAttribute
- definitionConfigFiles - Variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Definition configuration file specified by user.
- DefinitionDispatcherAction - Class in org.apache.struts.tiles.actions
-
An Action that dispatches to a Tiles Definition that is named by the request parameter whose name is specified by the
parameter
property of the corresponding ActionMapping. - DefinitionDispatcherAction() - Constructor for class org.apache.struts.tiles.actions.DefinitionDispatcherAction
- definitionFactory - Variable in class org.apache.struts.tiles.TilesPlugin
-
Associated definition factory.
- Definition File Syntax - Search tag in package org.apache.struts.tiles
- Section
- definitionName - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Name of component instance to include.
- DefinitionNameAttribute - Class in org.apache.struts.tiles
-
Component attribute.
- DefinitionNameAttribute(String) - Constructor for class org.apache.struts.tiles.DefinitionNameAttribute
-
Constructor.
- DefinitionNameAttribute(String, String) - Constructor for class org.apache.struts.tiles.DefinitionNameAttribute
-
Constructor.
- definitions - Variable in class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory
-
Underlying map containing all definitions.
- definitions - Variable in class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Defined definitions.
- Definitions - Search tag in package org.apache.struts.tiles
- Section
- DEFINITIONS_CONFIG_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Alternate name for definition files properties in configuration file.
- DEFINITIONS_CONFIG_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Config file parameter name.
- DEFINITIONS_CONFIG_USER_DEBUG_LEVEL - Static variable in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Name of init property carrying debug level.
- DEFINITIONS_FACTORY - Static variable in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Constant name used to store factory in context.
- DEFINITIONS_FACTORY - Static variable in class org.apache.struts.tiles.TilesUtilImpl
-
Constant name used to store factory in servlet context
- DEFINITIONS_FACTORY_CLASSNAME - Static variable in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Name of init property carrying factory class name.
- DEFINITIONS_FACTORY_CLASSNAME - Static variable in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Name of init property carrying factory class name.
- definitionsFactory - Variable in class org.apache.struts.tiles.TilesRequestProcessor
-
Definitions factory.
- DefinitionsFactory - Class in org.apache.struts.tiles.xmlDefinition
-
A factory for definitions.
- DefinitionsFactory - Interface in org.apache.struts.tiles
-
Tiles Definition factory.
- DefinitionsFactory(XmlDefinitionsSet) - Constructor for class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory
-
Constructor.
- DefinitionsFactoryConfig - Class in org.apache.struts.tiles
-
A TilesFactoryConfig object hold configuration attributes for a tile definition factory.
- DefinitionsFactoryConfig() - Constructor for class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Default constructor.
- DefinitionsFactoryConfig(Map<String, Object>) - Constructor for class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Constructor.
- DefinitionsFactoryException - Exception Class in org.apache.struts.tiles
-
Exception thrown when an error occurs while the factory tries to create a new instance mapper.
- DefinitionsFactoryException() - Constructor for exception class org.apache.struts.tiles.DefinitionsFactoryException
-
Constructor.
- DefinitionsFactoryException(Exception) - Constructor for exception class org.apache.struts.tiles.DefinitionsFactoryException
-
Create a new
DefinitionsFactoryException
wrapping an existing exception. - DefinitionsFactoryException(String) - Constructor for exception class org.apache.struts.tiles.DefinitionsFactoryException
-
Constructor.
- DefinitionsFactoryException(String, Exception) - Constructor for exception class org.apache.struts.tiles.DefinitionsFactoryException
-
Create a new
DefinitionsFactoryException
from an existing exception. - DefinitionsUtil - Class in org.apache.struts.tiles
- DefinitionsUtil() - Constructor for class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
- DefinitionTag - Class in org.apache.struts.tiles.taglib
-
This is the tag handler for
<tiles:definition>
, which defines a tiles (or template / component). - DefinitionTag() - Constructor for class org.apache.struts.tiles.taglib.DefinitionTag
- DefinitionTagSupport - Class in org.apache.struts.tiles.taglib
-
Common base class for tags dealing with Tiles definitions.
- DefinitionTagSupport() - Constructor for class org.apache.struts.tiles.taglib.DefinitionTagSupport
- destroy() - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Do nothing because old life cycle has no equivalent.
- destroy() - Method in interface org.apache.struts.tiles.DefinitionsFactory
-
Receive notification that the factory is being shut down.
- destroy() - Method in class org.apache.struts.tiles.TilesPlugin
-
End plugin.
- digester - Variable in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Associated digester.
- DirectStringAttribute - Class in org.apache.struts.tiles
-
Component attribute.
- DirectStringAttribute(String) - Constructor for class org.apache.struts.tiles.DirectStringAttribute
- DirectStringHandler(Object) - Constructor for class org.apache.struts.tiles.taglib.InsertTag.DirectStringHandler
-
Constructor.
- doAfterBody() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Save the body content of this tag (if any)
- doEndTag() - Method in class org.apache.struts.tiles.taglib.AttributeToScopeTag
-
Deprecated.Clean up after processing this enumeration.
- doEndTag() - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Process the end tag by putting the definition in appropriate context.
- doEndTag() - Method in class org.apache.struts.tiles.taglib.GetAttributeTag
-
Close tag.
- doEndTag() - Method in class org.apache.struts.tiles.taglib.ImportAttributeTag
-
Clean up after processing this enumeration.
- doEndTag() - Method in class org.apache.struts.tiles.taglib.InitDefinitionsTag
-
Do end tag.
- doEndTag() - Method in class org.apache.struts.tiles.taglib.InsertTag.DirectStringHandler
-
Print String in page output stream.
- doEndTag() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process the end tag by including the template.
- doEndTag() - Method in class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
-
Include requested page.
- doEndTag() - Method in interface org.apache.struts.tiles.taglib.InsertTag.TagHandler
-
Do include for type depicted by implementation class.
- doEndTag() - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Do end tag.
- doEndTag() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Do end tag.
- doEndTag() - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Clean up after processing this enumeration.
- doForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Do a forward using request dispatcher.
- doForward(String, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class org.apache.struts.tiles.TilesUtil
-
Do a forward using request dispatcher.
- doForward(String, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Do a forward using request dispatcher.
- doForward(String, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Do a forward using request dispatcher.
- doForward(ServletActionContext, String) - Method in class org.apache.struts.tiles.commands.TilesPreProcessor
-
Do an include of specified URI using a
RequestDispatcher
. - doInclude(String, boolean) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Do an include of specified page.
- doInclude(String, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class org.apache.struts.tiles.TilesUtil
-
Do an include using request dispatcher.
- doInclude(String, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Do an include using request dispatcher.
- doInclude(String, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Do an include using request dispatcher.
- doInclude(String, PageContext) - Static method in class org.apache.struts.tiles.TilesUtil
-
Do an include using PageContext.include().
- doInclude(String, PageContext, boolean) - Static method in class org.apache.struts.tiles.TilesUtil
-
Do an include using PageContext.include().
- doInclude(String, PageContext, boolean) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Do an include using PageContext.include().
- doInclude(ServletActionContext, String) - Method in class org.apache.struts.tiles.commands.TilesPreProcessor
-
Do an include of specified URI using a
RequestDispatcher
. - doStartTag() - Method in class org.apache.struts.tiles.taglib.AttributeToScopeTag
-
Deprecated.Expose the requested property from component context.
- doStartTag() - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Process the start tag by creating a new definition.
- doStartTag() - Method in class org.apache.struts.tiles.taglib.ImportAttributeTag
-
Expose the requested property from component context.
- doStartTag() - Method in class org.apache.struts.tiles.taglib.InitDefinitionsTag
-
Do start tag.
- doStartTag() - Method in class org.apache.struts.tiles.taglib.InsertTag.DirectStringHandler
-
Do nothing, there is no context for a direct string.
- doStartTag() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process the start tag by checking tag's attributes and creating appropriate handler.
- doStartTag() - Method in class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
-
Create a new empty context.
- doStartTag() - Method in interface org.apache.struts.tiles.taglib.InsertTag.TagHandler
-
Create ComponentContext for type depicted by implementation class.
- doStartTag() - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Do start tag.
- doStartTag() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Do start tag.
- doStartTag() - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Expose the requested attribute from component context.
E
- Enabling Definition Factory - Search tag in package org.apache.struts.tiles
- Section
- EXCEPTION_KEY - Static variable in interface org.apache.struts.tiles.taglib.ComponentConstants
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.actions.DefinitionDispatcherAction
-
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.actions.ReloadDefinitionsAction
-
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.actions.TilesAction
-
Original Struts Action's method.
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.actions.ViewDefinitionsAction
-
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
- execute(ServletActionContext) - Method in class org.apache.struts.tiles.commands.TilesPreProcessor
-
If the current
ForwardConfig
is using "tiles", perform necessary pre-processing to set up theTilesContext
and substitute a newForwardConfig
which is understandable to aRequestDispatcher
. - execute(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.ActionController
- execute(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in interface org.apache.struts.tiles.Controller
-
Method associated to a tile and called immediately before the tile is included.
- execute(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.ControllerSupport
- execute(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.UrlController
- execute(ComponentContext, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.actions.TilesAction
-
Process the specified HTTP request and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
- extend(XmlDefinitionsSet) - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Add definitions from specified child definitions set.
F
- factories - Variable in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Loaded factories
- factory - Variable in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
The real factory instance.
- FACTORY_CLASSNAME_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Alternate name for factory classname properties in configuration file.
- factoryClassname - Variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Fully qualified classname of the factory to create.
- factoryName - Variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
The name associated to this factory.
- FactoryNotFoundException - Exception Class in org.apache.struts.tiles
-
Exception thrown when definitions factory is not found.
- FactoryNotFoundException() - Constructor for exception class org.apache.struts.tiles.FactoryNotFoundException
-
Constructor.
- FactoryNotFoundException(String) - Constructor for exception class org.apache.struts.tiles.FactoryNotFoundException
-
Constructor.
- FactoryNotFoundException(String, Exception) - Constructor for exception class org.apache.struts.tiles.FactoryNotFoundException
-
Constructor.
- FactorySet - Class in org.apache.struts.tiles.xmlDefinition
-
Component Definitions factory.
- FactorySet() - Constructor for class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Constructor.
- FILENAME_EXTENSION - Static variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Default filenames extension.
- findAttribute(String, PageContext) - Method in class org.apache.struts.tiles.ComponentContext
-
Find object in one of the contexts.
- findAttribute(String, PageContext) - Static method in class org.apache.struts.tiles.taglib.util.TagUtils
-
Search attribute in different contexts.
- findEnclosingParent() - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Find enclosing parent tag accepting this tag.
- findEnclosingPutListTagParent() - Method in class org.apache.struts.tiles.taglib.AddTag
-
Find parent tag which must implement AttributeContainer.
- findEnclosingPutTagParent() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Find parent tag which must implement AttributeContainer.
- findStrutsPlugInConfigProperties(ActionServlet, ModuleConfig) - Method in class org.apache.struts.tiles.TilesPlugin
-
Find original properties set in the Struts PlugInConfig object.
- flush - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Flush attribute value.
G
- getActionDefinition(ServletRequest) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Get Definition stored in jsp context by an action.
- getAttribute() - Method in class org.apache.struts.tiles.taglib.GetAttributeTag
-
Get attribute.
- getAttribute() - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Another access method for the name property.
- getAttribute(String) - Method in class org.apache.struts.tiles.ComponentContext
-
Get an attribute from context.
- getAttribute(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
- getAttribute(String) - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get value of an additional attribute.
- getAttribute(String, int, PageContext) - Method in class org.apache.struts.tiles.ComponentContext
-
Get object from requested context.
- getAttribute(String, int, PageContext) - Static method in class org.apache.struts.tiles.taglib.util.TagUtils
-
Get object from requested context.
- getAttributeNames() - Method in class org.apache.struts.tiles.ComponentContext
-
Get names of all attributes.
- getAttributes() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the attributes property.
- getAttributes() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get additional attributes as a Map.
- GetAttributeTag - Class in org.apache.struts.tiles.taglib
-
Retrieve the value of the specified component/template attribute property, and render it to the current JspWriter as a String.
- GetAttributeTag() - Constructor for class org.apache.struts.tiles.taglib.GetAttributeTag
-
Default constructor.
- getBeanName() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Get bean name.
- getBeanName() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Get bean name.
- getBeanProperty() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Get bean property.
- getBeanProperty() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Get bean property.
- getBeanScope() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Get bean scope.
- getBeanScope() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Get bean scope.
- getClassname() - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Get class name.
- getComponentDefinition(String, PageContext) - Static method in class org.apache.struts.tiles.taglib.util.TagUtils
-
Get component definition by its name.
- getConfig() - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Get underlying factory configuration.
- getConfig() - Method in interface org.apache.struts.tiles.DefinitionsFactory
-
Get factory configuration.
- getContent() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Get content.
- getContext(ServletRequest) - Static method in class org.apache.struts.tiles.ComponentContext
-
Get component context from request.
- getController() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Get associated controller local URL.
- getControllerInstance() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Get controller instance.
- getControllerName() - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Get controller name.
- getControllerType() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Get associated controller type.
- getControllerType() - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Get controller type.
- getDefaultFactory() - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Get default factory.
- getDefaultFactory() - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Get default factory.
- getDefinition(String) - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Get requested definition.
- getDefinition(String, ServletRequest, ServletContext) - Method in interface org.apache.struts.tiles.ComponentDefinitionsFactory
-
Deprecated.Get a definition by its name.
- getDefinition(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Get requested definition.
- getDefinition(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Get a definition by its name.
- getDefinition(String, ServletRequest, ServletContext) - Method in interface org.apache.struts.tiles.DefinitionsFactory
-
Get a definition by its name.
- getDefinition(String, ServletRequest, ServletContext) - Static method in class org.apache.struts.tiles.TilesUtil
-
Get a definition by its name.
- getDefinition(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory
-
Get a definition by its name.
- getDefinition(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Get a definition by its name.
- getDefinitionConfigFiles() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get the definition config files.
- getDefinitionName() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Get definition name.
- getDefinitions() - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Get definitions map.
- getDefinitionsFactory() - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Get associated definition factory.
- getDefinitionsFactory(ServletContext) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.
- getDefinitionsFactory(ServletContext, ModuleConfig) - Method in class org.apache.struts.tiles.TilesUtilStrutsImpl
-
Get definition factory for the module attached to the specified moduleConfig.
- getDefinitionsFactory(ServletContext, ModuleConfig) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Get definition factory for the module attached to specified moduleConfig.
- getDefinitionsFactory(ServletRequest, ServletContext) - Static method in class org.apache.struts.tiles.TilesUtil
-
Get definition factory from appropriate servlet context.
- getDefinitionsFactory(ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Get definition factory from appropriate servlet context.
- getDefinitionsFactory(ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Get the definition factory from appropriate servlet context.
- getDefinitionsFactoryKey(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Extract key that will be used to get the sub factory.
- getDefinitionsFactoryKey(String, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Extract key that will be used to get the sub factory.
- getException() - Method in exception class org.apache.struts.tiles.TilesException
-
Return the embedded exception, if any.
- getExtends() - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Get
extends
(parent) definition name. - getExtends() - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Get extends.
- getFactory() - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Get underlying factory instance.
- getFactory(Object, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Get a factory by its key.
- getFactoryClassname() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get the classname of the factory.
- getFactoryName() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get the factory name.
- getFlush() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Get flush.
- getIcon() - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Get icon property.
- getIcon() - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Get icon property.
- getId() - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Get the ID.
- getIgnore() - Method in class org.apache.struts.tiles.taglib.GetAttributeTag
-
Get ignore flag.
- getIgnore() - Method in class org.apache.struts.tiles.taglib.ImportAttributeTag
-
Get ignore flag.
- getIgnore() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Get ignore.
- getIgnore() - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Get ignore.
- getInternalFactory() - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Get internal factory.
- getLink() - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Get link property.
- getLink() - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Get link property.
- getList() - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Get list defined in tag.
- getModuleConfig(HttpServletRequest, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Get the current ModuleConfig.
- getName() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the name property.
- getName() - Method in class org.apache.struts.tiles.taglib.GetAttributeTag
-
Get Name.
- getName() - Method in class org.apache.struts.tiles.taglib.ImportAttributeTag
-
Get the name.
- getName() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Get name.
- getName() - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Get property.
- getName() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Get name.
- getName() - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Get name.
- getName() - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Access method for the name property.
- getOrCreateController() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Get or create controller.
- getPage() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the path property.
- getPage() - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Get the page.
- getPageContext() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Get the pageContext property.
- getParserValidate() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Determines if the parser is validating.
- getPath() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the path property.
- getProperty() - Method in class org.apache.struts.tiles.taglib.AttributeToScopeTag
-
Deprecated.Return the property name.
- getRealValue() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Get real value according to tag attribute.
- getRealValueFromBean() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Extract real value from specified bean.
- getRealValueFromBean(String, String, String, PageContext) - Static method in class org.apache.struts.tiles.taglib.util.TagUtils
-
Locate and return the specified property of the specified bean, from an optionally specified scope, in the specified page context.
- getRequestProcessor(HttpServletRequest, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Get Tiles RequestProcessor associated to the current module.
- getRequestProcessor(ModuleConfig) - Method in class org.apache.struts.tiles.RedeployableActionServlet
- getRole() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the role property.
- getRole() - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Get associated role.
- getRole() - Method in class org.apache.struts.tiles.taglib.GetAttributeTag
-
Get role.
- getRole() - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Get role attribute.
- getRole() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Get role attribute
- getRole() - Method in class org.apache.struts.tiles.UntypedAttribute
-
Get role.
- getRole() - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Access method for the name property.
- getScope() - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Get the scope.
- getScope() - Method in class org.apache.struts.tiles.taglib.ImportAttributeTag
-
Get scope.
- getScope() - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Get scope.
- getScope(String) - Static method in class org.apache.struts.tiles.taglib.util.TagUtils
-
Converts the scope name into its corresponding PageContext constant value.
- getScope(String, int) - Static method in class org.apache.struts.tiles.taglib.util.TagUtils
-
Get scope value from string value
- GetTag - Class in org.apache.struts.tiles.taglib
-
This is the tag handler for <tiles:get>, which gets content from the request scope and either includes the content or prints it, depending upon the value of the content's
direct
attribute. - GetTag() - Constructor for class org.apache.struts.tiles.taglib.GetTag
-
Constructor.
- getTemplate() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Access method for the template property.
- getTemplate() - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Get the template.
- getTilesUtil() - Static method in class org.apache.struts.tiles.TilesUtil
-
Get the real implementation.
- getTilesUtilImplClassname() - Method in class org.apache.struts.tiles.TilesPlugin
-
Get Tiles util implemention classname.
- getTooltip() - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Get tooltip property.
- getTooltip() - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Get tooltip property.
- getType() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Get type.
- getValue() - Method in interface org.apache.struts.tiles.AttributeDefinition
-
Return value hold by this typed attribute.
- getValue() - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Get value property.
- getValue() - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Get value property.
- getValue() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Get value.
- getValue() - Method in class org.apache.struts.tiles.UntypedAttribute
-
Get value.
- getValue() - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Access method for the value property.
- getVariableInfo(TagData) - Method in class org.apache.struts.tiles.taglib.UseAttributeTei
-
Return information about the scripting variables to be created.
I
- I18nFactorySet - Class in org.apache.struts.tiles.xmlDefinition
-
Definitions factory.
- I18nFactorySet() - Constructor for class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Parameterless Constructor.
- I18nFactorySet(ServletContext, Map<String, Object>) - Constructor for class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Constructor.
- ImportAttributeTag - Class in org.apache.struts.tiles.taglib
-
Import attribute from component to requested scope.
- ImportAttributeTag() - Constructor for class org.apache.struts.tiles.taglib.ImportAttributeTag
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.tiles.TilesPlugin
-
Receive notification that the specified module is being started up.
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Initialize this request processor instance.
- init(DefinitionsFactoryConfig, ServletContext) - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Call underlying factory init method.
- init(DefinitionsFactoryConfig, ServletContext) - Method in interface org.apache.struts.tiles.DefinitionsFactory
-
Init definition factory.
- initDefinitionsMapping() - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Read component instance mapping configuration file.
- InitDefinitionsTag - Class in org.apache.struts.tiles.taglib
-
Init definitions factory.
- InitDefinitionsTag() - Constructor for class org.apache.struts.tiles.taglib.InitDefinitionsTag
-
Default constructor.
- initDigester(Digester) - Method in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Init digester.
- initFactory(ServletContext, String) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Initialization method.
- initFactory(ServletContext, Map<String, Object>) - Method in interface org.apache.struts.tiles.ComponentDefinitionsFactory
-
Deprecated.Init factory.
- initFactory(ServletContext, Map<String, Object>) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Init factory.
- initFactory(ServletContext, Map<String, Object>) - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Init factory set.
- initFactory(ServletContext, Map<String, Object>) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Initialization method.
- initRequestProcessorClass(ModuleConfig) - Method in class org.apache.struts.tiles.TilesPlugin
-
Set RequestProcessor to appropriate Tiles
RequestProcessor
. - Insert a JSP page - Search tag in package org.apache.struts.tiles
- Section
- Insert a Tiles passing some attributes - Search tag in package org.apache.struts.tiles
- Section
- InsertHandler(String, String, Controller) - Constructor for class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
-
Constructor.
- InsertHandler(Map<String, Object>, String, String, Controller) - Constructor for class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
-
Constructor.
- InsertTag - Class in org.apache.struts.tiles.taglib
-
This is the tag handler for <tiles:insert>, which includes a template.
- InsertTag() - Constructor for class org.apache.struts.tiles.taglib.InsertTag
- InsertTag.DirectStringHandler - Class in org.apache.struts.tiles.taglib
-
Handle insert direct string.
- InsertTag.InsertHandler - Class in org.apache.struts.tiles.taglib
-
Real handler, after attribute resolution.
- InsertTag.TagHandler - Interface in org.apache.struts.tiles.taglib
-
Inner Interface.
- Insert Tiles referenced by an attribute - Search tag in package org.apache.struts.tiles
- Section
- internalModuleRelativeForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Catch the call to a module relative forward.
- internalModuleRelativeInclude(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Do a module relative include to specified uri using request dispatcher.
- Introduction - Search tag in package org.apache.struts.tiles
- Section
- isErrorIgnored - Variable in class org.apache.struts.tiles.taglib.ImportAttributeTag
-
Are errors ignored.
- isErrorIgnored - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Are errors ignored.
- isErrorIgnored - Variable in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Are errors ignored.
- isExtending() - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Get extends flag.
- isModuleAware() - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Get the module aware flag.
- isModuleAware() - Method in class org.apache.struts.tiles.TilesPlugin
-
Get the module aware flag.
- isValidatingParser - Variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Do we want validating parser.
L
- linkOldPropertyNames(Map<String, Object>) - Static method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Link old property names to new property names.
- LOCALE_KEY - Static variable in interface org.apache.struts.tiles.taglib.ComponentConstants
M
- main(String[]) - Static method in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Main method to check file syntax.
- makeDefinitionsFactoryAccessible(DefinitionsFactory, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilImpl
-
Make definition factory accessible to Tags.
- makeDefinitionsFactoryAccessible(DefinitionsFactory, ServletContext) - Method in class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
-
Make definition factory accessible to tags.
- MenuItem - Interface in org.apache.struts.tiles.beans
-
Interface for MenuItems.
- moduleAware - Variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Specifies whether the factory is "module-aware".
- moduleAware - Variable in class org.apache.struts.tiles.TilesPlugin
-
Is the factory module aware?
N
- name - Variable in class org.apache.struts.tiles.ComponentDefinition
-
Definition name
- name - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Name to insert.
- NO_DEBUG - Static variable in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.This will be removed in a release after Struts 1.2.
- NoSuchDefinitionException - Exception Class in org.apache.struts.tiles
-
Exception thrown when a definition is not found.
- NoSuchDefinitionException() - Constructor for exception class org.apache.struts.tiles.NoSuchDefinitionException
-
Constructor.
- NoSuchDefinitionException(String) - Constructor for exception class org.apache.struts.tiles.NoSuchDefinitionException
-
Constructor.
O
- org.apache.struts.tiles - package org.apache.struts.tiles
-
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles.
- org.apache.struts.tiles.actions - package org.apache.struts.tiles.actions
- org.apache.struts.tiles.beans - package org.apache.struts.tiles.beans
- org.apache.struts.tiles.commands - package org.apache.struts.tiles.commands
- org.apache.struts.tiles.definition - package org.apache.struts.tiles.definition
- org.apache.struts.tiles.taglib - package org.apache.struts.tiles.taglib
-
The "struts-tiles" tag library contains tags that are useful in creating dynamic reusable components.
- org.apache.struts.tiles.taglib.util - package org.apache.struts.tiles.taglib.util
- org.apache.struts.tiles.xmlDefinition - package org.apache.struts.tiles.xmlDefinition
- overload(XmlDefinition) - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Overload this definition with passed child.
P
- page - Variable in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Uri of page assoicated to this definition.
- page - Variable in class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
- pageContext - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Trick to allows inner classes to access pageContext.
- parse(InputStream, XmlDefinitionsSet) - Method in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Parse input reader and add encountered definitions to definitions set.
- PARSER_DETAILS_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Deprecated.This will be removed in a release after Struts 1.2.
- PARSER_DETAILS_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Config file parameter name.
- PARSER_VALIDATE_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Alternate name for parser validate properties in configuration file.
- PARSER_VALIDATE_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Config file parameter name.
- parserDetailLevel - Variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Parser detail level.
- parserValidate - Variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Specifies whether the parser will validate configuration files.
- parseXmlFile(ServletContext, String, XmlDefinitionsSet) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Parse specified xml file and add definition to specified definitions set.
- parseXmlFiles(ServletContext, String, XmlDefinitionsSet) - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Parse files associated to postix if they exist.
- path - Variable in class org.apache.struts.tiles.ComponentDefinition
-
Component / template path (URL).
- PathAttribute - Class in org.apache.struts.tiles
-
Component attribute.
- PathAttribute(String) - Constructor for class org.apache.struts.tiles.PathAttribute
- perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.ActionController
-
Deprecated.Use execute() instead. This will be removed after Struts 1.2.
- perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in interface org.apache.struts.tiles.Controller
-
Deprecated.Use execute() instead. This will be removed after Struts 1.2.
- perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.ControllerSupport
-
Deprecated.Use execute() instead. This will be removed after Struts 1.2.
- perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.apache.struts.tiles.UrlController
-
Deprecated.Use execute() instead. This will be removed after Struts 1.2.
- populate(Map<String, Object>) - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Populate this config object from properties map, based on the specified name/value pairs.
- populateDefinitionsFactoryConfig(DefinitionsFactoryConfig, ServletConfig) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Populate Definition Factory Config from web.xml properties.
- printError(HttpServletResponse, String) - Method in class org.apache.struts.tiles.actions.DefinitionDispatcherAction
-
Deprecated.This will be removed after Struts 1.2.
- processAsDefinitionOrURL(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Try to process name as a definition, or as an URL if not found.
- processAttribute(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process tag attribute "attribute".
- processBean(String, String, String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process a bean.
- processDefinition(ComponentDefinition) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
End of Process tag attribute "definition".
- processDefinitionName(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process tag attribute "definition".
- processEndTag - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Does the end tag need to be processed.
- processException(Throwable, String) - Method in class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
-
Deprecated.This method will be removed in a release after Struts 1.2.
- processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Overloaded method from Struts' RequestProcessor.
- processName(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process name.
- processNestedTag(AddTag) - Method in interface org.apache.struts.tiles.taglib.AddTagParent
-
Process the nested tag.
- processNestedTag(AddTag) - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Process nested ≶add> tag.
- processNestedTag(PutListTag) - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Process nested ≶putList> tag.
- processNestedTag(PutListTag) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process nested ≶putList> tag.
- processNestedTag(PutListTag) - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Process nested ≶putList> tag.
- processNestedTag(PutListTag) - Method in interface org.apache.struts.tiles.taglib.PutListTagParent
-
Add an attribute to container.
- processNestedTag(PutTag) - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Process nested ≶put> tag.
- processNestedTag(PutTag) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process nested ≶put> tag.
- processNestedTag(PutTag) - Method in interface org.apache.struts.tiles.taglib.PutTagParent
-
Process the nested tag.
- processObjectValue(Object) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process an object retrieved as a bean or attribute.
- processTilesDefinition(String, boolean, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Deprecated.use processTilesDefinition(definitionName, request, response) instead. This method will be removed in a version after 1.3.0.
- processTilesDefinition(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles.TilesRequestProcessor
-
Process a Tile definition name.
- processTypedAttribute(AttributeDefinition) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process typed attribute according to its type.
- processUrl(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Process the url.
- properties - Variable in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Initialization parameters.
- put(String, Object) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Put an attribute in component / template definition.
- put(String, Object, boolean) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Put an attribute in template definition.
- put(String, Object, boolean, String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Put an attribute in template definition.
- put(String, Object, String, String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Put an attribute in template definition.
- putAttribute(String, Object) - Method in class org.apache.struts.tiles.ComponentContext
-
Put a new attribute to context.
- putAttribute(String, Object) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Put a new attribute in this component
- putAttribute(String, Object) - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
This method is a convenience for other tags for putting content into the tile definition.
- putAttribute(String, Object) - Method in class org.apache.struts.tiles.taglib.InsertTag.DirectStringHandler
-
Add attribute to sub context.
- putAttribute(String, Object) - Method in class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
-
Add attribute to sub context.
- putAttribute(String, Object) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Add a body attribute.
- putAttribute(String, Object) - Method in interface org.apache.struts.tiles.taglib.InsertTag.TagHandler
-
Add a component parameter (attribute) to subContext.
- putAttribute(PutListTag) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Method calls by nested ≶putList> tags.
- putDefinition(ComponentDefinition) - Method in class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory
-
Put definition in set.
- putDefinition(XmlDefinition) - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Put definition in set.
- PutListTag - Class in org.apache.struts.tiles.taglib
-
PutList tag implementation.
- PutListTag() - Constructor for class org.apache.struts.tiles.taglib.PutListTag
-
Default constructor.
- PutListTagParent - Interface in org.apache.struts.tiles.taglib
-
Tag classes implementing this interface can contains nested PutTag.
- PutTag - Class in org.apache.struts.tiles.taglib
-
Put an attribute in enclosing attribute container tag.
- PutTag() - Constructor for class org.apache.struts.tiles.taglib.PutTag
-
Default constructor.
- PutTagParent - Interface in org.apache.struts.tiles.taglib
-
Tag classes implementing this interface can contain nested PutTag.
R
- readFactoryConfig(ServletConfig) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Create FactoryConfig and initialize it from web.xml.
- readFactoryConfig(ActionServlet, ModuleConfig) - Method in class org.apache.struts.tiles.TilesPlugin
-
Create FactoryConfig and initialize it from web.xml and struts-config.xml.
- realValue - Variable in class org.apache.struts.tiles.taglib.PutTag
-
Cached real value computed from tag attributes.
- RedeployableActionServlet - Class in org.apache.struts.tiles
-
WebLogic (at least v6 and v7) attempts to serialize the TilesRequestProcessor when re-deploying the Webapp in development mode.
- RedeployableActionServlet() - Constructor for class org.apache.struts.tiles.RedeployableActionServlet
- registrations - Variable in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
The set of public identifiers, and corresponding resource names for the versions of the configuration file DTDs we know about.
- release() - Method in class org.apache.struts.tiles.taglib.AttributeToScopeTag
-
Deprecated.Release all allocated resources.
- release() - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Reset member values for reuse.
- release() - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Release class properties.
- release() - Method in class org.apache.struts.tiles.taglib.GetAttributeTag
-
Release all allocated resources.
- release() - Method in class org.apache.struts.tiles.taglib.GetTag
-
Release all allocated resources.
- release() - Method in class org.apache.struts.tiles.taglib.ImportAttributeTag
-
Release all allocated resources.
- release() - Method in class org.apache.struts.tiles.taglib.InitDefinitionsTag
-
Release all allocated resources.
- release() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Reset member values for reuse.
- release() - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Release all allocated resources.
- release() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Release all allocated resources.
- release() - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Release all allocated resources.
- releaseInternal() - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Release internal references.
- releaseInternal() - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Reset internal member values for reuse.
- releaseInternal() - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Release all internal resources.
- releaseInternal() - Method in class org.apache.struts.tiles.taglib.PutTag
-
Release internal properties.
- reload(ServletContext) - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Reload underlying factory.
- ReloadableDefinitionsFactory - Class in org.apache.struts.tiles.definition
-
A reloadable factory.
- ReloadableDefinitionsFactory(ServletContext, ServletConfig) - Constructor for class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Constructor.
- ReloadableDefinitionsFactory(ServletContext, Map<String, Object>) - Constructor for class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Constructor.
- ReloadDefinitionsAction - Class in org.apache.struts.tiles.actions
-
A standard Action that calls the
reload()
method of our controller servlet to reload its configuration information from the configuration files (which have presumably been updated) dynamically. - ReloadDefinitionsAction() - Constructor for class org.apache.struts.tiles.actions.ReloadDefinitionsAction
- removeActionDefinition(ServletRequest, ComponentDefinition) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Remove Definition stored in jsp context.
- resolveInheritance(XmlDefinitionsSet) - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Resolve inheritance.
- resolveInheritances() - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Resolve extended instances.
- Retrieve an attribute value as String - Search tag in package org.apache.struts.tiles
- Section
- retrieveBean(String, String, PageContext) - Static method in class org.apache.struts.tiles.taglib.util.TagUtils
-
Retrieve bean from page context, using specified scope.
- role - Variable in class org.apache.struts.tiles.ComponentDefinition
-
Role associated to definition.
- role - Variable in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Role associated to definition.
- role - Variable in class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
- role - Variable in class org.apache.struts.tiles.UntypedAttribute
-
Role associated to this attribute.
- ROLE_DELIMITER - Static variable in class org.apache.struts.tiles.taglib.InsertTag
-
Deprecated.This will be removed in a release after Struts 1.2.
S
- saveException(PageContext, Throwable) - Static method in class org.apache.struts.tiles.taglib.util.TagUtils
-
Save the specified exception as a request attribute for later use.
- setActionDefinition(ServletRequest, ComponentDefinition) - Static method in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.Store definition in jsp context.
- setAttribute(PageContext, String, Object) - Static method in class org.apache.struts.tiles.taglib.util.TagUtils
-
Store bean in REQUEST_SCOPE context.
- setAttribute(PageContext, String, Object, String) - Static method in class org.apache.struts.tiles.taglib.util.TagUtils
-
Store bean in requested context.
- setAttribute(String) - Method in class org.apache.struts.tiles.taglib.GetAttributeTag
-
Set attribute.
- setAttribute(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Set attribute.
- setAttribute(String) - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Sets the value of the name property.
- setAttribute(String, Object) - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Set value of an additional attribute.
- setBeanName(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Set bean name.
- setBeanName(String) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set bean name.
- setBeanProperty(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Set bean property.
- setBeanProperty(String) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set bean property.
- setBeanScope(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Set bean scope.
- setBeanScope(String) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set bean scope.
- setBody(String) - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Sets the value of the value property.
- setClassname(String) - Method in class org.apache.struts.tiles.taglib.InitDefinitionsTag
-
Set classname.
- setClassname(String) - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Set the class name.
- setComponent(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Set component.
- setConfig(DefinitionsFactoryConfig, ServletContext) - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Set underlying factory configuration.
- setConfig(DefinitionsFactoryConfig, ServletContext) - Method in interface org.apache.struts.tiles.DefinitionsFactory
-
Set factory configuration.
- setContent(Object) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set content.
- setContent(Object) - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Sets the value of the value property.
- setContent(String) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set content.
- setContext(ComponentContext, ServletRequest) - Static method in class org.apache.struts.tiles.ComponentContext
-
Store component context into request.
- setController(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Set associated controller URL.
- setController(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Set associated controller name.
- setControllerClass(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Set associated controller name as a classtype, and controller type as "classname".
- setControllerClass(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Set associated controller name as a classtype and controller type as "classname".
- setControllerInstance(Controller) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Set controller.
- setControllerName(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Set associated controller name.
- setControllerType(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Set associated controller type.
- setControllerType(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Set associated controller type.
- setControllerUrl(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Set associated controller name as an url, and controller type as "url".
- setControllerUrl(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Set associated controller name as an url, and controller type as "url".
- setCurrentPlugInConfigObject(PlugInConfig) - Method in class org.apache.struts.tiles.TilesPlugin
-
Method used by the ActionServlet initializing this plugin.
- setDefinition(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Set definition.
- setDefinitionConfigFiles(String) - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Set the definition config files.
- setDirect(String) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set direct.
- setDirect(String) - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Sets the value of the value property.
- setExtends(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Set
extends
(parent) definition name. - setExtends(String) - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Set extends.
- setFactoryClassname(String) - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Set the classname of the factory..
- setFactoryName(String) - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Set the factory name.
- setFile(String) - Method in class org.apache.struts.tiles.taglib.InitDefinitionsTag
-
Set file.
- setFlush(boolean) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Set flush.
- setIcon(String) - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Set icon property.
- setIcon(String) - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Set icon property.
- setId(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Set the ID.
- setIgnore(boolean) - Method in class org.apache.struts.tiles.taglib.GetAttributeTag
-
Set ignoring flag when attribute is not found.
- setIgnore(boolean) - Method in class org.apache.struts.tiles.taglib.ImportAttributeTag
-
Set ignore flag.
- setIgnore(boolean) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Set ignore.
- setIgnore(boolean) - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Set ignore.
- setIsVisited(boolean) - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Set isVisited.
- setLink(String) - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Set link property.
- setLink(String) - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Set link property.
- setModuleAware(boolean) - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Set the module aware flag.
- setModuleAware(boolean) - Method in class org.apache.struts.tiles.TilesPlugin
-
Set the module aware flag.
- setName(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Sets the value of the name property.
- setName(String) - Method in class org.apache.struts.tiles.taglib.GetAttributeTag
-
Set Name.
- setName(String) - Method in class org.apache.struts.tiles.taglib.ImportAttributeTag
-
Set the name.
- setName(String) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Set name.
- setName(String) - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Set property.
- setName(String) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set name.
- setName(String) - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Set name.
- setName(String) - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Sets the value of the name property.
- setObjectValue(Object) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set property value as an object.
- setPage(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Sets the value of the path property.
- setPage(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Set the page.
- setPageContext(PageContext) - Method in class org.apache.struts.tiles.taglib.InsertTag
-
Set the current page context.
- setParserValidate(boolean) - Method in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Set the validating mode for the parser.
- setPath(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Sets the value of the path property.
- setProperty(String) - Method in class org.apache.struts.tiles.taglib.AttributeToScopeTag
-
Deprecated.Set the property name.
- setRole(String) - Method in interface org.apache.struts.tiles.AttributeDefinition
-
Set role attribute.
- setRole(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Sets the value of the role property.
- setRole(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Set associated role.
- setRole(String) - Method in class org.apache.struts.tiles.taglib.GetAttributeTag
-
Set role.
- setRole(String) - Method in class org.apache.struts.tiles.taglib.PutListTag
-
Set role attribute.
- setRole(String) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set role attribute.
- setRole(String) - Method in class org.apache.struts.tiles.UntypedAttribute
-
Set role.
- setRole(String) - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Sets the value of the name property.
- setScope(String) - Method in class org.apache.struts.tiles.taglib.AttributeToScopeTag
-
Deprecated.Set the scope.
- setScope(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTag
-
Set the scope.
- setScope(String) - Method in class org.apache.struts.tiles.taglib.ImportAttributeTag
-
Set the scope.
- setScope(String) - Method in class org.apache.struts.tiles.taglib.UseAttributeTag
-
Set the scope.
- setTemplate(String) - Method in class org.apache.struts.tiles.ComponentDefinition
-
Sets the value of the template property.
- setTemplate(String) - Method in class org.apache.struts.tiles.taglib.DefinitionTagSupport
-
Set the template.
- setTilesUtil(TilesUtilImpl) - Static method in class org.apache.struts.tiles.TilesUtil
-
Set the real implementation.
- setTilesUtilImplClassname(String) - Method in class org.apache.struts.tiles.TilesPlugin
-
Set Tiles util implemention classname.
- setTooltip(String) - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Set tooltip property.
- setTooltip(String) - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Set tooltip property.
- setType(String) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set type.
- setType(String) - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Sets the value of the value property.
- setValidating(boolean) - Method in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Set digester validating flag.
- setValue(Object) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set value.
- setValue(Object) - Method in class org.apache.struts.tiles.UntypedAttribute
-
Set value.
- setValue(Object) - Method in class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Sets the value of the value property.
- setValue(String) - Method in interface org.apache.struts.tiles.beans.MenuItem
-
Set value property.
- setValue(String) - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Set value property.
- setValue(String) - Method in class org.apache.struts.tiles.taglib.PutTag
-
Set value.
- Simple Examples - Search tag in package org.apache.struts.tiles
- Section
- SimpleMenuItem - Class in org.apache.struts.tiles.beans
-
A MenuItem implementation.
- SimpleMenuItem() - Constructor for class org.apache.struts.tiles.beans.SimpleMenuItem
-
Constructor.
- Struts1.0.x - Search tag in package org.apache.struts.tiles
- Section
- Struts1.1 - Search tag in package org.apache.struts.tiles
- Section
- subCompContext - Variable in class org.apache.struts.tiles.taglib.InsertTag.InsertHandler
T
- tagHandler - Variable in class org.apache.struts.tiles.taglib.InsertTag
-
Final handler of tag methods.
- TagUtils - Class in org.apache.struts.tiles.taglib.util
-
Collection of utilities.
- TagUtils() - Constructor for class org.apache.struts.tiles.taglib.util.TagUtils
- testReset() - Static method in class org.apache.struts.tiles.TilesUtil
-
Reset internal state.
- TILES_DETAILS_PARAMETER_NAME - Static variable in class org.apache.struts.tiles.DefinitionsFactoryConfig
-
Deprecated.This will be removed in a release after Struts 1.2.
- TilesAction - Class in org.apache.struts.tiles.actions
-
Base class for Tiles Actions.
- TilesAction() - Constructor for class org.apache.struts.tiles.actions.TilesAction
- TilesException - Exception Class in org.apache.struts.tiles
-
Root class for all Tiles-exceptions.
- TilesException() - Constructor for exception class org.apache.struts.tiles.TilesException
-
Constructor.
- TilesException(Exception) - Constructor for exception class org.apache.struts.tiles.TilesException
-
Create a new
TilesException
wrapping an existing exception. - TilesException(String) - Constructor for exception class org.apache.struts.tiles.TilesException
-
Constructor.
- TilesException(String, Exception) - Constructor for exception class org.apache.struts.tiles.TilesException
-
Create a new
TilesException
from an existing exception. - TilesPlugin - Class in org.apache.struts.tiles
-
Tiles Plugin used to initialize Tiles.
- TilesPlugin() - Constructor for class org.apache.struts.tiles.TilesPlugin
- TilesPreProcessor - Class in org.apache.struts.tiles.commands
-
Command class intended to perform responsibilities of the TilesRequestProcessor in Struts 1.1.
- TilesPreProcessor() - Constructor for class org.apache.struts.tiles.commands.TilesPreProcessor
- TilesRequestProcessor - Class in org.apache.struts.tiles
-
RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.
- TilesRequestProcessor() - Constructor for class org.apache.struts.tiles.TilesRequestProcessor
- TilesUtil - Class in org.apache.struts.tiles
-
Class containing utility methods for Tiles.
- TilesUtil() - Constructor for class org.apache.struts.tiles.TilesUtil
- tilesUtilImpl - Static variable in class org.apache.struts.tiles.TilesUtil
-
The implementation of tilesUtilImpl
- TilesUtilImpl - Class in org.apache.struts.tiles
-
Default implementation of TilesUtil.
- TilesUtilImpl() - Constructor for class org.apache.struts.tiles.TilesUtilImpl
- tilesUtilImplClassname - Variable in class org.apache.struts.tiles.TilesPlugin
-
Tiles util implementation classname.
- TilesUtilStrutsImpl - Class in org.apache.struts.tiles
-
TilesUtil implementation for Struts 1.1 with one single factory.
- TilesUtilStrutsImpl() - Constructor for class org.apache.struts.tiles.TilesUtilStrutsImpl
- TilesUtilStrutsModulesImpl - Class in org.apache.struts.tiles
-
Implementation of TilesUtil for Struts multi modules.
- TilesUtilStrutsModulesImpl() - Constructor for class org.apache.struts.tiles.TilesUtilStrutsModulesImpl
- toString() - Method in class org.apache.struts.tiles.beans.SimpleMenuItem
-
Return String representation.
- toString() - Method in class org.apache.struts.tiles.ComponentDefinition
-
Returns a description of the attributes.
- toString() - Method in class org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper
-
Deprecated.Return String representation.
- toString() - Method in class org.apache.struts.tiles.definition.ReloadableDefinitionsFactory
-
Return String representation.
- toString() - Method in class org.apache.struts.tiles.UntypedAttribute
-
Get String representation of this object.
- toString() - Method in class org.apache.struts.tiles.xmlDefinition.DefinitionsFactory
-
Return String representation.
- toString() - Method in class org.apache.struts.tiles.xmlDefinition.FactorySet
-
Return String representation.
- toString() - Method in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
Return String representation.
- toString() - Method in class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Get String representation.
U
- UntypedAttribute - Class in org.apache.struts.tiles
-
Common implementation of attribute definition.
- UntypedAttribute(Object) - Constructor for class org.apache.struts.tiles.UntypedAttribute
-
Constructor.
- UntypedAttribute(Object, String) - Constructor for class org.apache.struts.tiles.UntypedAttribute
-
Constructor.
- url - Variable in class org.apache.struts.tiles.UrlController
-
URL associated with this controller.
- URL - Static variable in class org.apache.struts.tiles.ComponentDefinition
-
Controller name type.
- UrlController - Class in org.apache.struts.tiles
-
Tiles controller including a local URL.
- UrlController(String) - Constructor for class org.apache.struts.tiles.UrlController
-
Constructor.
- UseAttributeTag - Class in org.apache.struts.tiles.taglib
-
Custom tag exposing a component attribute to page.
- UseAttributeTag() - Constructor for class org.apache.struts.tiles.taglib.UseAttributeTag
- UseAttributeTei - Class in org.apache.struts.tiles.taglib
-
Implementation of
TagExtraInfo
for the UseAttribute tag, identifying the scripting object(s) to be made visible. - UseAttributeTei() - Constructor for class org.apache.struts.tiles.taglib.UseAttributeTei
- userDebugLevel - Static variable in class org.apache.struts.tiles.DefinitionsUtil
-
Deprecated.This will be removed in a release after Struts 1.2.
- userHasRole(HttpServletRequest, String) - Static method in class org.apache.struts.tiles.taglib.InsertTag
-
Parse the list of roles and return
true
orfalse
based on whether the user has that role or not.
V
- validating - Variable in class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Should we use a validating XML parser to read the configuration file.
- value - Variable in class org.apache.struts.tiles.UntypedAttribute
- ViewDefinitionsAction - Class in org.apache.struts.tiles.actions
-
An Action that writes the definitions of the Tiles factory.
- ViewDefinitionsAction() - Constructor for class org.apache.struts.tiles.actions.ViewDefinitionsAction
W
- Without Struts - Search tag in package org.apache.struts.tiles
- Section
X
- XmlAttribute - Class in org.apache.struts.tiles.xmlDefinition
-
A property key-value pair.
- XmlAttribute() - Constructor for class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Constructor.
- XmlAttribute(String, Object) - Constructor for class org.apache.struts.tiles.xmlDefinition.XmlAttribute
-
Constructor.
- XmlDefinition - Class in org.apache.struts.tiles.xmlDefinition
-
A definition read from an XML definitions file.
- XmlDefinition() - Constructor for class org.apache.struts.tiles.xmlDefinition.XmlDefinition
-
Constructor.
- XmlDefinitionsSet - Class in org.apache.struts.tiles.xmlDefinition
-
A set of definitions read from XML definitions file.
- XmlDefinitionsSet() - Constructor for class org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Constructor.
- XmlListAttribute - Class in org.apache.struts.tiles.xmlDefinition
-
An attribute as a
List
. - XmlListAttribute() - Constructor for class org.apache.struts.tiles.xmlDefinition.XmlListAttribute
-
Constructor.
- XmlListAttribute(String, List<Object>) - Constructor for class org.apache.struts.tiles.xmlDefinition.XmlListAttribute
-
Constructor.
- xmlParser - Variable in class org.apache.struts.tiles.xmlDefinition.I18nFactorySet
-
XML parser used.
- XmlParser - Class in org.apache.struts.tiles.xmlDefinition
-
Parse an XML definitions file.
- XmlParser() - Constructor for class org.apache.struts.tiles.xmlDefinition.XmlParser
-
Constructor.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form