This project has retired. For details please refer to its Attic page.
Index (Tiles 2 2.1.4 API)
A B C D E F G H I J K L M N O P R S T U V W

A

AbstractAttributeEvaluator - Class in org.apache.tiles.evaluator
Abstract class to link a correct evaluation of an attribute, by evaluating Attribute.getValue() and then Attribute.getExpression().
AbstractAttributeEvaluator() - Constructor for class org.apache.tiles.evaluator.AbstractAttributeEvaluator
 
AbstractBaseAttributeRenderer - Class in org.apache.tiles.renderer.impl
Base abstract class that manages authorization to display the attribute.
AbstractBaseAttributeRenderer() - Constructor for class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
 
AbstractTilesApplicationContextFactory - Class in org.apache.tiles.context
Abstract factory to create factories for TilesApplicationContext.
AbstractTilesApplicationContextFactory() - Constructor for class org.apache.tiles.context.AbstractTilesApplicationContextFactory
 
AbstractTilesApplicationContextFactoryAware - Interface in org.apache.tiles.awareness
It represents an object that can have a reference to the AbstractTilesApplicationContextFactoryAware.
AbstractTilesContainerFactory - Class in org.apache.tiles.factory
Abstract Factory that creates instances of TilesContainerFactory.
AbstractTilesContainerFactory() - Constructor for class org.apache.tiles.factory.AbstractTilesContainerFactory
 
add(Attribute) - Method in class org.apache.tiles.ListAttribute
Add an element in list.
add(Object) - Method in class org.apache.tiles.ListAttribute
Add an element in list.
addAll(Map<String, Attribute>) - Method in interface org.apache.tiles.AttributeContext
Add all attributes to the context.
addAll(Map<String, Attribute>) - Method in class org.apache.tiles.BasicAttributeContext
Add all attributes to this context.
addAttribute(Attribute) - Method in class org.apache.tiles.Definition
Deprecated. Use BasicAttributeContext.putAttribute(String, Attribute).
AddAttributeTag - Class in org.apache.tiles.jsp.taglib
Adds an attribute in enclosing attribute container tag.
AddAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.AddAttributeTag
 
AddAttributeTagParent - Interface in org.apache.tiles.jsp.taglib
Tag classes implementing this interface can contain nested AddAttributeTag.
addDefinition(Definition) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Adds a new Definition to the internal Map or replaces an existing one.
addDefinition(Definition, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Adds a definition to the set of custom ones.
addDefinitions(Map<String, Definition>) - Method in interface org.apache.tiles.definition.Definitions
Deprecated. Adds new Definition objects to the internal collection and resolves inheritance attraibutes.
addDefinitions(Map<String, Definition>, Locale) - Method in interface org.apache.tiles.definition.Definitions
Deprecated. Adds new locale-specific Definition objects to the internal collection and resolves inheritance attraibutes.
addDefinitions(Map<String, Definition>) - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Adds new Definition objects to the internal collection and resolves inheritance attraibutes.
addDefinitions(Map<String, Definition>, Locale) - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Adds new locale-specific Definition objects to the internal collection and resolves inheritance attraibutes.
addDefinitions(Definitions, TilesRequestContext) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. Let the definitions be loaded by a DefinitionDAO.
AddListAttributeTag - Class in org.apache.tiles.jsp.taglib
AddListAttribute tag implementation.
AddListAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.AddListAttributeTag
 
addMissing(Map<String, Attribute>) - Method in interface org.apache.tiles.AttributeContext
Add all attributes to the context.
addMissing(Map<String, Attribute>) - Method in class org.apache.tiles.BasicAttributeContext
Add all missing attributes to this context.
addObject(Object) - Method in class org.apache.tiles.ListAttribute
Add an element in list.
addSource(Object) - Method in interface org.apache.tiles.definition.DefinitionsFactory
Deprecated. Let the Definitions Factory load its sources by itself.
addSource(Object) - Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
Deprecated. 
addSource(Object) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. Use URLReader.addSourceURL(URL).
addSourceURL(URL) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Adds a single URL to use.
addSourceURL(URL) - Method in interface org.apache.tiles.definition.dao.URLReader
Adds a single URL to use.
addWildcardPaths(List<CachingLocaleUrlDefinitionDAO.WildcardMapping>, Map<String, Definition>) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Adds wildcard paths that are stored inside a normal definition map.
append(char) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
append(CharSequence, int, int) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
append(CharSequence) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
APPLICATION_CONTEXT_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.context.AbstractTilesApplicationContextFactory
Initialization parameter that represents the context factory class name.
applicationContext - Variable in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
The application context.
applicationContext - Variable in class org.apache.tiles.definition.LocaleDefinitionsFactory
The application context.
applicationContext - Variable in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
The Tiles application context.
applicationContext - Variable in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
The application context.
applicationContext - Variable in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
The Tiles application context.
applicationContext - Variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The Tiles application context.
applicationProperties - Variable in class org.apache.tiles.evaluator.el.TilesContextELResolver
Contains the properties of TilesApplicationContext.
Attribute - Class in org.apache.tiles
Common implementation of attribute definition.
Attribute() - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Object) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Attribute) - Constructor for class org.apache.tiles.Attribute
Copy constructor.
Attribute(String, Object) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Object, String) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Object, String, Attribute.AttributeType) - Constructor for class org.apache.tiles.Attribute
Deprecated. Use Attribute.Attribute(Object, String, String, String).
Attribute(Object, String, String, String) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(String, Object, String, Attribute.AttributeType) - Constructor for class org.apache.tiles.Attribute
Deprecated. Use Attribute#Attribute(Object, String, String))).
attribute - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The found attribute.
attribute - Variable in class org.apache.tiles.jsp.taglib.InsertAttributeTag
The evaluated attribute.
Attribute.AttributeType - Enum in org.apache.tiles
Deprecated. Use Attribute.setRenderer(String) and Attribute.getRenderer().
ATTRIBUTE_EVALUATOR_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Initialization parameter that represents the attribute evaluator class name.
AttributeContext - Interface in org.apache.tiles
Encapsulation of the current state of execution.
attributeContext - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The current attribute context.
attributeContext - Variable in class org.apache.tiles.jsp.taglib.ContainerTagSupport
Deprecated. The attribute context to use to store and read attribute values.
attributeContext - Variable in class org.apache.tiles.jsp.taglib.RenderTag
The attribute context to use to store and read attribute values.
AttributeContextMutator - Interface in org.apache.tiles.web.util
It represents an object able to manipulate a AttributeContext.
AttributeEvaluator - Interface in org.apache.tiles.evaluator
It represents an object that resolves a string to return an object.
AttributeEvaluatorAware - Interface in org.apache.tiles.evaluator
It represents an object that can use an AttributeEvaluator.
AttributeRenderer - Interface in org.apache.tiles.renderer
An object that can render an attribute.
attributes - Variable in class org.apache.tiles.BasicAttributeContext
Template attributes.
AttributeTagSupport - Class in org.apache.tiles.jsp.taglib
Support for Scoped tags.
AttributeTagSupport() - Constructor for class org.apache.tiles.jsp.taglib.AttributeTagSupport
 
attributeValue - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The attribute value.

B

BaseLocaleUrlDefinitionDAO - Class in org.apache.tiles.definition.dao
Base abstract class for a DAO that is based on URLs and locale as a customization key.
BaseLocaleUrlDefinitionDAO() - Constructor for class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Constructor.
BasicAttributeContext - Class in org.apache.tiles
Basic implementation for AttributeContext.
BasicAttributeContext() - Constructor for class org.apache.tiles.BasicAttributeContext
Constructor.
BasicAttributeContext(Map<String, Attribute>) - Constructor for class org.apache.tiles.BasicAttributeContext
Constructor.
BasicAttributeContext(AttributeContext) - Constructor for class org.apache.tiles.BasicAttributeContext
Copy constructor.
BasicAttributeContext(BasicAttributeContext) - Constructor for class org.apache.tiles.BasicAttributeContext
Copy constructor.
BasicAttributeContext - Class in org.apache.tiles.context
Deprecated. Use BasicAttributeContext.
BasicAttributeContext() - Constructor for class org.apache.tiles.context.BasicAttributeContext
Deprecated. Constructor.
BasicAttributeContext(Map<String, Attribute>) - Constructor for class org.apache.tiles.context.BasicAttributeContext
Deprecated. Constructor.
BasicAttributeContext(AttributeContext) - Constructor for class org.apache.tiles.context.BasicAttributeContext
Deprecated. Copy constructor.
BasicAttributeContext(BasicAttributeContext) - Constructor for class org.apache.tiles.context.BasicAttributeContext
Deprecated. Copy constructor.
BasicPreparerFactory - Class in org.apache.tiles.preparer
Default implementation of the PreparerFactory.
BasicPreparerFactory() - Constructor for class org.apache.tiles.preparer.BasicPreparerFactory
Constructor.
BasicRendererFactory - Class in org.apache.tiles.renderer.impl
Basic renderer factory implementation.
BasicRendererFactory() - Constructor for class org.apache.tiles.renderer.impl.BasicRendererFactory
Constructor.
BasicTilesContainer - Class in org.apache.tiles.impl
Basic implementation of the tiles container interface.
BasicTilesContainer() - Constructor for class org.apache.tiles.impl.BasicTilesContainer
 
BasicTilesContainerFactory - Class in org.apache.tiles.factory
Factory that builds a standard Tiles container using only Java code.
BasicTilesContainerFactory() - Constructor for class org.apache.tiles.factory.BasicTilesContainerFactory
 
BasicTilesInitializer - Class in org.apache.tiles.startup
Default Tiles initialization delegate implementation under a servlet environment.
BasicTilesInitializer() - Constructor for class org.apache.tiles.startup.BasicTilesInitializer
 
begin(String, String, Attributes) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader.AddNestedDefinitionRule
begin(String, String, Attributes) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader.FillAttributeRule
begin(String, String, Attributes) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader.FillDefinitionRule
begin(String, String, Attributes) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader.PutAttributeRule

C

CachingKeyedDefinitionsFactoryTilesContainer - Class in org.apache.tiles.impl.mgmt
Container that can be used to store multiple DefinitionsFactory instances mapped to different keys, with the addition of being "mutable", i.e.
CachingKeyedDefinitionsFactoryTilesContainer() - Constructor for class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
 
CachingLocaleUrlDefinitionDAO - Class in org.apache.tiles.definition.dao
A definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded in a raw way (i.e. with inheritance that is not resolved).
CachingLocaleUrlDefinitionDAO() - Constructor for class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Constructor.
CachingLocaleUrlDefinitionDAO.WildcardMapping - Class in org.apache.tiles.definition.dao
Maps a pattern with a definition in cache.
CachingLocaleUrlDefinitionDAO.WildcardMapping(String, Definition) - Constructor for class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.WildcardMapping
Constructor.
CachingTilesContainer - Class in org.apache.tiles.impl.mgmt
Mutable container which caches (in memory) the definitions registered to it.
CachingTilesContainer() - Constructor for class org.apache.tiles.impl.mgmt.CachingTilesContainer
 
calculatePostfix(Locale) - Static method in class org.apache.tiles.util.LocaleUtil
Calculate the postfix to append to a filename to load the correct single filename for that Locale.
calculatePostfixes(Locale) - Static method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. Use LocaleUtil.calculatePostfixes(Locale) instead.
calculatePostfixes(Locale) - Static method in class org.apache.tiles.util.LocaleUtil
Calculate the postfixes along the search path from the base bundle to the bundle specified by baseName and locale.
callParent() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Find parent tag which must implement DefinitionTagParent.
CannotAccessMethodException - Exception in org.apache.tiles.reflect
Indicates that a method cannot be accessed.
CannotAccessMethodException() - Constructor for exception org.apache.tiles.reflect.CannotAccessMethodException
Constructor.
CannotAccessMethodException(String) - Constructor for exception org.apache.tiles.reflect.CannotAccessMethodException
Constructor.
CannotAccessMethodException(Exception) - Constructor for exception org.apache.tiles.reflect.CannotAccessMethodException
Constructor.
CannotAccessMethodException(String, Exception) - Constructor for exception org.apache.tiles.reflect.CannotAccessMethodException
Constructor.
CannotInstantiateObjectException - Exception in org.apache.tiles.reflect
Indicates that an object cannot be instantiated.
CannotInstantiateObjectException() - Constructor for exception org.apache.tiles.reflect.CannotInstantiateObjectException
Constructor.
CannotInstantiateObjectException(String) - Constructor for exception org.apache.tiles.reflect.CannotInstantiateObjectException
Constructor.
CannotInstantiateObjectException(Exception) - Constructor for exception org.apache.tiles.reflect.CannotInstantiateObjectException
Constructor.
CannotInstantiateObjectException(String, Exception) - Constructor for exception org.apache.tiles.reflect.CannotInstantiateObjectException
Constructor.
CannotRenderException - Exception in org.apache.tiles.impl
Indicates that something went wrong during the rendering process.
CannotRenderException() - Constructor for exception org.apache.tiles.impl.CannotRenderException
Constructor.
CannotRenderException(String) - Constructor for exception org.apache.tiles.impl.CannotRenderException
Constructor.
CannotRenderException(Exception) - Constructor for exception org.apache.tiles.impl.CannotRenderException
Constructor.
CannotRenderException(String, Exception) - Constructor for exception org.apache.tiles.impl.CannotRenderException
Constructor.
cascadedAttributes - Variable in class org.apache.tiles.BasicAttributeContext
Cascaded template attributes.
ChainedTilesApplicationContextFactory - Class in org.apache.tiles.context
Implementation for TilesApplicationContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
ChainedTilesApplicationContextFactory() - Constructor for class org.apache.tiles.context.ChainedTilesApplicationContextFactory
 
ChainedTilesContextFactory - Class in org.apache.tiles.context
Deprecated. Use ChainedTilesApplicationContextFactory and ChainedTilesRequestContextFactory.
ChainedTilesContextFactory() - Constructor for class org.apache.tiles.context.ChainedTilesContextFactory
Deprecated.  
ChainedTilesRequestContextFactory - Class in org.apache.tiles.context
Default implementation for TilesRequestContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
ChainedTilesRequestContextFactory() - Constructor for class org.apache.tiles.context.ChainedTilesRequestContextFactory
 
CHECK_REFRESH_INIT_PARAMETER - Static variable in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Initialization parameter to set whether we want to refresh URLs when they change.
checkAndloadDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Checks if URLs have changed.
checkInit() - Method in class org.apache.tiles.impl.BasicTilesContainer
Determine whether or not the container has been initialized.
checkRefresh - Variable in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Flag that, when true, enables automatic checking of URLs changing.
ClassUtil - Class in org.apache.tiles.reflect
Utilities to work with dynamic class loading and instantiation.
ClassUtil - Class in org.apache.tiles.util
Deprecated. Use ClassUtil.
clear() - Method in interface org.apache.tiles.AttributeContext
Clear the attributes.
clear() - Method in class org.apache.tiles.BasicAttributeContext
Clear the attributes.
clone() - Method in class org.apache.tiles.Attribute
clone() - Method in class org.apache.tiles.ListAttribute
close() - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
collectBeanInfo(Map<String, ? extends Object>, List<FeatureDescriptor>) - Method in class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
Collects bean infos from a map's values and filling a list.
collectBeanInfo(Class<?>, List<FeatureDescriptor>, Set<String>) - Method in class org.apache.tiles.evaluator.el.TilesContextELResolver
Collects bean infos from a class and filling a list.
CompatibilityDigesterDefinitionsReader - Class in org.apache.tiles.compat.definition.digester
Digester reader that can read Tiles 1.1, 1.2, 1.3, 1.4 and 2.0 files.
CompatibilityDigesterDefinitionsReader() - Constructor for class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader
 
CompatibilityPreparerFactory - Class in org.apache.tiles.compat.preparer
Factory used to instantiate preparers in a Struts 1 / Tiles 2 environment.
CompatibilityPreparerFactory() - Constructor for class org.apache.tiles.compat.preparer.CompatibilityPreparerFactory
 
compilePattern(String) - Method in class org.apache.tiles.util.WildcardHelper
Translate the given String into a int [] representing the pattern matchable by this class.
concatPostfix(String, String) - Static method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. Use LocaleUtil.concatPostfix(String,String) instead
concatPostfix(String, String) - Static method in class org.apache.tiles.util.LocaleUtil
Concat postfix to the name.
container - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The Tiles container to use.
container - Variable in class org.apache.tiles.jsp.taglib.ContainerTagSupport
Deprecated. The Tiles container that can be used inside the tag.
container - Variable in class org.apache.tiles.jsp.taglib.RenderTag
The Tiles container that can be used inside the tag.
container - Variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The Tiles container.
container - Variable in class org.apache.tiles.renderer.impl.DefinitionAttributeRenderer
The Tiles container.
CONTAINER_ATTRIBUTE - Static variable in class org.apache.tiles.access.TilesAccess
The name of the attribute to use when getting and setting the container object in a context.
CONTAINER_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.AbstractTilesContainerFactory
Initialization parameter that represents the container factory class name.
CONTAINER_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use AbstractTilesContainerFactory.CONTAINER_FACTORY_INIT_PARAM.
CONTAINER_FACTORY_MUTABLE_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Initialization parameter that indicates if the container factory is mutable.
CONTAINER_KEY_INIT_PARAMETER - Static variable in class org.apache.tiles.startup.BasicTilesInitializer
Init parameter to define the key under which the container will be stored.
CONTAINER_KEY_INIT_PARAMETER - Static variable in class org.apache.tiles.web.util.TilesDecorationFilter
Init parameter to define the key of the container to use.
CONTAINER_KEY_INIT_PARAMETER - Static variable in class org.apache.tiles.web.util.TilesDispatchServlet
Init parameter to define the key of the container to use.
CONTAINER_KEYS_INIT_PARAM - Static variable in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
The name of the initialization parameter that will contain a comma-separated list of keys to use.
ContainerTagSupport - Class in org.apache.tiles.jsp.taglib
Deprecated. Use RenderTag.
ContainerTagSupport() - Constructor for class org.apache.tiles.jsp.taglib.ContainerTagSupport
Deprecated.  
context - Variable in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
The PortletContext for this web application.
CONTEXT_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use AbstractTilesApplicationContextFactory.APPLICATION_CONTEXT_FACTORY_INIT_PARAM or TilesContainerFactory.REQUEST_CONTEXT_FACTORY_INIT_PARAM.
contextDestroyed(ServletContextEvent) - Method in class org.apache.tiles.web.startup.TilesListener
Remove the tiles container from service.
contextFactory - Variable in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
The Tiles request context factory.
contextFactory - Variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The Tiles context factory.
contextInitialized(ServletContextEvent) - Method in class org.apache.tiles.web.startup.TilesListener
Initialize the TilesContainer and place it into service.
convertParam(String, Map<Integer, String>) - Static method in class org.apache.tiles.util.WildcardHelper
Inserts into a value wildcard-matched strings where specified.
copyDefinitionMap(Map<String, Definition>) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Copies the definition map to be passed to a higher level of customization key.
copyDefinitionMap(Map<String, Definition>) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Copies the definition map to be passed to a higher level of customization key.
createAndInitializeTilesApplicationContextFactory(TilesApplicationContext) - Method in class org.apache.tiles.startup.BasicTilesInitializer
Creates and initializes the Tiles application context factory, to create a TilesApplicationContext to be used across all the Tiles-based application.
createApplicationContext(Object) - Method in class org.apache.tiles.context.AbstractTilesApplicationContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.context.ChainedTilesContextFactory
Deprecated. Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.context.enhanced.EnhancedContextFactory
Deprecated. Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in interface org.apache.tiles.context.TilesContextFactory
Deprecated. Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.portlet.context.PortletTilesContextFactory
Deprecated. Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.servlet.context.ServletTilesContextFactory
Deprecated. Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContextFactory
Create a TilesApplicationContext for the given context.
createContainer(TilesApplicationContext) - Method in class org.apache.tiles.factory.AbstractTilesContainerFactory
Creates a Tiles container.
createContainer(TilesApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a Tiles container.
createContainer(Object) - Method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use TilesContainerFactory.createContainer(TilesApplicationContext).
createContainer(TilesApplicationContext) - Method in class org.apache.tiles.factory.TilesContainerFactory
Creates a Tiles container.
createContainer(TilesApplicationContext) - Method in class org.apache.tiles.startup.BasicTilesInitializer
Creates a Tiles container.
createContainer(ServletContext) - Method in class org.apache.tiles.web.startup.TilesListener
Deprecated. Use BasicTilesInitializer.createContainer(org.apache.tiles.TilesApplicationContext) instead.
createContainerFactory(TilesApplicationContext) - Method in class org.apache.tiles.startup.BasicTilesInitializer
Creates a Tiles container factory.
createDefaultAttributeRenderer(TilesApplicationContext, TilesRequestContextFactory, TilesContainer, AttributeEvaluator) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the default attribute renderer.
createDefaultDefinitionDAO() - Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
Creates the default definition DAO, if it has not been specified outside.
createDefaultDefinitionDAO() - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Creates the default definition DAO, if it has not been specified outside.
createDefaultLocaleResolver() - Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
Creates the default locale resolver, if it has not been specified outside.
createDefinitions() - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. Do not use! Deprecated with no replacement.
createDefinitionsFactory(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the definitions factory.
createDefinitionsFactory(Object) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Deprecated. Use KeyedDefinitionsFactoryTilesContainerFactory.createDefinitionsFactory(TilesApplicationContext).
createDefinitionsFactory(TilesApplicationContext) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Creates a definitions factory.
createDefinitionsReader(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the definitions reader.
createEvaluator(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the attribute evaluator to use.
createFactory(TilesApplicationContext) - Static method in class org.apache.tiles.context.AbstractTilesApplicationContextFactory
Creates the Tiles application context factory.
createFactory(Map<String, String>, String) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Creates a factory instance.
createLocaleDefinitionDao(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a Locale-based definition DAO.
createLocaleResolver(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the locale resolver.
createMutableTilesContainer(TilesApplicationContext) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Creates a mutable Tiles container.
createMutableTilesContainer(Object) - Method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use TilesContainerFactory.createMutableTilesContainer(TilesApplicationContext).
createMutableTilesContainer(TilesApplicationContext) - Method in class org.apache.tiles.factory.TilesContainerFactory
Creates a mutable Tiles container.
createPreparer(String) - Method in class org.apache.tiles.compat.preparer.CompatibilityPreparerFactory
Creates a view preparer for the given name.
createPreparer(String) - Method in class org.apache.tiles.preparer.BasicPreparerFactory
Creates a view preparer for the given name.
createPreparerFactory(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the preparer factory to use.
createRendererFactory(TilesApplicationContext, TilesRequestContextFactory, TilesContainer, AttributeEvaluator) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a renderer factory.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.context.ChainedTilesContextFactory
Deprecated. Create a TilesRequestContext for the given context, request, and response.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.context.ChainedTilesRequestContextFactory
Create a TilesRequestContext for the given context, request, and response.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.context.enhanced.EnhancedContextFactory
Deprecated. Create a TilesRequestContext for the given context, request, and response.
createRequestContext(TilesApplicationContext, Object...) - Method in interface org.apache.tiles.context.TilesRequestContextFactory
Create a TilesRequestContext for the given context, request, and response.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.jsp.context.JspTilesContextFactory
Deprecated. Create a TilesRequestContext for the given context, request, and response.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.jsp.context.JspTilesRequestContextFactory
Create a TilesRequestContext for the given context, request, and response.
createRequestContext(Object, Object) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Deprecated. Use TilesRequestContextFactory.createRequestContext(TilesApplicationContext, Object...) .
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.portlet.context.PortletTilesContextFactory
Deprecated. Create a TilesRequestContext for the given context, request, and response.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory
Create a TilesRequestContext for the given context, request, and response.
createRequestContext(Object, Object) - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContext
Deprecated. Use TilesRequestContextFactory.createRequestContext(TilesApplicationContext, Object...) .
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.servlet.context.ServletTilesContextFactory
Deprecated. Create a TilesRequestContext for the given context, request, and response.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContextFactory
Create a TilesRequestContext for the given context, request, and response.
createRequestContextFactory(TilesApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Create a Tiles request context factory.
createTemplateAttribute(String) - Static method in class org.apache.tiles.Attribute
Creates a template attribute, starting from the name of the template.
createTemplateAttributeWithExpression(String) - Static method in class org.apache.tiles.Attribute
Creates a template attribute, starting from the expression to evaluate to obtain the template.
createTilesApplicationContext(TilesApplicationContext) - Method in class org.apache.tiles.startup.BasicTilesInitializer
Creates the Tiles application context, to be used across all the Tiles-based application.
createTilesContainer(TilesApplicationContext) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Creates an immutable Tiles container.
createTilesContainer(Object) - Method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use TilesContainerFactory.createTilesContainer(TilesApplicationContext).
createTilesContainer(TilesApplicationContext) - Method in class org.apache.tiles.factory.TilesContainerFactory
Creates an immutable Tiles container.
createTilesInitializer() - Method in class org.apache.tiles.web.startup.TilesListener
Creates a new instance of BasicTilesInitializer.
createTilesInitializer() - Method in class org.apache.tiles.web.startup.TilesServlet
Creates a new instance of BasicTilesInitializer.
CURRENT_CONTAINER_ATTRIBUTE_NAME - Static variable in class org.apache.tiles.servlet.context.ServletUtil
Name of the attribute used to store the current used container.

D

DEFAULT_FACTORY_CLASS_NAMES - Static variable in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
The default class names to instantiate that compose the chain..
DEFAULT_FACTORY_CLASS_NAMES - Static variable in class org.apache.tiles.context.ChainedTilesContextFactory
Deprecated. Simply do not use it.
DEFAULT_FACTORY_CLASS_NAMES - Static variable in class org.apache.tiles.context.ChainedTilesRequestContextFactory
The default class names to instantiate that compose the chain..
DEFAULT_RENDERER_CLASS_NAME - Static variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The default renderer class name.
DEFAULT_RENDERER_INIT_PARAM - Static variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The default renderer init parameter.
DEFAULT_TYPE_2_RENDERER - Static variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The default renderer name/renderer class map.
defaultConfiguration - Variable in class org.apache.tiles.factory.TilesContainerFactory
The default configuration to be used by the factory.
DefaultLocaleResolver - Class in org.apache.tiles.locale.impl
Default implementation of LocaleResolver
It tries to take the locale from the session-scoped attribute DefaultLocaleResolver.LOCALE_KEY.
DefaultLocaleResolver() - Constructor for class org.apache.tiles.locale.impl.DefaultLocaleResolver
 
defaultRenderer - Variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The default renderer.
defaultValue - Variable in class org.apache.tiles.jsp.taglib.InsertAttributeTag
This value is evaluated only if value is null and the attribute with the associated name is null.
defaultValueRole - Variable in class org.apache.tiles.jsp.taglib.InsertAttributeTag
The role to check for the default value.
defaultValueType - Variable in class org.apache.tiles.jsp.taglib.InsertAttributeTag
The type of the InsertAttributeTag.defaultValue, if it is a string.
Definition - Class in org.apache.tiles
A definition, i.e. a template with (completely or not) filled attributes.
Definition() - Constructor for class org.apache.tiles.Definition
Constructor.
Definition(Definition) - Constructor for class org.apache.tiles.Definition
Copy Constructor.
Definition(String, String, Map<String, Attribute>) - Constructor for class org.apache.tiles.Definition
Deprecated. Use Definition.Definition(String, Attribute, Map).
Definition(String, Attribute, Map<String, Attribute>) - Constructor for class org.apache.tiles.Definition
Constructor.
DEFINITION_DAO_INIT_PARAM - Static variable in interface org.apache.tiles.definition.DefinitionsFactory
Constant representing the configuration parameter used to define the definition DAO to use.
DEFINITION_HANDLER_CLASS - Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
The handler to create definitions.
DefinitionAttributeRenderer - Class in org.apache.tiles.renderer.impl
Renders an attribute that contains a reference to a definition.
DefinitionAttributeRenderer() - Constructor for class org.apache.tiles.renderer.impl.DefinitionAttributeRenderer
 
DefinitionDAO<K> - Interface in org.apache.tiles.definition.dao
It represents an object that provides definitions, depending on a customization key.
definitionDao - Variable in class org.apache.tiles.definition.LocaleDefinitionsFactory
The definition DAO that extracts the definitions from the sources.
DefinitionManager - Class in org.apache.tiles.impl.mgmt
Manages custom and configured definitions, so they can be used by the container, instead of using a simple DefinitionsFactory.
DefinitionManager() - Constructor for class org.apache.tiles.impl.mgmt.DefinitionManager
Constructor.
DefinitionManager(String) - Constructor for class org.apache.tiles.impl.mgmt.DefinitionManager
Constructor.
Definitions - Interface in org.apache.tiles.definition
Deprecated. This interface is never used, except in the deprecated class DefinitionsImpl.
DEFINITIONS_CONFIG - Static variable in interface org.apache.tiles.definition.DefinitionsFactory
Constant representing the configuration parameter used to define the tiles definition resources.
DEFINITIONS_CONFIG - Static variable in class org.apache.tiles.impl.BasicTilesContainer
Deprecated. Use DefinitionsFactory.DEFINITIONS_CONFIG.
DEFINITIONS_CONFIG_PREFIX - Static variable in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Constant representing the prefix of the configuration parameter used to define the tiles definition resources for a specific key.
DEFINITIONS_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Initialization parameter that represents the definitions factory class name.
DEFINITIONS_FACTORY_KEY_ATTRIBUTE_NAME - Static variable in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
Name of the attribute inside the request that will be used to get the key of the definitions factory to be used.
DefinitionsFactory - Interface in org.apache.tiles.definition
Interface for creating a Definitions object and managing its contents.
DefinitionsFactoryException - Exception in org.apache.tiles.definition
Exception thrown when an error occurs while the impl tries to create a new instance mapper.
DefinitionsFactoryException() - Constructor for exception org.apache.tiles.definition.DefinitionsFactoryException
Constructor.
DefinitionsFactoryException(String) - Constructor for exception org.apache.tiles.definition.DefinitionsFactoryException
Constructor.
DefinitionsFactoryException(Exception) - Constructor for exception org.apache.tiles.definition.DefinitionsFactoryException
Create a new DefinitionsFactoryException wrapping an existing exception.
DefinitionsFactoryException(String, Exception) - Constructor for exception org.apache.tiles.definition.DefinitionsFactoryException
Create a new DefinitionsFactoryException from an existing exception.
DefinitionsFactoryUtil - Class in org.apache.tiles.definition.util
Various DefinitionsFactory utilities.
DefinitionsImpl - Class in org.apache.tiles.definition
Deprecated. This class is, in fact, part of the implementation of UrlDefinitionsFactory and ResolvingLocaleUrlDefinitionDAO.
DefinitionsImpl() - Constructor for class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Creates a new instance of DefinitionsImpl.
DefinitionsImpl(Map<String, Definition>, Map<Locale, Map<String, Definition>>) - Constructor for class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Creates a new instance of DefinitionsImpl to be used as a wrapper.
DefinitionsReader - Interface in org.apache.tiles.definition
Interface for reading Definition from a source.
DefinitionTag - Class in org.apache.tiles.jsp.taglib.definition
This is the tag handler for <tiles:definition>, which creates a custom definition.
DefinitionTag() - Constructor for class org.apache.tiles.jsp.taglib.definition.DefinitionTag
 
DefinitionTagParent - Interface in org.apache.tiles.jsp.taglib.definition
Tag classes implementing this interface can contain nested DefinitionTag.
descriptors - Variable in class org.apache.tiles.evaluator.el.TilesContextELResolver
The descriptors of TilesRequestContext and TilesApplicationContext.
destroy() - Method in class org.apache.tiles.web.startup.TilesFilter
Deprecated. Destroy method for this filter.
destroy() - Method in class org.apache.tiles.web.startup.TilesServlet
destroy() - Method in class org.apache.tiles.web.util.TilesDecorationFilter
DestroyContainerTag - Class in org.apache.tiles.jsp.taglib.definition
Destroys the accessible container.
DestroyContainerTag() - Constructor for class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
 
digester - Variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Digester object used to read Definition data from the source.
DigesterDefinitionsReader - Class in org.apache.tiles.definition.digester
Reads Definition objects from an XML InputStream using Digester.
DigesterDefinitionsReader() - Constructor for class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Creates a new instance of DigesterDefinitionsReader.
DigesterDefinitionsReader.AddNestedDefinitionRule - Class in org.apache.tiles.definition.digester
Digester rule to manage assignment of a nested definition in an attribute value.
DigesterDefinitionsReader.AddNestedDefinitionRule() - Constructor for class org.apache.tiles.definition.digester.DigesterDefinitionsReader.AddNestedDefinitionRule
 
DigesterDefinitionsReader.FillAttributeRule - Class in org.apache.tiles.definition.digester
Digester rule to manage attribute filling.
DigesterDefinitionsReader.FillAttributeRule() - Constructor for class org.apache.tiles.definition.digester.DigesterDefinitionsReader.FillAttributeRule
 
DigesterDefinitionsReader.FillDefinitionRule - Class in org.apache.tiles.definition.digester
Digester rule to manage definition filling.
DigesterDefinitionsReader.FillDefinitionRule() - Constructor for class org.apache.tiles.definition.digester.DigesterDefinitionsReader.FillDefinitionRule
 
DigesterDefinitionsReader.PutAttributeRule - Class in org.apache.tiles.definition.digester
Digester rule to manage assignment of the attribute to the parent element.
DigesterDefinitionsReader.PutAttributeRule() - Constructor for class org.apache.tiles.definition.digester.DigesterDefinitionsReader.PutAttributeRule
 
DigesterDefinitionsReaderException - Exception in org.apache.tiles.definition.digester
Indicates that something went wrong during the use of DigesterDefinitionsReader.
DigesterDefinitionsReaderException() - Constructor for exception org.apache.tiles.definition.digester.DigesterDefinitionsReaderException
Constructor.
DigesterDefinitionsReaderException(String) - Constructor for exception org.apache.tiles.definition.digester.DigesterDefinitionsReaderException
Constructor.
DigesterDefinitionsReaderException(Exception) - Constructor for exception org.apache.tiles.definition.digester.DigesterDefinitionsReaderException
Constructor.
DigesterDefinitionsReaderException(String, Exception) - Constructor for exception org.apache.tiles.definition.digester.DigesterDefinitionsReaderException
Constructor.
DirectAttributeEvaluator - Class in org.apache.tiles.evaluator.impl
Resolves a string and returns the string itself.
DirectAttributeEvaluator() - Constructor for class org.apache.tiles.evaluator.impl.DirectAttributeEvaluator
 
dispatch(String) - Method in interface org.apache.tiles.context.TilesRequestContext
Dispatches the request to a specified path.
dispatch(String) - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Dispatches the request to a specified path.
dispatch(String) - Method in class org.apache.tiles.jsp.context.JspTilesRequestContext
Dispatches a path.
dispatch(String) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Dispatches the request to a specified path.
dispatch(String) - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Dispatches the request to a specified path.
doAfterBody() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Save the body content of this tag (if any).
doAfterBody() - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
PutListAttributeTag may not have any body, except for PutAttribute tags.
doAfterBody() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
PutListAttributeTag may not have any body, except for PutAttribute tags.
doCatch(Throwable) - Method in class org.apache.tiles.jsp.taglib.TilesBodyTag
Default no-op implementation, but overrideable if needed.
doCatch(Throwable) - Method in class org.apache.tiles.jsp.taglib.TilesTag
Default no-op implementation, but overrideable if needed.
doEndTag() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
doEndTag() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
doEndTag() - Method in class org.apache.tiles.jsp.taglib.ContainerTagSupport
Deprecated. 
doEndTag() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
doEndTag() - Method in class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
doEndTag() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
doEndTag() - Method in class org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag
doEndTag() - Method in class org.apache.tiles.jsp.taglib.RenderTag
doEndTag() - Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
Deprecated. 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tiles.web.startup.TilesFilter
Deprecated. Checks whether Tiles Definitions need to be reloaded.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tiles.web.util.TilesDecorationFilter
doFinally() - Method in class org.apache.tiles.jsp.taglib.TilesBodyTag
Called after doEndTag().
doFinally() - Method in class org.apache.tiles.jsp.taglib.TilesTag
Called after doEndTag().
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tiles.web.util.TilesDispatchServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tiles.web.util.TilesDispatchServlet
doStartTag() - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
doStartTag() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
doStartTag() - Method in class org.apache.tiles.jsp.taglib.ContainerTagSupport
Deprecated. By default, all ContainerTags evaluate their body.
doStartTag() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
doStartTag() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
doStartTag() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
doStartTag() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
doStartTag() - Method in class org.apache.tiles.jsp.taglib.RenderTag

E

ELAttributeEvaluator - Class in org.apache.tiles.evaluator.el
Evaluates string expression with typical EL syntax.
ELAttributeEvaluator() - Constructor for class org.apache.tiles.evaluator.el.ELAttributeEvaluator
Constructor.
ELContextImpl - Class in org.apache.tiles.evaluator.el
Implementation of ELContext.
ELContextImpl(ELResolver) - Constructor for class org.apache.tiles.evaluator.el.ELContextImpl
Constructor.
endContext(Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Ends a context, where attribute values are stored independently from others.
endContext(PageContext) - Method in class org.apache.tiles.jsp.taglib.ContainerTagSupport
Deprecated. Ends the context when exiting the tag.
endContext(PageContext) - Method in class org.apache.tiles.jsp.taglib.RenderTag
Ends the context when exiting the tag.
endContext(Object...) - Method in interface org.apache.tiles.TilesContainer
Ends a context, where attribute values are stored independently from others.
EnhancedContextFactory - Class in org.apache.tiles.context.enhanced
Deprecated. Use EnhancedTilesApplicationContextFactory.
EnhancedContextFactory() - Constructor for class org.apache.tiles.context.enhanced.EnhancedContextFactory
Deprecated.  
EnhancedTilesApplicationContext - Class in org.apache.tiles.context.enhanced
ApplicationContext decorator used to provide enhancements to the standard context.
EnhancedTilesApplicationContext(TilesApplicationContext) - Constructor for class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Constructor.
EnhancedTilesApplicationContextFactory - Class in org.apache.tiles.context.enhanced
Tiles context factory to be used together with EnhancedTilesApplicationContext.
EnhancedTilesApplicationContextFactory() - Constructor for class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContextFactory
 
equals(Object) - Method in class org.apache.tiles.context.MapEntry
Determines if this entry is equal to the passed object.
equals(Object) - Method in class org.apache.tiles.ListAttribute
evaluate(Attribute, TilesRequestContext) - Method in class org.apache.tiles.evaluator.AbstractAttributeEvaluator
Evaluates an attribute value.
evaluate(String, TilesRequestContext) - Method in interface org.apache.tiles.evaluator.AttributeEvaluator
Evaluates an expression.
evaluate(Attribute, TilesRequestContext) - Method in interface org.apache.tiles.evaluator.AttributeEvaluator
Evaluates an attribute value.
evaluate(String, TilesRequestContext) - Method in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
Evaluates an expression.
evaluate(String, TilesRequestContext) - Method in class org.apache.tiles.evaluator.impl.DirectAttributeEvaluator
Evaluates an expression.
evaluate(Attribute, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Evaluates the given attribute.
evaluate(Attribute, Object...) - Method in interface org.apache.tiles.TilesContainer
Evaluates the given attribute.
evaluator - Variable in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
The attribute evaluator.
evaluator - Variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The attribute evaluator.
execute(TilesRequestContext, AttributeContext) - Method in class org.apache.tiles.compat.preparer.UrlPreparer
Method associated to a tile and called immediately before the tile is included.
execute() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Executes the processing of this tag, calling its parent tag.
execute() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Execute this tag.
execute() - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Expose the requested property from attribute context.
execute() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Executes the processing of this tag, calling its parent tag.
execute() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Executes the processing of this tag, calling its parent tag.
execute() - Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
Deprecated. Use RenderTag.render().
execute() - Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
Deprecated. Executes the tag.
execute() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Expose the requested attribute from attribute context.
execute(TilesRequestContext, AttributeContext) - Method in interface org.apache.tiles.preparer.ViewPreparer
Method associated to a tile and called immediately before the tile is included.
execute(TilesRequestContext, AttributeContext) - Method in class org.apache.tiles.preparer.ViewPreparerSupport
Method associated to a tile and called immediately before the tile is included.
expression - Variable in class org.apache.tiles.Attribute
The expression to evaluate.
EXPRESSION_FACTORY_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
Initialization parameter to decide the implementation of ExpressionFactoryFactory.
expressionFactory - Variable in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
The EL expression factory.
ExpressionFactoryFactory - Interface in org.apache.tiles.evaluator.el
Interface to define a factory of ExpressionFactory.

F

FACTORY_CLASS_NAMES - Static variable in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
Factory class names initialization parameter to use.
FACTORY_CLASS_NAMES - Static variable in class org.apache.tiles.context.ChainedTilesContextFactory
Deprecated. Simply do not use it.
FACTORY_CLASS_NAMES - Static variable in class org.apache.tiles.context.ChainedTilesRequestContextFactory
Factory class names initialization parameter to use.
FactoryNotFoundException - Exception in org.apache.tiles.definition
Exception thrown when definitions impl is not found.
FactoryNotFoundException() - Constructor for exception org.apache.tiles.definition.FactoryNotFoundException
Constructor.
FactoryNotFoundException(String) - Constructor for exception org.apache.tiles.definition.FactoryNotFoundException
Constructor.
findEnclosingDefinitionTagParent() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Find parent tag which must implement AttributeContainer.
findObjectByProperty(ELContext, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
Finds an object in request, session or application scope, in this order.
flush() - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
flush - Variable in class org.apache.tiles.jsp.taglib.RenderTag
This flag, if true, flushes the content before rendering.
FORCE_INCLUDE_ATTRIBUTE_NAME - Static variable in class org.apache.tiles.servlet.context.ServletUtil
Name of the attribute used to store the force-include option.
forward(String) - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Forwards to a path.

G

getApplicationContext(Object) - Static method in class org.apache.tiles.access.TilesAccess
Deprecated. Use one of the environment-specific Utilities (e.g. ServletUtil).
getApplicationContext() - Method in interface org.apache.tiles.context.TilesRequestContext
Returns the associated application context.
getApplicationContext() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Returns the associated application context.
getApplicationContext() - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns the Tiles application context used by this container.
getApplicationContext() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Returns the associated application context.
getApplicationContext() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Returns the associated application context.
getApplicationContext() - Method in interface org.apache.tiles.TilesContainer
Retrieve the containers context.
getApplicationScope() - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
getApplicationScope() - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
Returns a mutable Map that maps application scope attribute names to their values.
getApplicationScope() - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
getApplicationScope() - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
getApplicationScope() - Method in interface org.apache.tiles.TilesApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
GetAsStringTag - Class in org.apache.tiles.jsp.taglib
Retrieve the value of the specified definition/template attribute property, and render it to the current JspWriter as a String.
GetAsStringTag() - Constructor for class org.apache.tiles.jsp.taglib.GetAsStringTag
 
getAttribute(String) - Method in interface org.apache.tiles.AttributeContext
Retrieve the named attribute, either cascaded or not.
getAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
Retrieve the named attribute, either cascaded or not.
getAttribute(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getAttribute(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getAttributeContext(Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Retrive the attribute context of the current request.
getAttributeContext(Object...) - Method in interface org.apache.tiles.TilesContainer
Retrive the attribute context of the current request.
getAttributeNames() - Method in interface org.apache.tiles.AttributeContext
Deprecated. Use AttributeContext.getLocalAttributeNames() or AttributeContext.getCascadedAttributeNames().
getAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
Iterator of all attribute names.
getAttributeNames() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getAttributeNames() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getAttributes() - Method in class org.apache.tiles.Definition
Deprecated. Use AttributeContext.getLocalAttributeNames() and AttributeContext.getCascadedAttributeNames().
getAttributes() - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
Get list defined in tag.
getAttributes() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Get list defined in tag.
getBaseDefinitions() - Method in interface org.apache.tiles.definition.Definitions
Deprecated. Returns base definitions collection.
getBaseDefinitions() - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Returns base definitions collection.
getCascadedAttribute(String) - Method in interface org.apache.tiles.AttributeContext
Retrieve the attribute that has been cascaded at upper levels.
getCascadedAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
Retrieve the attribute that has been cascaded at upper levels.
getCascadedAttributeNames() - Method in interface org.apache.tiles.AttributeContext
Returns the names of the cascaded attributes.
getCascadedAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
Returns the names of the cascaded attributes.
getClass(String, Class<T>) - Static method in class org.apache.tiles.reflect.ClassUtil
Returns the class and casts it to the correct subclass.
getClassname() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Get class name.
getClasspathResources(String) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Searches for resources in the classpath, given a path.
getCommonPropertyType(ELContext, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
getCommonPropertyType(ELContext, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextELResolver
getContainer(Object) - Static method in class org.apache.tiles.access.TilesAccess
Deprecated. Use one of the environment-specific Utilities (e.g. ServletUtil).
getContainer(PageContext) - Static method in class org.apache.tiles.jsp.context.JspUtil
Returns the default Tiles container.
getContainer(PageContext, String) - Static method in class org.apache.tiles.jsp.context.JspUtil
Returns a specific Tiles container.
getContainer(PortletContext) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Returns the default Tiles container.
getContainer(PortletContext, String) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Returns a specific Tiles container.
getContainer(ServletContext) - Static method in class org.apache.tiles.servlet.context.ServletUtil
Returns the default Tiles container.
getContainer(ServletContext, String) - Static method in class org.apache.tiles.servlet.context.ServletUtil
Returns a specific Tiles container.
getContainerFactory() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
Returns the container factory class name.
getContainerKey() - Method in class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
Returns the key of the container to destroy.
getContainerKey() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
Returns the key under which the container will be stored.
getContainerKey() - Method in class org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag
Returns the key under which the container is stored.
getContainerKey(TilesApplicationContext) - Method in class org.apache.tiles.startup.BasicTilesInitializer
Returns the container key under which the container will be stored.
getContext(TilesRequestContext) - Static method in class org.apache.tiles.context.BasicAttributeContext
Deprecated. Use TilesContainer#getAttributeContext(Object...).
getContext() - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Returns the original, technology-dependent, context.
getContext() - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
Returns the original, technology-dependent, context.
getContext(TilesRequestContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Get attribute context from request.
getContext(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getContext() - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Returns the original, technology-dependent, context.
getContext() - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContext
Returns the original, technology-dependent, context.
getContext() - Method in interface org.apache.tiles.TilesApplicationContext
Returns the original, technology-dependent, context.
getContext(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getContextFactory() - Method in class org.apache.tiles.impl.BasicTilesContainer
Deprecated. Do not use it, it returns null. Use BasicTilesContainer.getRequestContextFactory().
getContextPath() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getContextPath() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getContextStack(TilesRequestContext) - Static method in class org.apache.tiles.context.BasicAttributeContext
Deprecated. Use TilesContainer#getAttributeContext(Object...), TilesContainer#startContext(Object...) or TilesContainer#endContext(Object...).
getContextStack(TilesRequestContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns the context stack.
getCurrentContainer(PageContext) - Static method in class org.apache.tiles.jsp.context.JspUtil
Returns the current container that has been set, or the default one.
getCurrentContainer(PortletRequest, PortletContext) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Returns the current container that has been set, or the default one.
getCurrentContainer(ServletRequest, ServletContext) - Static method in class org.apache.tiles.servlet.context.ServletUtil
Returns the current container that has been set, or the default one.
getDefaultValue() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Returns the default value, that is evaluated only if value is null and the attribute with the associated name is null.
getDefaultValueRole() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Returns the role to check for the default value.
getDefaultValueType() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Returns the default value type.
getDefinition(String, Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Returns a definition, given its name and the customization key.
getDefinition() - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.WildcardMapping
Returns the definition.
getDefinition(String, K) - Method in interface org.apache.tiles.definition.dao.DefinitionDAO
Returns a definition, given its name and the customization key.
getDefinition(String, Locale) - Method in class org.apache.tiles.definition.dao.LocaleUrlDefinitionDAO
Returns a definition, given its name and the customization key.
getDefinition(String) - Method in interface org.apache.tiles.definition.Definitions
Deprecated. Returns a Definition object that matches the given name.
getDefinition(String, Locale) - Method in interface org.apache.tiles.definition.Definitions
Deprecated. Returns a Definition object that matches the given name and locale.
getDefinition(String, TilesRequestContext) - Method in interface org.apache.tiles.definition.DefinitionsFactory
Returns a Definition object that matches the given name and Tiles context.
getDefinition(String) - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Returns a Definition object that matches the given name.
getDefinition(String, Locale) - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Returns a Definition object that matches the given name and locale.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
Returns a Definition object that matches the given name and Tiles context.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Returns a Definition object that matches the given name and Tiles context.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns a definition specifying its name.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Returns a definition specifying its name.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Returns a definition specifying its name.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Returns a definition specifying its name.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Returns a definition by name.
getDefinitionByAttribute(Attribute, Locale) - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Searches for a definition specified as an attribute.
getDefinitionName(HttpServletRequest) - Method in class org.apache.tiles.web.util.TilesDispatchServlet
Returns the called definition name for the given request.
getDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Returns all the definitions used of a customization key.
getDefinitions(K) - Method in interface org.apache.tiles.definition.dao.DefinitionDAO
Returns all the definitions used of a customization key.
getDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.LocaleUrlDefinitionDAO
Returns all the definitions used of a customization key.
getDefinitions() - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. Do not use! Deprecated with no replacement.
getDefinitions(TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Returns the map with custom definitions for the current request.
getDefinitionsFactory() - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns the definitions factory.
getDefinitionsFactory(String) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Returns a definition factory given its key.
getDefinitionsFactory() - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Returns the definitions factory.
getDefinitionsFactory(String) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Returns a definition factory given its key.
getDefinitionsFactory() - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Returns the definitions factory.
getDefinitionsFactoryKey(TilesRequestContext) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
Returns the definitions factory key.
getDefinitionsFactoryKey(TilesRequestContext) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Returns the definitions factory key.
getDefinitionsFactoryKey(TilesRequestContext) - Method in interface org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.KeyExtractor
Returns the definitions factory key.
getELResolver() - Method in class org.apache.tiles.evaluator.el.ELContextImpl
getExpression() - Method in class org.apache.tiles.Attribute
Returns The expression to evaluate.
getExpressionFactory() - Method in interface org.apache.tiles.evaluator.el.ExpressionFactoryFactory
Returns the expression factory to use.
getExpressionFactory() - Method in class org.apache.tiles.evaluator.el.TomcatExpressionFactoryFactory
Returns the expression factory to use.
getExpressionFactory() - Method in class org.apache.tiles.jsp.evaluator.el.JspExpressionFactoryFactory
Returns the expression factory to use.
getExtends() - Method in class org.apache.tiles.Definition
Get extends.
getExtends() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Returns the (optional) definition name that this definition extends.
getFactory(Object) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use AbstractTilesContainerFactory#getTilesContainerFactory(Object).
getFactory(Object, Map<String, String>) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use AbstractTilesContainerFactory#getTilesContainerFactory(Object) and then TilesContainerFactory.setDefaultConfiguration(Map).
getFactory() - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Returns the used definitions factory.
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextELResolver
getFilterConfig() - Method in class org.apache.tiles.web.startup.TilesFilter
Deprecated. Returns the filter configuration object for this filter.
getFilterConfig() - Method in class org.apache.tiles.web.util.TilesDecorationFilter
Returns the filter configuration object.
getForcedAccessibleMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.tiles.reflect.ClassUtil
Gets a method and forces it to be accessible, even if it is not.
getFunctionMapper() - Method in class org.apache.tiles.evaluator.el.ELContextImpl
getHeader() - Method in interface org.apache.tiles.context.TilesRequestContext
Return an immutable Map that maps header names to the first (or only) header value (as a String).
getHeader() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return an immutable Map that maps header names to the first (or only) header value (as a String).
getHeader() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return an immutable Map that maps header names to the first (or only) header value (as a String).
getHeader() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Return an immutable Map that maps header names to the first (or only) header value (as a String).
getHeaderValues() - Method in interface org.apache.tiles.context.TilesRequestContext
Return an immutable Map that maps header names to the set of all values specified in the request (as a String array).
getHeaderValues() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return an immutable Map that maps header names to the set of all values specified in the request (as a String array).
getHeaderValues() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return an immutable Map that maps header names to the set of all values specified in the request (as a String array).
getHeaderValues() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Return an immutable Map that maps header names to the set of all values specified in the request (as a String array).
getIcon() - Method in interface org.apache.tiles.beans.MenuItem
Returns the icon URL of this menu item.
getIcon() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the (optional) icon image URL.
getIgnore() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Get ignore flag.
getInherit() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
If true, the attribute will put the elements of the attribute with the same name of the parent definition before the ones specified here.
getInitParameter(Object, String) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Do not use.
getInitParameter(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
Takes the init parameters either from the custom parameters or from the root context.
getInitParameter(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getInitParameterMap(Object) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Do not use.
getInitParameterNames() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
Returns init parameter names, including the custom and the original ones.
getInitParameterNames() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getInitParams() - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getInitParams() - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
Return an immutable Map that maps context application initialization parameters to their values.
getInitParams() - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getInitParams() - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getInitParams() - Method in interface org.apache.tiles.TilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getJspWriter() - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
Returns the original JSP writer.
getKey() - Method in class org.apache.tiles.context.MapEntry
Gets the entry key.
getLink() - Method in interface org.apache.tiles.beans.MenuItem
Returns the URL of this menu item.
getLink() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the link where the menu item points to.
getLocalAttribute(String) - Method in interface org.apache.tiles.AttributeContext
Retrieve the attribute that has been defined in this context (i.e. not cascaded).
getLocalAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
Retrieve the attribute that has been defined in this context (i.e. not cascaded).
getLocalAttributeNames() - Method in interface org.apache.tiles.AttributeContext
Returns the names of the local attributes, i.e. the one that have not been cascaded.
getLocalAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
Returns the names of the local attributes, i.e. the one that have not been cascaded.
getMajorVersion() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getMajorVersion() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getMimeType(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getMimeType(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getMinorVersion() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getMinorVersion() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getName() - Method in class org.apache.tiles.Attribute
Deprecated. Use the getName methods in object that contain attributes.
getName() - Method in class org.apache.tiles.Definition
Access method for the name property.
getName() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Get the name.
getName() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Returns the name of the definition to configure.
getName() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Returns the name of the attribute.
getName() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Returns the name of the definition to insert.
getName() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Returns the name of the attribute.
getNamedDispatcher(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getNamedDispatcher(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getNextUniqueDefinitionName(Map<String, Definition>) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Create a unique definition name usable to store anonymous definitions.
getNextUniqueDefinitionName(Map<String, Definition>) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Create a unique definition name usable to store anonymous definitions.
getObject(Map<String, ? extends Object>, String) - Method in class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
Returns an object from a map in a null-safe manner.
getOrCreateDefinitionManager(String) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Returns a definition manager if found, otherwise it will create a new one.
getOrCreateDefinitions(TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Returns a map of type "definition name -> definition" and, if it has not been defined before, creates one.
getOutputStream() - Method in interface org.apache.tiles.context.TilesRequestContext
Returns an output stream to be used to write directly in the response.
getOutputStream() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Returns an output stream to be used to write directly in the response.
getOutputStream() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Returns an output stream to be used to write directly in the response.
getOutputStream() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Returns an output stream to be used to write directly in the response.
getPageContext() - Method in class org.apache.tiles.jsp.context.JspTilesRequestContext
Returns the page context that originated the request.
getParam() - Method in interface org.apache.tiles.context.TilesRequestContext
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParam() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParam() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParam() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParamValues() - Method in interface org.apache.tiles.context.TilesRequestContext
Return an immutable Map that maps request parameter names to the set of all values (as a String array).
getParamValues() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return an immutable Map that maps request parameter names to the set of all values (as a String array).
getParamValues() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return an immutable Map that maps request parameter names to the set of all values (as a String array).
getParamValues() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Return an immutable Map that maps request parameter names to the set of all values (as a String array).
getParentLocale(Locale) - Static method in class org.apache.tiles.util.LocaleUtil
Returns the "parent" locale of a given locale.
getPattern() - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.WildcardMapping
Returns the compiled pattern.
getPortletContext() - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Return the PortletContext for this context.
getPortletContext(TilesApplicationContext) - Method in class org.apache.tiles.portlet.context.PortletTilesContextFactory
Deprecated. Use PortletTilesRequestContextFactory.getPortletContext(TilesApplicationContext) .
getPortletContext(TilesApplicationContext) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory
Returns the original portlet context.
getPreparer() - Method in interface org.apache.tiles.AttributeContext
Get associated preparer instance.
getPreparer() - Method in class org.apache.tiles.BasicAttributeContext
Get associated preparer instance.
getPreparer() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Returns the definition view preparer.
getPreparer() - Method in class org.apache.tiles.jsp.taglib.RenderTag
Returns the preparer name.
getPreparer(String, TilesRequestContext) - Method in class org.apache.tiles.preparer.BasicPreparerFactory
Create a new instance of the named preparerInstance.
getPreparer(String, TilesRequestContext) - Method in interface org.apache.tiles.preparer.PreparerFactory
Create the named {link ViewPreparer} for the specified context.
getPreparerFactory() - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns the preparer factory used by this container.
getPrintWriter() - Method in interface org.apache.tiles.context.TilesRequestContext
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in class org.apache.tiles.jsp.context.JspTilesRequestContext
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Returns a print writer to be used to write directly in the response.
getProperDefinitionManager(String) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Returns a definition manager if found.
getProperDefinitionsFactory(String) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Returns the proper definition factory for the given key, i.e. if the key is not present, null will be returned.
getRealPath(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getRealPath(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getRegistrations() - Method in class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader
Returns the registrations for local DTDs.
getRegistrations() - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Returns the registrations for local DTDs.
getRenderer() - Method in class org.apache.tiles.Attribute
Returns the renderer name to use.
getRenderer(String) - Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
Returns a renderer by its name.
getRenderer(String) - Method in interface org.apache.tiles.renderer.RendererFactory
Returns a renderer by its name.
getRequest() - Method in interface org.apache.tiles.context.TilesRequestContext
Deprecated. Use TilesRequestContext.getRequestObjects().
getRequest() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Deprecated. 
getRequest() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return the PortletRequest for this context.
getRequest() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Get the underlying request.
getRequestContext(Object...) - Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
Creates a Tiles request context from request items.
getRequestContextFactory() - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns the request context factory.
getRequestDispatcher(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getRequestDispatcher(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getRequestLocale() - Method in interface org.apache.tiles.context.TilesRequestContext
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Return the preferred Locale in which the client will accept content.
getRequestObjects() - Method in interface org.apache.tiles.context.TilesRequestContext
Returns the original request objects used to create this request.
getRequestObjects() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Returns the original request objects used to create this request.
getRequestObjects() - Method in class org.apache.tiles.jsp.context.JspTilesRequestContext
Returns the original request objects used to create this request.
getRequestObjects() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Returns the original request objects used to create this request.
getRequestObjects() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Returns the original request objects used to create this request.
getRequestScope() - Method in interface org.apache.tiles.context.TilesRequestContext
Return a mutable Map that maps request scope attribute names to their values.
getRequestScope() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return a mutable Map that maps request scope attribute names to their values.
getRequestScope() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return a mutable Map that maps request scope attribute names to their values.
getRequestScope() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Return a mutable Map that maps request scope attribute names to their values.
getResource(String) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResource(String) - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
Return a URL for the application resource mapped to the specified path.
getResource(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getResource(String) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResource(String) - Method in class org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResource(String) - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResource(String) - Method in class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResource(String) - Method in interface org.apache.tiles.TilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResource(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getResourceAsStream(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getResourceAsStream(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getResourceNames(String) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Parse the resourceString into a list of resource paths which can be loaded by the application context.
getResourceNames(String) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. Deprecated without replacement.
getResourceNames(String) - Method in class org.apache.tiles.impl.BasicTilesContainer
Parse the resourceString into a list of resource paths which can be loaded by the application context.
getResourcePaths(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getResourcePaths(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getResources(String) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
Return a URL for the application resource mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResources(String) - Method in interface org.apache.tiles.TilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResourceString(Map<String, String>) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Derive the resource string from the initialization parameters.
getResourceString(Map<String, String>) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. Deprecated without replacement.
getResourceString() - Method in class org.apache.tiles.impl.BasicTilesContainer
Derive the resource string from the initialization parameters.
getResourceString(Map<String, String>) - Method in class org.apache.tiles.impl.BasicTilesContainer
Derive the resource string from the initialization parameters.
getResponse() - Method in interface org.apache.tiles.context.TilesRequestContext
Deprecated. Use TilesRequestContext.getRequestObjects().
getResponse() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Deprecated. 
getResponse() - Method in class org.apache.tiles.jsp.context.JspTilesRequestContext
Deprecated. Use JspTilesRequestContext.getPageContext() or JspTilesRequestContext.getPrintWriter().
getResponse() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return the PortletResponse for this context.
getResponse() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Get the underlying response.
getRole() - Method in class org.apache.tiles.Attribute
Get role.
getRole() - Method in class org.apache.tiles.Definition
Deprecated. Use BasicAttributeContext.getTemplateAttribute().
getRole() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Returns the role to check.
getRole() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Returns the role to check when rendering this definition.
getRole() - Method in class org.apache.tiles.jsp.taglib.RenderTag
Returns the role to check.
getRole() - Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
Deprecated. Returns the role to check.
getRoles() - Method in class org.apache.tiles.Attribute
Returns the roles that can render this attribute.
getRootContext() - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Returns the root context.
getScope() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Get scope.
getScope(String) - Static method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Converts the scope name into its corresponding PageContext constant value.
getScopeId() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Get scope value from string value.
getScriptingVariable() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Returns the scripting variable to use.
getServerInfo() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getServerInfo() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getServlet(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getServlet(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getServletContext(TilesApplicationContext) - Method in class org.apache.tiles.jsp.context.JspTilesContextFactory
Deprecated. Use TilesApplicationContext.getContext().
getServletContext() - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContext
Deprecated. Use ServletTilesApplicationContext.getContext().
getServletContext(TilesApplicationContext) - Method in class org.apache.tiles.servlet.context.ServletTilesContextFactory
Deprecated. Use TilesApplicationContext.getContext().
getServletContext() - Method in class org.apache.tiles.web.util.TilesDecorationFilter
Returns the servlet context.
getServletContextName() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getServletContextName() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getServletNames() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getServletNames() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getServlets() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getServlets() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getSessionScope() - Method in interface org.apache.tiles.context.TilesRequestContext
Return a mutable Map that maps session scope attribute names to their values.
getSessionScope() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return a mutable Map that maps session scope attribute names to their values.
getSessionScope() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return a mutable Map that maps session scope attribute names to their values.
getSessionScope() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Return a mutable Map that maps session scope attribute names to their values.
getSourceURLs(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Returns a list containing the URLs to be parsed.
getTemplate() - Method in class org.apache.tiles.Definition
Deprecated. Use BasicAttributeContext.getTemplateAttribute().
getTemplate() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Returns the template URI of the definition.
getTemplate() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Returns a string representing the URI of a template (for example, a JSP page).
getTemplateAttribute() - Method in interface org.apache.tiles.AttributeContext
Returns the attribute that will be used to render a template.
getTemplateAttribute() - Method in class org.apache.tiles.BasicAttributeContext
Returns the attribute that will be used to render a template.
getTilesContainerFactory(TilesApplicationContext) - Static method in class org.apache.tiles.factory.AbstractTilesContainerFactory
Creates a factory instance.
getToName() - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Returns the name of the destination attribute.
getTooltip() - Method in interface org.apache.tiles.beans.MenuItem
Returns the tooltip text.
getTooltip() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the (optional) tooltip text.
getType(String) - Static method in enum org.apache.tiles.Attribute.AttributeType
Deprecated. Returns the type for the given string representation.
getType() - Method in class org.apache.tiles.Attribute
Deprecated. Use Attribute.getRenderer().
getType(ELContext, Object, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
getType(ELContext, Object, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextELResolver
getType() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Returns content type: string, template or definition.
getValue() - Method in class org.apache.tiles.Attribute
Get value.
getValue() - Method in interface org.apache.tiles.beans.MenuItem
Returns the value (i.e. the visible part) of this menu item.
getValue() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the value of the item, i.e. what is really visible to the user.
getValue() - Method in class org.apache.tiles.context.MapEntry
Gets the entry value.
getValue(ELContext, Object, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
getValue(ELContext, Object, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextELResolver
getValue() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Returns the attribute value.
getValue() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Get the value.
getVariableInfo(TagData) - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag.Tei
getVariableMapper() - Method in class org.apache.tiles.evaluator.el.ELContextImpl
getWrappedApplicationContext() - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
Returns the wrapped application context.
getWrappedRequest() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Returns the wrapped Tiles request.
getWriter() - Method in interface org.apache.tiles.context.TilesRequestContext
Returns a writer to be used to write directly in the response.
getWriter() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Returns a writer to be used to write directly in the response.
getWriter() - Method in class org.apache.tiles.jsp.context.JspTilesRequestContext
Returns a writer to be used to write directly in the response.
getWriter() - Method in class org.apache.tiles.jsp.context.JspWriterResponse
getWriter() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Returns a writer to be used to write directly in the response.
getWriter() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Returns a writer to be used to write directly in the response.

H

hasAttributeValue(String) - Method in class org.apache.tiles.Definition
Deprecated. Check if the AttributeContext.getAttribute(String) returns null.
hashCode() - Method in class org.apache.tiles.context.MapEntry
Returns the hashcode for this entry.
hashCode() - Method in class org.apache.tiles.Definition
hashCode() - Method in class org.apache.tiles.ListAttribute

I

identifySources(Map<String, String>) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Detects the sources to load.
ignore - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Flag that, if true, ignores exceptions.
ignore - Variable in class org.apache.tiles.jsp.taglib.RenderTag
This flag, if true, ignores exception thrown by preparers and those caused by problems with definitions.
ImportAttributeTag - Class in org.apache.tiles.jsp.taglib
Import attribute(s) into the specified scope.
ImportAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.ImportAttributeTag
 
include(String) - Method in interface org.apache.tiles.context.TilesRequestContext
Includes the response from the specified URL in the current response output.
include(String) - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Includes the response from the specified URL in the current response output.
include(String) - Method in class org.apache.tiles.jsp.context.JspTilesRequestContext
Includes the response from the specified URL in the current response output.
include(String) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Includes the response from the specified URL in the current response output.
include(String) - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Includes the response from the specified URL in the current response output.
indexOfArray(int[], int, int, char[], int) - Method in class org.apache.tiles.util.WildcardHelper
Get the offset of a part of an int array within a char array.
inherit(Attribute) - Method in class org.apache.tiles.Attribute
Inherits an attribute, i.e. overwrites null properties with the ones provided by the attribute.
inherit(AttributeContext) - Method in interface org.apache.tiles.AttributeContext
Copies all missing attributes from the parent attribute context to this one.
inherit(AttributeContext) - Method in class org.apache.tiles.BasicAttributeContext
Copies all missing attributes from the parent attribute context to this one.
inherit(BasicAttributeContext) - Method in class org.apache.tiles.BasicAttributeContext
Inherits the attribute context, inheriting, i.e. copying if not present, the attributes.
inherit - Variable in class org.apache.tiles.Definition
Extends attribute value.
inherit(ListAttribute) - Method in class org.apache.tiles.ListAttribute
Inherits elements present in a "parent" list attribute.
inheritCascadedAttributes(AttributeContext) - Method in interface org.apache.tiles.AttributeContext
Copies the cascaded attributes to this attribute context.
inheritCascadedAttributes(AttributeContext) - Method in class org.apache.tiles.BasicAttributeContext
Copies the cascaded attributes to this attribute context.
init(Map<String, String>) - Method in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
Initializes the object.
init(Map<String, String>) - Method in class org.apache.tiles.context.ChainedTilesContextFactory
Deprecated. Initializes the object.
init(Map<String, String>) - Method in class org.apache.tiles.context.ChainedTilesRequestContextFactory
Initializes the object.
init(Map<String, String>) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Initializes the object.
init(Map<String, String>) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Initializes the object.
init(Map<String, String>) - Method in interface org.apache.tiles.definition.DefinitionsFactory
Initializes the DefinitionsFactory and its subcomponents.
init(Map<String, String>) - Method in interface org.apache.tiles.definition.DefinitionsReader
Initializes the DefinitionsReader object.
init(Map<String, String>) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Initializes the DefinitionsReader object.
init(Map<String, String>) - Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
Initializes the DefinitionsFactory and its subcomponents.
init(Map<String, String>) - Method in interface org.apache.tiles.evaluator.AttributeEvaluator
Initializes the attribute evaluator.
init(Map<String, String>) - Method in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
Initializes the attribute evaluator.
init(Map<String, String>) - Method in class org.apache.tiles.evaluator.impl.DirectAttributeEvaluator
Initializes the attribute evaluator.
init(Map<String, String>) - Method in class org.apache.tiles.impl.BasicTilesContainer
Initialize the Container with the given configuration.
init(Map<String, String>) - Method in interface org.apache.tiles.Initializable
Initializes the object.
init(Map<String, String>) - Method in class org.apache.tiles.jsp.context.JspTilesRequestContextFactory
Initializes the object.
init(Map<String, String>) - Method in class org.apache.tiles.locale.impl.DefaultLocaleResolver
Initializes the LocaleResolver object.
init(Map<String, String>) - Method in interface org.apache.tiles.locale.LocaleResolver
Initializes the LocaleResolver object.
init(Map<String, String>) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
init(Map<String, String>) - Method in class org.apache.tiles.portlet.context.PortletTilesContextFactory
Deprecated. Initializes the object.
init(Map<String, String>) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory
Initializes the object.
init(Map<String, String>) - Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
Initialize the renderer factory.
init(Map<String, String>) - Method in interface org.apache.tiles.renderer.RendererFactory
Initialize the renderer factory.
init(Map<String, String>) - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContextFactory
init(Map<String, String>) - Method in class org.apache.tiles.servlet.context.ServletTilesContextFactory
Deprecated. Initializes the object.
init(Map<String, String>) - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContextFactory
Initializes the object.
init(Map<String, String>) - Method in class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContextFactory
init(Map<String, String>) - Method in interface org.apache.tiles.TilesContainer
Initialize the container with the given configuration.
init(FilterConfig) - Method in class org.apache.tiles.web.startup.TilesFilter
Deprecated. 
init() - Method in class org.apache.tiles.web.startup.TilesServlet
init(FilterConfig) - Method in class org.apache.tiles.web.util.TilesDecorationFilter
init() - Method in class org.apache.tiles.web.util.TilesDispatchServlet
InitContainerTag - Class in org.apache.tiles.jsp.taglib.definition
Init definitions impl.
InitContainerTag() - Constructor for class org.apache.tiles.jsp.taglib.definition.InitContainerTag
 
InitContainerTag.RuntimeConfiguredContext - Class in org.apache.tiles.jsp.taglib.definition
A servlet context created "on the fly" for container initialization.
InitContainerTag.RuntimeConfiguredContext(ServletContext) - Constructor for class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
Constructor.
Initializable - Interface in org.apache.tiles
It is an object that can be initialized using a map with parameters.
initialize(PortletContext) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Initialize (or reinitialize) this PortletTilesApplicationContext instance for the specified Portlet API objects.
initialize(PortletRequest, PortletResponse) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Initialize (or reinitialize) this PortletTilesRequestContext instance for the specified Portlet API objects.
initialize(PortletContext) - Method in class org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContext
Initialize (or reinitialize) this PortletTilesApplicationContext instance for the specified Portlet API objects.
initialize(ServletContext) - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContext
Initialize (or reinitialize) this TilesApplicationContext instance for the specified Servlet API objects.
initialize(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Initialize (or reinitialize) this ServletTilesRequestContext instance for the specified Servlet API objects.
initialize(ServletContext) - Method in class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContext
Initialize (or reinitialize) this TilesApplicationContext instance for the specified Servlet API objects.
initialize(TilesApplicationContext) - Method in class org.apache.tiles.startup.BasicTilesInitializer
Initializes Tiles.
initialize(TilesApplicationContext) - Method in interface org.apache.tiles.startup.TilesInitializer
Initializes Tiles.
initializeContainer(Object, BasicTilesContainer) - Method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use TilesContainerFactory.initializeContainer(TilesApplicationContext, BasicTilesContainer).
initializeContainer(TilesApplicationContext, BasicTilesContainer) - Method in class org.apache.tiles.factory.TilesContainerFactory
Initializes a container.
initializeDefinitionsFactory(DefinitionsFactory, String, Map<String, String>) - Method in class org.apache.tiles.impl.BasicTilesContainer
Deprecated. Do not use, the Definitions Factory should be initialized by the Tiles Container Factory.
initializer - Variable in class org.apache.tiles.web.startup.TilesListener
The initializer object.
initializeRenderer(AttributeRenderer) - Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
Initialize a renderer, by injecting dependencies.
initSyntax(Digester) - Method in class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader
Initialised the syntax for reading XML files containing Tiles definitions.
initSyntax(Digester) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Initialised the syntax for reading XML files containing Tiles definitions.
injectParentTilesContextFactory() - Method in class org.apache.tiles.context.ChainedTilesRequestContextFactory
Injects this context factory to all chained context factories.
InsertAttributeTag - Class in org.apache.tiles.jsp.taglib
This is the tag handler for <tiles:attribute>, which defines an attribute.
InsertAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.InsertAttributeTag
 
InsertDefinitionTag - Class in org.apache.tiles.jsp.taglib
This is the tag handler for <tiles:insertDefinition>, which includes a name, eventually overriding or filling attributes of its template.
InsertDefinitionTag() - Constructor for class org.apache.tiles.jsp.taglib.InsertDefinitionTag
 
InsertTemplateTag - Class in org.apache.tiles.jsp.taglib
This is the tag handler for <tiles:insertTemplate>, which includes a template ready to be filled.
InsertTemplateTag() - Constructor for class org.apache.tiles.jsp.taglib.InsertTemplateTag
 
instantiate(String) - Static method in class org.apache.tiles.reflect.ClassUtil
Returns an instance of the given class name, by calling the default constructor.
instantiate(String, boolean) - Static method in class org.apache.tiles.reflect.ClassUtil
Returns an instance of the given class name, by calling the default constructor.
instantiate(String) - Static method in class org.apache.tiles.util.ClassUtil
Deprecated. Use ClassUtil.instantiate(String).
instantiate(String, boolean) - Static method in class org.apache.tiles.util.ClassUtil
Deprecated. Use ClassUtil.instantiate(String, boolean).
instantiateContainer(TilesApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Instantiate the container, without initialization.
instantiateDefinitionsFactory(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Instantiate a new definitions factory based on Locale.
instantiateLocaleDefinitionDao(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Instantiate (and does not initialize) a Locale-based definition DAO.
InvalidTemplateException - Exception in org.apache.tiles.impl
An invalid template has been identified.
InvalidTemplateException() - Constructor for exception org.apache.tiles.impl.InvalidTemplateException
Constructor.
InvalidTemplateException(String) - Constructor for exception org.apache.tiles.impl.InvalidTemplateException
Constructor.
InvalidTemplateException(Exception) - Constructor for exception org.apache.tiles.impl.InvalidTemplateException
Constructor.
InvalidTemplateException(String, Exception) - Constructor for exception org.apache.tiles.impl.InvalidTemplateException
Constructor.
invokeMethod(Object, Method, Object...) - Static method in class org.apache.tiles.reflect.ClassUtil
Invokes a method, masking with a runtime exception all the exceptions.
isAccessAllowed() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Checks if the user is inside the specified role.
isAccessAllowed() - Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
Deprecated. Implement access allowance in your own tag.
isAccessAllowed() - Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
Deprecated. Checks if the user is inside the specified role.
isCascade() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Checks if the attribute should be cascaded to nested definitions.
isContextProcessed(TilesRequestContext) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. It always return true.
isExtending() - Method in class org.apache.tiles.Definition
Get extends flag.
isFlush() - Method in class org.apache.tiles.jsp.taglib.RenderTag
Returns the flush flag.
isForceInclude(PageContext) - Static method in class org.apache.tiles.jsp.context.JspUtil
Returns true if forced include of the result is needed.
isForceInclude(PortletRequest) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Returns true if forced include of the result is needed.
isForceInclude(HttpServletRequest) - Static method in class org.apache.tiles.servlet.context.ServletUtil
Returns true if forced include of the result is needed.
isIgnore() - Method in class org.apache.tiles.jsp.taglib.RenderTag
Returns the ignore flag.
isInherit() - Method in class org.apache.tiles.ListAttribute
If true, the attribute will put the elements of the attribute with the same name of the parent definition before the ones specified here.
isPermitted(TilesRequestContext, Set<String>) - Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
Checks if the current user is in one of the comma-separated roles specified in the role parameter.
isReadOnly(ELContext, Object, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
isReadOnly(ELContext, Object, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextELResolver
isUserInRole(String) - Method in interface org.apache.tiles.context.TilesRequestContext
Determine whether or not the specified user is in the given role.
isUserInRole(String) - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Determine whether or not the specified user is in the given role.
isUserInRole(String) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Determine whether or not the specified user is in the given role.
isUserInRole(String) - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Determine whether or not the specified user is in the given role.
isValidDefinition(String, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Determine whether or not the definition exists.
isValidDefinition(String, Object...) - Method in interface org.apache.tiles.TilesContainer
Determine whether or not the definition exists.

J

JspExpressionFactoryFactory - Class in org.apache.tiles.jsp.evaluator.el
Uses the JSP 2.1 ExpressionFactory to be used in Tiles.
JspExpressionFactoryFactory() - Constructor for class org.apache.tiles.jsp.evaluator.el.JspExpressionFactoryFactory
 
JspPrintWriterAdapter - Class in org.apache.tiles.jsp.context
Adapts a JspWriter to a PrintWriter, swallowing IOException.
JspPrintWriterAdapter(JspWriter) - Constructor for class org.apache.tiles.jsp.context.JspPrintWriterAdapter
Constructor.
JspTilesContextFactory - Class in org.apache.tiles.jsp.context
Deprecated. Use JspTilesRequestContextFactory.
JspTilesContextFactory() - Constructor for class org.apache.tiles.jsp.context.JspTilesContextFactory
Deprecated. Do not use! No replacement.
JspTilesRequestContext - Class in org.apache.tiles.jsp.context
Context implementation used for executing tiles within a jsp tag library.
JspTilesRequestContext(TilesRequestContext, PageContext) - Constructor for class org.apache.tiles.jsp.context.JspTilesRequestContext
Constructor.
JspTilesRequestContext(ServletContext, PageContext) - Constructor for class org.apache.tiles.jsp.context.JspTilesRequestContext
Deprecated. Use JspTilesRequestContext.JspTilesRequestContext(TilesRequestContext, PageContext).
JspTilesRequestContextFactory - Class in org.apache.tiles.jsp.context
Creates an instance of the appropriate TilesRequestContext implementation under a JSP environment.
JspTilesRequestContextFactory() - Constructor for class org.apache.tiles.jsp.context.JspTilesRequestContextFactory
 
JspUtil - Class in org.apache.tiles.jsp.context
Utility class for working within a Jsp environment.
JspWriterResponse - Class in org.apache.tiles.jsp.context
It works as an HttpServletResponse by wrapping a JspWriter around a PrintWriter.
JspWriterResponse(PageContext) - Constructor for class org.apache.tiles.jsp.context.JspWriterResponse
Constructor.

K

key2definitionsFactory - Variable in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Maps definition factories to their keys.
KEY_EXTRACTOR_CLASS_INIT_PARAM - Static variable in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Init parameter name that contains the class name for the key extractor.
KeyedDefinitionsFactoryTilesContainer - Class in org.apache.tiles.impl
Container that can be used to store multiple DefinitionsFactory instances mapped to different keys.
KeyedDefinitionsFactoryTilesContainer() - Constructor for class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Constructor.
KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor - Class in org.apache.tiles.impl
This is the default factory key.
KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor() - Constructor for class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
 
KeyedDefinitionsFactoryTilesContainer.KeyExtractor - Interface in org.apache.tiles.impl
It represents an object able to return a key from a request.
KeyedDefinitionsFactoryTilesContainerFactory - Class in org.apache.tiles.factory
Factory that creates instances of container that will extend the KeyedDefinitionsFactoryTilesContainer class.
KeyedDefinitionsFactoryTilesContainerFactory() - Constructor for class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
 
keyExtractor - Variable in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
The key extractor object.

L

lastIndexOfArray(int[], int, int, char[], int) - Method in class org.apache.tiles.util.WildcardHelper
Get the offset of a last occurance of an int array within a char array.
lastModifiedDates - Variable in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Contains the dates that the URL sources were last modified.
lastModifiedDates - Variable in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. No more used.
LIST_HANDLER_CLASS - Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
The handler to create list attributes.
ListAttribute - Class in org.apache.tiles.context
Deprecated. Use ListAttribute.
ListAttribute() - Constructor for class org.apache.tiles.context.ListAttribute
Deprecated. Constructor.
ListAttribute(String, List<Object>) - Constructor for class org.apache.tiles.context.ListAttribute
Deprecated. Constructor.
ListAttribute - Class in org.apache.tiles
An attribute as a List.
ListAttribute() - Constructor for class org.apache.tiles.ListAttribute
Constructor.
ListAttribute(List<? extends Object>) - Constructor for class org.apache.tiles.ListAttribute
Constructor.
ListAttribute(ListAttribute) - Constructor for class org.apache.tiles.ListAttribute
Copy constructor.
loadDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Tries to load definitions if necessary.
loadDefinitionsFromURL(URL) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Loads definitions from an URL without loading from "parent" URLs.
loadDefinitionsFromURLs(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Loads definitions from the URLs.
loadParentDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Loads parent definitions, i.e. definitions mapped to a parent locale.
loadParentDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Loads parent definitions, i.e. definitions mapped to a parent locale.
loadRawDefinitionsFromURLs(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Deprecated. Use CachingLocaleUrlDefinitionDAO.loadDefinitionsFromURLs(Locale).
locale2definitionMap - Variable in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
The locale-specific set of definitions objects.
LOCALE_KEY - Static variable in class org.apache.tiles.locale.impl.DefaultLocaleResolver
The attribute name that is used to store the current locale.
LOCALE_RESOLVER_IMPL_PROPERTY - Static variable in interface org.apache.tiles.definition.DefinitionsFactory
Property name that specifies the implementation of LocaleResolver.
LocaleDefinitionsFactory - Class in org.apache.tiles.definition
DefinitionsFactory implementation that manages Definitions configuration data from URLs, but resolving definition inheritance when a definition is returned..
LocaleDefinitionsFactory() - Constructor for class org.apache.tiles.definition.LocaleDefinitionsFactory
 
localePatternPaths - Variable in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Stores patterns depending on the locale they refer to.
localeResolver - Variable in class org.apache.tiles.definition.LocaleDefinitionsFactory
The locale resolver object.
LocaleResolver - Interface in org.apache.tiles.locale
It represents an object able to resolve the current locale for the current request, where its strategy depends on its implementation.
LocaleUrlDefinitionDAO - Class in org.apache.tiles.definition.dao
A definition DAO that uses Locale as a customization key and loads definitions from URLs.
LocaleUrlDefinitionDAO() - Constructor for class org.apache.tiles.definition.dao.LocaleUrlDefinitionDAO
 
LocaleUtil - Class in org.apache.tiles.util
Utilities for locale manipulation.
log(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
log(Exception, String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
log(String, Throwable) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
log(String) - Method in class org.apache.tiles.web.startup.TilesFilter
Deprecated. 
log - Variable in class org.apache.tiles.web.startup.TilesListener
Log instance.
log - Variable in class org.apache.tiles.web.startup.TilesServlet
Log instance.
log(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
log(Exception, String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
log(String, Throwable) - Method in class org.apache.tiles.web.util.ServletContextAdapter

M

MapEntry<K,V> - Class in org.apache.tiles.context
Map.Entry implementation that can be constructed to either be read-only or not.
MapEntry(K, V, boolean) - Constructor for class org.apache.tiles.context.MapEntry
Creates a map entry that can either allow modifications or not.
match(Map<Integer, String>, String, int[]) - Method in class org.apache.tiles.util.WildcardHelper
Match a pattern agains a string and isolates wildcard replacement into a Stack.
MATCH_BEGIN - Static variable in class org.apache.tiles.util.WildcardHelper
The int representing begin in the pattern int [].
MATCH_END - Static variable in class org.apache.tiles.util.WildcardHelper
The int value that terminates the pattern int [].
MATCH_FILE - Static variable in class org.apache.tiles.util.WildcardHelper
The int representing '*' in the pattern int [].
MATCH_PATH - Static variable in class org.apache.tiles.util.WildcardHelper
The int representing '**' in the pattern int [].
MATCH_THEEND - Static variable in class org.apache.tiles.util.WildcardHelper
The int representing end in pattern int [].
matchArray(int[], int, int, char[], int) - Method in class org.apache.tiles.util.WildcardHelper
Matches elements of array r from rpos to rend with array d, starting from dpos.
MenuItem - Interface in org.apache.tiles.beans
Interface for MenuItems.
MutableTilesContainer - Interface in org.apache.tiles.mgmt
Defines a mutable version of the TilesContainer.
mutate(AttributeContext, ServletRequest) - Method in interface org.apache.tiles.web.util.AttributeContextMutator
Mutate a AttributeContext.

N

name - Variable in class org.apache.tiles.Definition
Definition name.
name - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The name of the attribute.
name - Variable in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Name to insert.
name - Variable in class org.apache.tiles.jsp.taglib.PutAttributeTag
Name of attribute to put in attribute context.
NoSuchAttributeException - Exception in org.apache.tiles.jsp.taglib
Indicates that a named attribute has not been found.
NoSuchAttributeException() - Constructor for exception org.apache.tiles.jsp.taglib.NoSuchAttributeException
Constructor.
NoSuchAttributeException(String) - Constructor for exception org.apache.tiles.jsp.taglib.NoSuchAttributeException
Constructor.
NoSuchAttributeException(Exception) - Constructor for exception org.apache.tiles.jsp.taglib.NoSuchAttributeException
Constructor.
NoSuchAttributeException(String, Exception) - Constructor for exception org.apache.tiles.jsp.taglib.NoSuchAttributeException
Constructor.
NoSuchContainerException - Exception in org.apache.tiles.impl
Indicates that a keyed container has not been found.
NoSuchContainerException() - Constructor for exception org.apache.tiles.impl.NoSuchContainerException
Constructor.
NoSuchContainerException(String) - Constructor for exception org.apache.tiles.impl.NoSuchContainerException
Constructor.
NoSuchContainerException(Exception) - Constructor for exception org.apache.tiles.impl.NoSuchContainerException
Constructor.
NoSuchContainerException(String, Exception) - Constructor for exception org.apache.tiles.impl.NoSuchContainerException
Constructor.
NoSuchDefinitionException - Exception in org.apache.tiles.definition
Exception thrown when a definition is not found.
NoSuchDefinitionException() - Constructor for exception org.apache.tiles.definition.NoSuchDefinitionException
Constructor.
NoSuchDefinitionException(String) - Constructor for exception org.apache.tiles.definition.NoSuchDefinitionException
Constructor.
NoSuchPreparerException - Exception in org.apache.tiles.preparer
Thrown when the named preparerInstance can not be found.
NoSuchPreparerException(String) - Constructor for exception org.apache.tiles.preparer.NoSuchPreparerException
Constructor.
NoSuchPreparerException(String, Exception) - Constructor for exception org.apache.tiles.preparer.NoSuchPreparerException
Constructor.
NotAPortletEnvironmentException - Exception in org.apache.tiles.portlet.context
Exception that indicates that a resource could not be used because it is not in a portlet environment.
NotAPortletEnvironmentException() - Constructor for exception org.apache.tiles.portlet.context.NotAPortletEnvironmentException
Constructor.
NotAPortletEnvironmentException(String) - Constructor for exception org.apache.tiles.portlet.context.NotAPortletEnvironmentException
Constructor.
NotAPortletEnvironmentException(Throwable) - Constructor for exception org.apache.tiles.portlet.context.NotAPortletEnvironmentException
Constructor.
NotAPortletEnvironmentException(String, Throwable) - Constructor for exception org.apache.tiles.portlet.context.NotAPortletEnvironmentException
Constructor.
NotAvailableFeatureException - Exception in org.apache.tiles.factory
Exception that indicates that a feature could not be used since it is not available.
NotAvailableFeatureException() - Constructor for exception org.apache.tiles.factory.NotAvailableFeatureException
Constructor.
NotAvailableFeatureException(String) - Constructor for exception org.apache.tiles.factory.NotAvailableFeatureException
Constructor.
NotAvailableFeatureException(Throwable) - Constructor for exception org.apache.tiles.factory.NotAvailableFeatureException
Constructor.
NotAvailableFeatureException(String, Throwable) - Constructor for exception org.apache.tiles.factory.NotAvailableFeatureException
Constructor.
NULL_LOCALE - Static variable in class org.apache.tiles.util.LocaleUtil
The "null" Locale, i.e. a Locale that points to no real locale.

O

org.apache.tiles - package org.apache.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles.
org.apache.tiles.access - package org.apache.tiles.access
Utility classes to access Tiles funcionality from an application.
org.apache.tiles.awareness - package org.apache.tiles.awareness
Interfaces that let the Tiles engine to inject dependencies to its objects.
org.apache.tiles.beans - package org.apache.tiles.beans
Classes to work with Tiles menu items and beans.
org.apache.tiles.compat.definition.digester - package org.apache.tiles.compat.definition.digester
Contains code to read old-format Tiles definition files.
org.apache.tiles.compat.preparer - package org.apache.tiles.compat.preparer
"View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered.
org.apache.tiles.context - package org.apache.tiles.context
Classes and interfaces that allow to access the various contexts in an application in a uniformed way.
org.apache.tiles.context.enhanced - package org.apache.tiles.context.enhanced
Classes and interfaces that allow to access the various contexts using also the classpath to access resources.
org.apache.tiles.definition - package org.apache.tiles.definition
It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes.
org.apache.tiles.definition.dao - package org.apache.tiles.definition.dao
Classes to simply load definitions depending on a customization key.
org.apache.tiles.definition.digester - package org.apache.tiles.definition.digester
Allows reading definitions with the use of Jakarta Commons Digester.
org.apache.tiles.definition.util - package org.apache.tiles.definition.util
Utility classes for definitions.
org.apache.tiles.evaluator - package org.apache.tiles.evaluator
Interfaces to manage attribute value evaluation.
org.apache.tiles.evaluator.el - package org.apache.tiles.evaluator.el
Attribute evaluator classes that can perform EL evaluation for attributes.
org.apache.tiles.evaluator.impl - package org.apache.tiles.evaluator.impl
Classes to manage attribute value evaluation.
org.apache.tiles.factory - package org.apache.tiles.factory
Factory classes, to allow creation of container instances.
org.apache.tiles.impl - package org.apache.tiles.impl
It contains the basic implementations of Tiles container.
org.apache.tiles.impl.mgmt - package org.apache.tiles.impl.mgmt
It contains the basic implementations of mutable Tiles containers.
org.apache.tiles.jsp.context - package org.apache.tiles.jsp.context
Tiles context classes in a JSP environment.
org.apache.tiles.jsp.evaluator.el - package org.apache.tiles.jsp.evaluator.el
Attribute evaluator classes that can perform EL evaluation for attributes when a JSP environment is available.
org.apache.tiles.jsp.taglib - package org.apache.tiles.jsp.taglib
The "tiles-jsp" tag library contains tags that are useful to create templates, subpages other reusable view parts using the "tiles-core" package.
org.apache.tiles.jsp.taglib.definition - package org.apache.tiles.jsp.taglib.definition
Part of the tag library to create definitions inside JSP pages.
org.apache.tiles.locale - package org.apache.tiles.locale
Classes and interfaces to allow locale resolution in an application, i.e. it allows to specify how to access the locale that the user wants to use.
org.apache.tiles.locale.impl - package org.apache.tiles.locale.impl
Basic implementation of the locale resolver.
org.apache.tiles.mgmt - package org.apache.tiles.mgmt
Classes and interfaces to be used when it is needed to create Tiles definitions during the execution of the application.
org.apache.tiles.portlet.context - package org.apache.tiles.portlet.context
Classes and interfaces that allow to access the various contexts from a portlet application.
org.apache.tiles.portlet.context.wildcard - package org.apache.tiles.portlet.context.wildcard
Classes and interfaces that allow to access the various contexts from a portlet application.
org.apache.tiles.preparer - package org.apache.tiles.preparer
"View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered.
org.apache.tiles.reflect - package org.apache.tiles.reflect
Classes to manage reflection in a centralized way for Tiles.
org.apache.tiles.renderer - package org.apache.tiles.renderer
Interfaces to manage attribute rendering.
org.apache.tiles.renderer.impl - package org.apache.tiles.renderer.impl
Default implementations to manage attribute rendering.
org.apache.tiles.servlet.context - package org.apache.tiles.servlet.context
Classes and interfaces that allow to access the various contexts from a servlet application.
org.apache.tiles.servlet.context.wildcard - package org.apache.tiles.servlet.context.wildcard
Classes and interfaces that allow to access the various contexts from a servlet application.
org.apache.tiles.startup - package org.apache.tiles.startup
Classes to start the Tiles engine up.
org.apache.tiles.util - package org.apache.tiles.util
Static utility classes used throughout the implementation.
org.apache.tiles.web.startup - package org.apache.tiles.web.startup
Classes to start the Tiles engine up in a web environment.
org.apache.tiles.web.util - package org.apache.tiles.web.util
Utility classes to use Tiles in a servlet environment.
overload(Definition, Definition) - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Use BasicAttributeContext.inherit(org.apache.tiles.AttributeContext).
overload(Definition, Definition) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Deprecated. Use Definition#inherit(Definition).

P

param - Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
The lazily instantiated Map of request parameter name-value.
paramValues - Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
The lazily instantiated Map of request parameter name-values.
parseAlternateDefinitions() - Method in class org.apache.tiles.web.util.TilesDecorationFilter
Creates the alternate definitions map, to map a mask of definition names to a configured definition.
PARSER_VALIDATE_PARAMETER_NAME - Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Digester validation parameter name.
popContext(TilesRequestContext) - Static method in class org.apache.tiles.context.BasicAttributeContext
Deprecated. Use TilesContainer#endContext(Object...).
popContext(TilesRequestContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Pops a context object out of the stack.
PortletTilesApplicationContext - Class in org.apache.tiles.portlet.context
Portlet-based TilesApplicationContext implementation.
PortletTilesApplicationContext(PortletContext) - Constructor for class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Creates a new instance of PortletTilesApplicationContext.
PortletTilesApplicationContextFactory - Class in org.apache.tiles.portlet.context
Creates an instance of the appropriate TilesApplicationContext implementation under a portlet environment.
PortletTilesApplicationContextFactory() - Constructor for class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
 
PortletTilesContextFactory - Class in org.apache.tiles.portlet.context
Deprecated. Use PortletTilesApplicationContextFactory or PortletTilesRequestContextFactory.
PortletTilesContextFactory() - Constructor for class org.apache.tiles.portlet.context.PortletTilesContextFactory
Deprecated.  
PortletTilesRequestContext - Class in org.apache.tiles.portlet.context
Portlet-based TilesApplicationContext implementation.
PortletTilesRequestContext(TilesApplicationContext, PortletContext, PortletRequest, PortletResponse) - Constructor for class org.apache.tiles.portlet.context.PortletTilesRequestContext
Creates a new instance of PortletTilesRequestContext.
PortletTilesRequestContext(PortletContext, PortletRequest, PortletResponse) - Constructor for class org.apache.tiles.portlet.context.PortletTilesRequestContext
Deprecated. Use PortletTilesRequestContext.PortletTilesRequestContext(TilesApplicationContext, PortletContext, PortletRequest, PortletResponse) .
PortletTilesRequestContextFactory - Class in org.apache.tiles.portlet.context
Creates an instance of the appropriate TilesRequestContext implementation under a portlet environment.
PortletTilesRequestContextFactory() - Constructor for class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory
Constructor.
PortletUtil - Class in org.apache.tiles.portlet.context
Utilities for Tiles portlet support.
postCreationOperations(TilesRequestContextFactory, TilesApplicationContext, RendererFactory, AttributeEvaluator, Map<String, String>, Map<String, String>, BasicTilesContainer) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
After the creation of the elements, it is possible to do other operations that will be done after the creation and before the assignment to the container.
postCreationOperations(TilesRequestContextFactory, TilesApplicationContext, RendererFactory, AttributeEvaluator, Map<String, String>, Map<String, String>, BasicTilesContainer) - Method in class org.apache.tiles.factory.TilesContainerFactory
After the creation of the elements, it is possible to do other operations that will be done after the creation and before the assignment to the container.
postDefinitionLoadOperations(Map<String, Definition>, Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Operations to be done after definitions are loaded.
postDefinitionLoadOperations(Map<String, Definition>, Locale) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Operations to be done after definitions are loaded.
prepare(String, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Executes a preparer.
prepare(String, Object...) - Method in interface org.apache.tiles.TilesContainer
Executes a preparer.
preparer - Variable in class org.apache.tiles.BasicAttributeContext
Associated ViewPreparer URL or classname, if defined.
preparer - Variable in class org.apache.tiles.jsp.taglib.RenderTag
The view preparer to use before the rendering.
PREPARER_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Initialization parameter that represents the preparer factory class name.
PreparerException - Exception in org.apache.tiles.preparer
Thrown when an exception occurs while processing a prepare request.
PreparerException() - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
PreparerException(Exception) - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
PreparerException(String) - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
PreparerException(String, Exception) - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
PreparerFactory - Interface in org.apache.tiles.preparer
Factory interface used to create/retrieve instances of the ViewPreparer interface.
preparers - Variable in class org.apache.tiles.preparer.BasicPreparerFactory
Maps a preparer name to the instantiated preparer.
print(boolean) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
print(char) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
print(char[]) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
print(double) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
print(float) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
print(int) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
print(long) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
print(Object) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
print(String) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
println() - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
println(boolean) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
println(char) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
println(char[]) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
println(double) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
println(float) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
println(int) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
println(long) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
println(Object) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
println(String) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
processNestedDefinitionName(String) - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Process the nested <tiles:definition> tag.
processNestedDefinitionName(String) - Method in interface org.apache.tiles.jsp.taglib.definition.DefinitionTagParent
Process the nested <tiles:definition> tag.
processNestedTag(AddAttributeTag) - Method in interface org.apache.tiles.jsp.taglib.AddAttributeTagParent
Process the nested tag.
processNestedTag(AddAttributeTag) - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
Process nested ≶addAttribute> tag.
processNestedTag(PutAttributeTag) - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Reset member values for reuse.
processNestedTag(PutListAttributeTag) - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Process the nested tag.
processNestedTag(PutAttributeTag) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
Process the nested tag.
processNestedTag(PutAttributeTag) - Method in interface org.apache.tiles.jsp.taglib.PutAttributeTagParent
Process the nested tag.
processNestedTag(AddAttributeTag) - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Process nested ≶putAttribute> tag.
processNestedTag(PutListAttributeTag) - Method in interface org.apache.tiles.jsp.taglib.PutListAttributeTagParent
Process the nested tag.
processNestedTag(PutAttributeTag) - Method in class org.apache.tiles.jsp.taglib.RenderTag
Process nested ≶put> tag.
processNestedTag(PutListAttributeTag) - Method in class org.apache.tiles.jsp.taglib.RenderTag
Process the nested tag.
pushContext(AttributeContext, TilesRequestContext) - Static method in class org.apache.tiles.context.BasicAttributeContext
Deprecated. Use TilesContainer#startContext(Object...).
pushContext(AttributeContext, TilesRequestContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Pushes a context object in the stack.
put(String, Object) - Method in class org.apache.tiles.Definition
Deprecated. Use AttributeContext.putAttribute(String, Attribute) or AttributeContext.putAttribute(String, Attribute, boolean).
put(String, Object, String) - Method in class org.apache.tiles.Definition
Deprecated. Use AttributeContext.putAttribute(String, Attribute) or AttributeContext.putAttribute(String, Attribute, boolean).
put(String, Object, Attribute.AttributeType, String) - Method in class org.apache.tiles.Definition
Deprecated. Use AttributeContext.putAttribute(String, Attribute) or AttributeContext.putAttribute(String, Attribute, boolean).
PUT_ATTRIBUTE_HANDLER_CLASS - Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
The handler to create attributes.
putAttribute(String, Attribute) - Method in interface org.apache.tiles.AttributeContext
Add the specified attribute.
putAttribute(String, Attribute, boolean) - Method in interface org.apache.tiles.AttributeContext
Add the specified attribute.
putAttribute(String, Attribute) - Method in class org.apache.tiles.BasicAttributeContext
Add the specified attribute.
putAttribute(String, Attribute, boolean) - Method in class org.apache.tiles.BasicAttributeContext
Add the specified attribute.
PutAttributeTag - Class in org.apache.tiles.jsp.taglib
Put an attribute in enclosing attribute container tag.
PutAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.PutAttributeTag
 
PutAttributeTagParent - Interface in org.apache.tiles.jsp.taglib
Tag classes implementing this interface can contain nested PutAttributeTag.
PutListAttributeTag - Class in org.apache.tiles.jsp.taglib
PutList tag implementation.
PutListAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.PutListAttributeTag
 
PutListAttributeTagParent - Interface in org.apache.tiles.jsp.taglib
Tag classes implementing this interface can contain nested PutListAttributeTag.

R

read(Object) - Method in interface org.apache.tiles.definition.DefinitionsReader
Reads Definition objects from a source.
read(Object) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Reads Definition objects from a source.
readDefinitions() - Method in interface org.apache.tiles.definition.DefinitionsFactory
Deprecated. Let the Definitions Factory use it.
readDefinitions() - Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
Deprecated. 
readDefinitions() - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. Let the Definitions Factory use it.
reader - Variable in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Reader used to get definitions from the sources.
reader - Variable in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. No more used.
READER_IMPL_PROPERTY - Static variable in interface org.apache.tiles.definition.DefinitionsFactory
Property name that specifies the implementation of the DefinitionsReader.
refresh() - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Refreshes the stored definitions, reloading them.
refresh() - Method in interface org.apache.tiles.definition.Refreshable
Refreshes the stored definitions, reloading them.
refresh() - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Refreshes the stored definitions, reloading them.
Refreshable - Interface in org.apache.tiles.definition
Indicates support for reloading Tiles configuration when it changes.
RefreshMonitor - Interface in org.apache.tiles.definition
Implementing this interface means that the object monitors the sources it uses to check when they change.
refreshRequired() - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Indicates whether the sources are out of date and need to be reloaded.
refreshRequired() - Method in interface org.apache.tiles.definition.RefreshMonitor
Indicates whether the sources are out of date and need to be reloaded.
refreshRequired() - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Indicates whether the DefinitionsFactory is out of date and needs to be reloaded.
register(Definition, Object...) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Register a new definition with the container.
register(Definition, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Registers a custom definition.
register(Definition, Object...) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Register a new definition with the container.
register(Definition, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Registers a custom definition.
register(Definition, Object...) - Method in interface org.apache.tiles.mgmt.MutableTilesContainer
Register a new definition with the container.
registerAttributeRenderers(BasicRendererFactory, TilesApplicationContext, TilesRequestContextFactory, TilesContainer, AttributeEvaluator) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Registers attribute renderers in a BasicRendererFactory.
registerChainedRequestContextFactories(ChainedTilesRequestContextFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Register elements of a chained request context factory.
registerRenderer(String, AttributeRenderer) - Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
Registers a renderer.
registerRequestContextFactory(String, List<TilesRequestContextFactory>, TilesRequestContextFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Registers a TilesRequestContextFactory specifying its classname.
registrations - Variable in class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader
The set of public identifiers, and corresponding resource names for the versions of the configuration file DTDs we know about.
registrations - Variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
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.tiles.jsp.taglib.ContainerTagSupport
Deprecated. Release any per-instance resources, releasing any resources or state before this tag instance is disposed.
release() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Release any per-instance resources, releasing any resources or state before this tag instance is disposed.
release() - Method in class org.apache.tiles.jsp.taglib.TilesBodyTag
Release any per-instance resources, releasing any resources or state before this tag instance is disposed.
release() - Method in class org.apache.tiles.jsp.taglib.TilesTag
Release any per-instance resources, releasing any resources or state before this tag instance is disposed.
release() - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Release references to allocated resources acquired in initialize() of via subsequent processing.
release() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Release references to allocated resources acquired in initialize() of via subsequent processing.
release() - Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContext
Release references to allocated resources acquired in initialize() of via subsequent processing.
release() - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Release references to allocated resources acquired in initialize() of via subsequent processing.
ReloadableDefinitionsFactory - Interface in org.apache.tiles.definition
Deprecated. Use Refreshable.
reloadDefinitionsFactory(Object) - Static method in class org.apache.tiles.definition.util.DefinitionsFactoryUtil
Deprecated. Let the definitions DAO manage auto-reload.
removeAttribute(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
removeAttribute(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
render(String, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Render the given tiles request.
render(Attribute, Writer, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Deprecated. 
render(Attribute, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Render the given Attribute.
render(TilesRequestContext, String) - Method in class org.apache.tiles.impl.BasicTilesContainer
Renders the definition with specified name.
render(TilesRequestContext, Definition) - Method in class org.apache.tiles.impl.BasicTilesContainer
Renders the specified definition
render(TilesRequestContext, AttributeContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Renders the specified attribute context.
render(Attribute) - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Renders an attribute for real.
render() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Render the specified content.
render(Attribute) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Renders an attribute for real.
render() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Render the specified content.
render() - Method in class org.apache.tiles.jsp.taglib.RenderTag
Render the specified content.
render(Attribute, TilesRequestContext) - Method in interface org.apache.tiles.renderer.AttributeRenderer
Renders an attribute.
render(Attribute, TilesRequestContext) - Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
Renders an attribute.
render(String, Object...) - Method in interface org.apache.tiles.TilesContainer
Render the given tiles request.
render(Attribute, Writer, Object...) - Method in interface org.apache.tiles.TilesContainer
Deprecated. Use TilesContainer.render(Attribute, Object...).
render(Attribute, Object...) - Method in interface org.apache.tiles.TilesContainer
Render the given Attribute.
renderContext(Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Renders the current context, as it is.
renderContext() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Renders the current context.
renderContext() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Renders the current context.
renderContext(Object...) - Method in interface org.apache.tiles.TilesContainer
Renders the current context, as it is.
RENDERER_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Initialization parameter that represents the renderer factory class name.
RendererException - Exception in org.apache.tiles.renderer
Exception for attribute rendition events.
RendererException() - Constructor for exception org.apache.tiles.renderer.RendererException
Constructor.
RendererException(String) - Constructor for exception org.apache.tiles.renderer.RendererException
Constructor.
RendererException(Exception) - Constructor for exception org.apache.tiles.renderer.RendererException
Create a new RendererException wrapping an existing exception.
RendererException(String, Exception) - Constructor for exception org.apache.tiles.renderer.RendererException
Create a new RendererException from an existing exception.
RendererFactory - Interface in org.apache.tiles.renderer
Factory interface used to create/retrieve instances of the AttributeRenderer interface.
renderers - Variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The renderer name/renderer map.
RenderTag - Class in org.apache.tiles.jsp.taglib
Abstracts class for all tags which render (an attribute, a template, or definition).
RenderTag() - Constructor for class org.apache.tiles.jsp.taglib.RenderTag
 
RenderTagSupport - Class in org.apache.tiles.jsp.taglib
Deprecated. Use RenderTag.
RenderTagSupport() - Constructor for class org.apache.tiles.jsp.taglib.RenderTagSupport
Deprecated.  
replace(String, Map<Integer, String>) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Replaces a string with placeholders using values of a variable map.
replaceDefinition(Definition, String, Map<Integer, String>) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Creates a definition given its representation with wildcards.
request - Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
The PortletRequest for this request.
REQUEST_CONTEXT_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Initialization parameter that represents the context factory class name.
requestProperties - Variable in class org.apache.tiles.evaluator.el.TilesContextELResolver
Contains the properties of TilesRequestContext.
reset() - Method in interface org.apache.tiles.definition.Definitions
Deprecated. Clears definitions.
reset() - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Clears definitions.
reset() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.RenderTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
Deprecated. Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.TilesBodyTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.TilesTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
reset() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag.doEndTag() and Tag.doStartTag().
resolveFactoryName(Map<String, String>, String) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Resolves a factory class name.
resolveInheritance(Definition, Map<String, Definition>, Locale, Set<String>) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Resolve locale-specific inheritance.
resolveInheritance(Definition, Locale, Set<String>) - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Resolve locale-specific inheritance.
resolveInheritance(Definition, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Resolve inheritance.
resolveInheritances(Map<String, Definition>, Locale) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Resolve locale-specific extended instances.
resolveInheritances() - Method in interface org.apache.tiles.definition.Definitions
Deprecated. Resolves configuration inheritance properties.
resolveInheritances(Locale) - Method in interface org.apache.tiles.definition.Definitions
Deprecated. Resolves locale-specific configuration inheritance properties.
resolveInheritances() - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Resolve extended instances.
resolveInheritances(Locale) - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Resolve locale-specific extended instances.
resolveLocale(TilesRequestContext) - Method in class org.apache.tiles.locale.impl.DefaultLocaleResolver
Resolves the locale.
resolveLocale(TilesRequestContext) - Method in interface org.apache.tiles.locale.LocaleResolver
Resolves the locale.
resolver - Variable in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
The EL resolver to use.
resolver - Variable in class org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContext
The pattern resolver.
resolver - Variable in class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContext
The pattern resolver.
resolveWildcardDefinition(List<CachingLocaleUrlDefinitionDAO.WildcardMapping>, String) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Try to resolve a wildcard definition.
ResolvingLocaleUrlDefinitionDAO - Class in org.apache.tiles.definition.dao
A definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded and resolves inheritances.
ResolvingLocaleUrlDefinitionDAO() - Constructor for class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
 
response - Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
The PortletResponse for this request.
role - Variable in class org.apache.tiles.jsp.taglib.AddAttributeTag
The role to check.
role - Variable in class org.apache.tiles.jsp.taglib.RenderTag
The role to check.
roles - Variable in class org.apache.tiles.Attribute
The roles that can render this attribute.
RoleSecurityTagSupport - Class in org.apache.tiles.jsp.taglib
Deprecated. Use AddAttributeTag and PutAttributeTag directly.
RoleSecurityTagSupport() - Constructor for class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
Deprecated.  

S

scope - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The scope.
scopeName - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The scope name.
searchResources(ClassLoader, String) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Searches for resources in the classpath, given a path, using a class loader.
servletContext - Variable in class org.apache.tiles.jsp.evaluator.el.JspExpressionFactoryFactory
The servlet context.
ServletContextAdapter - Class in org.apache.tiles.web.util
Adapts a servlet config and a servlet context to become a unique servlet context.
ServletContextAdapter(ServletConfig) - Constructor for class org.apache.tiles.web.util.ServletContextAdapter
Constructor.
ServletTilesApplicationContext - Class in org.apache.tiles.servlet.context
Servlet-based implementation of the TilesApplicationContext interface.
ServletTilesApplicationContext(ServletContext) - Constructor for class org.apache.tiles.servlet.context.ServletTilesApplicationContext
Creates a new instance of ServletTilesApplicationContext.
ServletTilesApplicationContextFactory - Class in org.apache.tiles.servlet.context
Creates an instance of the appropriate TilesApplicationContext implementation under a servlet environment.
ServletTilesApplicationContextFactory() - Constructor for class org.apache.tiles.servlet.context.ServletTilesApplicationContextFactory
 
ServletTilesContextFactory - Class in org.apache.tiles.servlet.context
Deprecated. 
ServletTilesContextFactory() - Constructor for class org.apache.tiles.servlet.context.ServletTilesContextFactory
Deprecated. Do not use! No replacement.
ServletTilesRequestContext - Class in org.apache.tiles.servlet.context
Servlet-based implementation of the TilesApplicationContext interface.
ServletTilesRequestContext(TilesApplicationContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.tiles.servlet.context.ServletTilesRequestContext
Creates a new instance of ServletTilesRequestContext.
ServletTilesRequestContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.tiles.servlet.context.ServletTilesRequestContext
Deprecated. Use ServletTilesRequestContext.ServletTilesRequestContext(TilesApplicationContext, HttpServletRequest, HttpServletResponse) .
ServletTilesRequestContextFactory - Class in org.apache.tiles.servlet.context
Creates an instance of the appropriate TilesRequestContext implementation in a servlet environment.
ServletTilesRequestContextFactory() - Constructor for class org.apache.tiles.servlet.context.ServletTilesRequestContextFactory
 
ServletUtil - Class in org.apache.tiles.servlet.context
Utilities for Tiles servlet support.
setApplicationContext(TilesApplicationContext) - Method in interface org.apache.tiles.awareness.TilesApplicationContextAware
Sets the Tiles application context.
setApplicationContext(TilesApplicationContext) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Sets the Tiles application context.
setApplicationContext(TilesApplicationContext) - Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
Sets the Tiles application context.
setApplicationContext(TilesApplicationContext) - Method in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
Sets the Tiles application context.
setApplicationContext(TilesApplicationContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Sets the Tiles application context to use.
setApplicationContext(TilesApplicationContext) - Method in class org.apache.tiles.jsp.evaluator.el.JspExpressionFactoryFactory
Sets the Tiles application context.
setApplicationContext(TilesApplicationContext) - Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
Sets the Tiles application context.
setApplicationContext(TilesApplicationContext) - Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
Sets the Tiles application context.
setApplicationContextFactory(AbstractTilesApplicationContextFactory) - Method in interface org.apache.tiles.awareness.AbstractTilesApplicationContextFactoryAware
Sets the Tiles application context factory.
setAttribute(String, Object) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
setAttribute(String, Object) - Method in class org.apache.tiles.web.util.ServletContextAdapter
setBody(String) - Method in class org.apache.tiles.Attribute
Sets the body of this attribute.
setCascade(boolean) - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Sets the property that tells if the attribute should be cascaded to nested definitions.
setCheckRefresh(boolean) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Sets the flag to check URL refresh.
setClassname(String) - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Set the class name.
setContainer(TilesApplicationContext, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
Configures the default container to be used in the application.
setContainer(TilesApplicationContext, TilesContainer, String) - Static method in class org.apache.tiles.access.TilesAccess
Configures the container to be used in the application.
setContainer(Object, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
Deprecated. Use TilesAccess.setContainer(TilesApplicationContext, TilesContainer).
setContainer(TilesContainer) - Method in interface org.apache.tiles.awareness.TilesContainerAware
Sets the Tiles container.
setContainer(PageContext, TilesContainer) - Static method in class org.apache.tiles.jsp.context.JspUtil
Configures the default container to be used in the application.
setContainer(PageContext, TilesContainer, String) - Static method in class org.apache.tiles.jsp.context.JspUtil
Configures the container to be used in the application.
setContainer(PortletContext, TilesContainer) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Configures the default container to be used in the application.
setContainer(PortletContext, TilesContainer, String) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Configures the container to be used in the application.
setContainer(TilesContainer) - Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
Sets the Tiles container.
setContainer(TilesContainer) - Method in class org.apache.tiles.renderer.impl.DefinitionAttributeRenderer
Sets the Tiles container.
setContainer(TilesContainer) - Method in class org.apache.tiles.renderer.impl.UntypedAttributeRenderer
Sets the Tiles container.
setContainer(ServletContext, TilesContainer) - Static method in class org.apache.tiles.servlet.context.ServletUtil
Configures the default container to be used in the application.
setContainer(ServletContext, TilesContainer, String) - Static method in class org.apache.tiles.servlet.context.ServletUtil
Configures the container to be used in the application.
setContainerFactory(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
Sets the container factory class name.
setContainerKey(String) - Method in class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
Sets the key of the container to destroy.
setContainerKey(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
Sets the key under which the container will be stored.
setContainerKey(String) - Method in class org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag
Sets the key under which the container is stored.
setContextFactory(TilesContextFactory) - Method in class org.apache.tiles.impl.BasicTilesContainer
Deprecated. Use BasicTilesContainer.setRequestContextFactory(TilesRequestContextFactory).
setCurrentContainer(PageContext, String) - Static method in class org.apache.tiles.jsp.context.JspUtil
Sets the current container to use in web pages.
setCurrentContainer(PageContext, TilesContainer) - Static method in class org.apache.tiles.jsp.context.JspUtil
Sets the current container to use in web pages.
setCurrentContainer(PortletRequest, PortletContext, String) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Sets the current container to use in web pages.
setCurrentContainer(PortletRequest, PortletContext, TilesContainer) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Sets the current container to use in web pages.
setCurrentContainer(ServletRequest, ServletContext, String) - Static method in class org.apache.tiles.servlet.context.ServletUtil
Sets the current container to use in web pages.
setCurrentContainer(ServletRequest, ServletContext, TilesContainer) - Static method in class org.apache.tiles.servlet.context.ServletUtil
Sets the current container to use in web pages.
SetCurrentContainerTag - Class in org.apache.tiles.jsp.taglib.definition
Sets the current container, to be used by Tiles tags.
SetCurrentContainerTag() - Constructor for class org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag
 
setDefaultConfiguration(Map<String, String>) - Method in class org.apache.tiles.factory.TilesContainerFactory
Sets the default configuration parameters.
setDefaultRenderer(AttributeRenderer) - Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
Sets the default renderer.
setDefaultValue(String, String) - Method in class org.apache.tiles.factory.TilesContainerFactory
Sets one default configuration parameter value.
setDefaultValue(Object) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Sets the default value, that is evaluated only if value is null and the attribute with the associated name is null.
setDefaultValueRole(String) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Sets the role to check for the default value.
setDefaultValueType(String) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Sets the default value type.
setDefinitionDAO(DefinitionDAO<Locale>) - Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
Sets the definition DAO to use.
setDefinitionsFactory(DefinitionsFactory) - Method in class org.apache.tiles.impl.BasicTilesContainer
Set the definitions factory.
setDefinitionsFactory(String, DefinitionsFactory, Map<String, String>) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Deprecated. Use KeyedDefinitionsFactoryTilesContainer.setDefinitionsFactory(String, DefinitionsFactory).
setDefinitionsFactory(String, DefinitionsFactory) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Set the definitions factory.
setDefinitionsFactory(DefinitionsFactory) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Set the definitions factory.
setDefinitionsFactory(String, DefinitionsFactory, Map<String, String>) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Deprecated. 
setDefinitionsFactory(DefinitionsFactory) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Set the definitions factory.
setEvaluator(AttributeEvaluator) - Method in interface org.apache.tiles.evaluator.AttributeEvaluatorAware
Sets the evaluator.
setEvaluator(AttributeEvaluator) - Method in class org.apache.tiles.impl.BasicTilesContainer
Sets the evaluator to use.
setEvaluator(AttributeEvaluator) - Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
Sets the evaluator.
setEvaluator(AttributeEvaluator) - Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
Sets the evaluator.
setExpression(String) - Method in class org.apache.tiles.Attribute
Sets The expression to evaluate.
setExpressionFactory(ExpressionFactory) - Method in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
Sets the expression factory to use.
setExtends(String) - Method in class org.apache.tiles.Definition
Set extends.
setExtends(String) - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Sets the (optional) definition name that this definition extends.
setFactories(List<AbstractTilesApplicationContextFactory>) - Method in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
Sets the factories to be used.
setFactories(List<TilesContextFactory>) - Method in class org.apache.tiles.context.ChainedTilesContextFactory
Deprecated. Simply do not use it.
setFactories(List<TilesRequestContextFactory>) - Method in class org.apache.tiles.context.ChainedTilesRequestContextFactory
Sets the factories to be used.
setFactory(DefinitionsFactory) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Sets the definitions factory to use.
setFilterConfig(FilterConfig) - Method in class org.apache.tiles.web.startup.TilesFilter
Deprecated. Set the filter configuration object for this filter.
setFlush(boolean) - Method in class org.apache.tiles.jsp.taglib.RenderTag
Sets the flush flag.
setForceInclude(PageContext, boolean) - Static method in class org.apache.tiles.jsp.context.JspUtil
Sets the option that enables the forced include of the response.
setForceInclude(PortletRequest, boolean) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Sets the option that enables the forced include of the response.
setForceInclude(HttpServletRequest, boolean) - Static method in class org.apache.tiles.servlet.context.ServletUtil
Sets the option that enables the forced include of the response.
setFunctionMapper(FunctionMapper) - Method in class org.apache.tiles.evaluator.el.ELContextImpl
Sets the function mapper to use.
setIcon(String) - Method in interface org.apache.tiles.beans.MenuItem
Sets the icon URL of this menu item.
setIcon(String) - Method in class org.apache.tiles.beans.SimpleMenuItem
Sets the (optional) icon image URL.
setIgnore(boolean) - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Set ignore flag.
setIgnore(boolean) - Method in class org.apache.tiles.jsp.taglib.RenderTag
Sets the ignore flag.
setInherit(boolean) - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
If true, the attribute will put the elements of the attribute with the same name of the parent definition before the ones specified here.
setInherit(boolean) - Method in class org.apache.tiles.ListAttribute
If true, the attribute will put the elements of the attribute with the same name of the parent definition before the ones specified here.
setInitParameter(String, String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
Sets an init parameter value.
setKeyExtractor(KeyedDefinitionsFactoryTilesContainer.KeyExtractor) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Sets the key extractor to use.
setLink(String) - Method in interface org.apache.tiles.beans.MenuItem
Sets the URL of this menu item.
setLink(String) - Method in class org.apache.tiles.beans.SimpleMenuItem
Sets the link where the menu item points to.
setLocaleResolver(LocaleResolver) - Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
Sets the locale resolver to use.
setName(String) - Method in class org.apache.tiles.Attribute
Deprecated. Use the setName methods in object that contain attributes.
setName(String) - Method in class org.apache.tiles.Definition
Sets the value of the name property.
setName(String) - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Set the name.
setName(String) - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Sets the name of the definition to configure.
setName(String) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Sets the name of the attribute.
setName(String) - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Sets the name of the definition to insert.
setName(String) - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Sets the name of the attribute.
setPreparer(String) - Method in interface org.apache.tiles.AttributeContext
Set associated preparer instance.
setPreparer(String) - Method in class org.apache.tiles.BasicAttributeContext
Set associated preparer instance.
setPreparer(String) - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Sets the definition view preparer.
setPreparer(String) - Method in class org.apache.tiles.jsp.taglib.RenderTag
Sets the preparer name.
setPreparerFactory(PreparerFactory) - Method in class org.apache.tiles.impl.BasicTilesContainer
Set the preparerInstance factory.
setReader(DefinitionsReader) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Sets the definitions reader that will read the URLs.
setReader(DefinitionsReader) - Method in interface org.apache.tiles.definition.dao.URLReader
Sets the definitions reader that will read the URLs.
setRenderer(String) - Method in class org.apache.tiles.Attribute
Sets the renderer name to use.
setRendererFactory(RendererFactory) - Method in class org.apache.tiles.impl.BasicTilesContainer
Sets the renderer instance factory.
setRequestContextFactory(TilesRequestContextFactory) - Method in interface org.apache.tiles.awareness.TilesRequestContextFactoryAware
Sets the Tiles request context factory.
setRequestContextFactory(TilesRequestContextFactory) - Method in class org.apache.tiles.impl.BasicTilesContainer
Sets the request context factory.
setRequestContextFactory(TilesRequestContextFactory) - Method in class org.apache.tiles.jsp.context.JspTilesRequestContextFactory
Sets the Tiles request context factory.
setRequestContextFactory(TilesRequestContextFactory) - Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
Sets the Tiles request context factory.
setRequestContextFactory(TilesRequestContextFactory) - Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
Sets the Tiles request context factory.
setResolver(ELResolver) - Method in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
Sets the EL resolver to use.
setRole(String) - Method in class org.apache.tiles.Attribute
Set role.
setRole(String) - Method in class org.apache.tiles.Definition
Deprecated. Use BasicAttributeContext.getTemplateAttribute().
setRole(String) - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Sets the role to check.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Sets the role to check when rendering this definition.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.RenderTag
Sets the role to check.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
Deprecated. Sets the role to check.
setRoles(Set<String>) - Method in class org.apache.tiles.Attribute
Sets the roles that can render this attribute.
setRootContext(TilesApplicationContext) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Sets the root context.
setScope(String) - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Set the scope.
setSourceURLs(List<URL>) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Sets the source URLs to use.
setSourceURLs(List<URL>) - Method in interface org.apache.tiles.definition.dao.URLReader
Sets the source URLs to use.
setTemplate(String) - Method in class org.apache.tiles.Definition
Deprecated. Use BasicAttributeContext.getTemplateAttribute().
setTemplate(String) - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Sets the template URI of the definition.
setTemplate(String) - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Sets a string representing the URI of a template (for example, a JSP page).
setTemplateAttribute(Attribute) - Method in interface org.apache.tiles.AttributeContext
Sets the template attribute, that will be used to render the template page.
setTemplateAttribute(Attribute) - Method in class org.apache.tiles.BasicAttributeContext
Sets the template attribute, that will be used to render the template page.
setToName(String) - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Sets the name of the destination attribute.
setTooltip(String) - Method in interface org.apache.tiles.beans.MenuItem
Sets the tooltip text.
setTooltip(String) - Method in class org.apache.tiles.beans.SimpleMenuItem
Sets the (optional) tooltip text.
setType(Attribute.AttributeType) - Method in class org.apache.tiles.Attribute
Deprecated. Use Attribute#setRenderer(String)).
setType(String) - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Sets content type: string, template or definition.
setValue(Object) - Method in class org.apache.tiles.Attribute
Set value.
setValue(String) - Method in interface org.apache.tiles.beans.MenuItem
Sets the value (i.e. the visible part) of this menu item.
setValue(String) - Method in class org.apache.tiles.beans.SimpleMenuItem
Sets the value of the item, i.e. what is really visible to the user.
setValue(V) - Method in class org.apache.tiles.context.MapEntry
Sets the entry value if the entry can be modified.
setValue(ELContext, Object, Object, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
setValue(ELContext, Object, Object, Object) - Method in class org.apache.tiles.evaluator.el.TilesContextELResolver
setValue(Object) - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Sets the attribute value.
setValue(Object) - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
Sets the attribute value.
setValue(Object) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Set the value.
setValue(Object) - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Sets the attribute value.
setVariableMapper(VariableMapper) - Method in class org.apache.tiles.evaluator.el.ELContextImpl
Sets the variable mapper to use.
SimpleMenuItem - Class in org.apache.tiles.beans
A MenuItem implementation.
SimpleMenuItem() - Constructor for class org.apache.tiles.beans.SimpleMenuItem
Constructor.
sources - Variable in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. Use #sourceURLs.
sourceURLs - Variable in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Contains the URL objects identifying where configuration data is found.
startContext(Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Starts a new context, where attribute values are stored independently from others.
startContext(PageContext) - Method in class org.apache.tiles.jsp.taglib.ContainerTagSupport
Deprecated. Starts the context when entering the tag.
startContext(PageContext) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Starts the context when entering the tag.
startContext(PageContext) - Method in class org.apache.tiles.jsp.taglib.RenderTag
Starts the context when entering the tag.
startContext(Object...) - Method in interface org.apache.tiles.TilesContainer
Starts a new context, where attribute values are stored independently from others.
storeContainerDependencies(TilesApplicationContext, Map<String, String>, Map<String, String>, BasicTilesContainer) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Stores container dependencies, that is called before TilesContainer.init(Map).
storeContainerDependencies(Object, Map<String, String>, Map<String, String>, BasicTilesContainer) - Method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use TilesContainerFactory.storeContainerDependencies(TilesApplicationContext, Map, Map, BasicTilesContainer) .
storeContainerDependencies(TilesApplicationContext, Map<String, String>, Map<String, String>, BasicTilesContainer) - Method in class org.apache.tiles.factory.TilesContainerFactory
Stores container dependencies, that is called before TilesContainer.init(Map).
StringAttributeRenderer - Class in org.apache.tiles.renderer.impl
Renders an attribute that contains a string.
StringAttributeRenderer() - Constructor for class org.apache.tiles.renderer.impl.StringAttributeRenderer
 

T

template - Variable in class org.apache.tiles.jsp.taglib.InsertTemplateTag
A string representing the URI of a template (for example, a JSP page).
templateAttribute - Variable in class org.apache.tiles.BasicAttributeContext
The template attribute, to render a template.
TemplateAttributeRenderer - Class in org.apache.tiles.renderer.impl
Renders an attribute that contains a reference to a template.
TemplateAttributeRenderer() - Constructor for class org.apache.tiles.renderer.impl.TemplateAttributeRenderer
 
TilesAccess - Class in org.apache.tiles.access
Provides static access to the tiles container.
TilesAccessException - Exception in org.apache.tiles.access
Indicates that something went wrong in TilesAccess use.
TilesAccessException() - Constructor for exception org.apache.tiles.access.TilesAccessException
Constructor.
TilesAccessException(String) - Constructor for exception org.apache.tiles.access.TilesAccessException
Constructor.
TilesAccessException(Exception) - Constructor for exception org.apache.tiles.access.TilesAccessException
Constructor.
TilesAccessException(String, Exception) - Constructor for exception org.apache.tiles.access.TilesAccessException
Constructor.
TilesApplicationContext - Interface in org.apache.tiles
Defines a set of methods which tiles use to communicate to the tiles container and runtime environment.
TilesApplicationContextAware - Interface in org.apache.tiles.awareness
It represents an object that can have a reference to the TilesApplicationContext.
TilesApplicationContextWrapper - Class in org.apache.tiles.context
Delegate for ease of customization.
TilesApplicationContextWrapper(TilesApplicationContext) - Constructor for class org.apache.tiles.context.TilesApplicationContextWrapper
Constructor.
TilesBodyTag - Class in org.apache.tiles.jsp.taglib
An abstract common base class to extend for all Tiles JSP tag handlers which access body content.
TilesBodyTag() - Constructor for class org.apache.tiles.jsp.taglib.TilesBodyTag
 
TilesContainer - Interface in org.apache.tiles
An encapsulation of the tiles framework.
TilesContainerAware - Interface in org.apache.tiles.awareness
It represents an object that can have a reference to the TilesContainer.
TilesContainerFactory - Class in org.apache.tiles.factory
Factory provided for convenience.
TilesContainerFactory() - Constructor for class org.apache.tiles.factory.TilesContainerFactory
 
TilesContainerFactoryException - Exception in org.apache.tiles.factory
Indicates that something went wrong in TilesContainerFactory use.
TilesContainerFactoryException() - Constructor for exception org.apache.tiles.factory.TilesContainerFactoryException
Constructor.
TilesContainerFactoryException(String) - Constructor for exception org.apache.tiles.factory.TilesContainerFactoryException
Constructor.
TilesContainerFactoryException(Exception) - Constructor for exception org.apache.tiles.factory.TilesContainerFactoryException
Constructor.
TilesContainerFactoryException(String, Exception) - Constructor for exception org.apache.tiles.factory.TilesContainerFactoryException
Constructor.
TilesContextBeanELResolver - Class in org.apache.tiles.evaluator.el
Resolves beans in request, session and application scope.
TilesContextBeanELResolver() - Constructor for class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
 
TilesContextELResolver - Class in org.apache.tiles.evaluator.el
Resolves properties of TilesRequestContext and TilesApplicationContext.
TilesContextELResolver() - Constructor for class org.apache.tiles.evaluator.el.TilesContextELResolver
Constructor.
TilesContextFactory - Interface in org.apache.tiles.context
Deprecated. Use TilesApplicationContextFactory or TilesRequestContextFactory.
TilesDecorationFilter - Class in org.apache.tiles.web.util
Decoration Filter.
TilesDecorationFilter() - Constructor for class org.apache.tiles.web.util.TilesDecorationFilter
 
TilesDispatchServlet - Class in org.apache.tiles.web.util
Tiles dispatching servlet.
TilesDispatchServlet() - Constructor for class org.apache.tiles.web.util.TilesDispatchServlet
 
TilesException - Exception in org.apache.tiles
Root class for all Tiles-exceptions.
TilesException() - Constructor for exception org.apache.tiles.TilesException
Constructor.
TilesException(String) - Constructor for exception org.apache.tiles.TilesException
Constructor.
TilesException(Throwable) - Constructor for exception org.apache.tiles.TilesException
Create a new TilesException wrapping an existing exception.
TilesException(String, Throwable) - Constructor for exception org.apache.tiles.TilesException
Create a new TilesException from an existing exception.
TilesFilter - Class in org.apache.tiles.web.startup
Deprecated. Use TilesServlet or TilesListener. If you want a decoration Filter, use TilesDecorationFilter. Moreover, definition files reload themselves if the .apache.tiles.definition.dao.DefinitionDAO implements Refreshable.
TilesFilter() - Constructor for class org.apache.tiles.web.startup.TilesFilter
Deprecated.  
TilesInitializer - Interface in org.apache.tiles.startup
Tiles initialization delegate.
TilesIOException - Exception in org.apache.tiles.util
This exception mimics the IOException class that is present in Java 6 but not in Java 5.
TilesIOException() - Constructor for exception org.apache.tiles.util.TilesIOException
Default constructor.
TilesIOException(String) - Constructor for exception org.apache.tiles.util.TilesIOException
Constructor.
TilesIOException(Throwable) - Constructor for exception org.apache.tiles.util.TilesIOException
Constructor.
TilesIOException(String, Throwable) - Constructor for exception org.apache.tiles.util.TilesIOException
Constructor.
TilesJspException - Exception in org.apache.tiles.jsp.taglib
Indicates that something went wrong during the use of Tiles in JSP pages.
TilesJspException() - Constructor for exception org.apache.tiles.jsp.taglib.TilesJspException
Constructor.
TilesJspException(String) - Constructor for exception org.apache.tiles.jsp.taglib.TilesJspException
Constructor.
TilesJspException(Throwable) - Constructor for exception org.apache.tiles.jsp.taglib.TilesJspException
Constructor.
TilesJspException(String, Throwable) - Constructor for exception org.apache.tiles.jsp.taglib.TilesJspException
Constructor.
TilesListener - Class in org.apache.tiles.web.startup
Listener for the initialization of the Tiles container.
TilesListener() - Constructor for class org.apache.tiles.web.startup.TilesListener
Constructor.
TilesRequestContext - Interface in org.apache.tiles.context
Encapsulation of request information.
TilesRequestContextFactory - Interface in org.apache.tiles.context
Creates an instance of the appropriate TilesRequestContext implementation.
TilesRequestContextFactoryAware - Interface in org.apache.tiles.awareness
It represents an object that can have a reference to the TilesRequestContextFactory.
TilesRequestContextWrapper - Class in org.apache.tiles.context
Delegate for ease of customization.
TilesRequestContextWrapper(TilesRequestContext) - Constructor for class org.apache.tiles.context.TilesRequestContextWrapper
Constructor.
TilesServlet - Class in org.apache.tiles.web.startup
Initialization Servlet.
TilesServlet() - Constructor for class org.apache.tiles.web.startup.TilesServlet
Constructor.
TilesTag - Class in org.apache.tiles.jsp.taglib
An abstract common base class to extend for all Tiles JSP tag handlers which do not access body content.
TilesTag() - Constructor for class org.apache.tiles.jsp.taglib.TilesTag
 
TomcatExpressionFactoryFactory - Class in org.apache.tiles.evaluator.el
Creates an expression factory using Tomcat's Jasper engine.
TomcatExpressionFactoryFactory() - Constructor for class org.apache.tiles.evaluator.el.TomcatExpressionFactoryFactory
 
toString() - Method in enum org.apache.tiles.Attribute.AttributeType
Deprecated. Returns the string representation of the element.
toString() - Method in class org.apache.tiles.Attribute
toString() - Method in class org.apache.tiles.beans.SimpleMenuItem
toString() - Method in class org.apache.tiles.Definition
Returns a description of the attributes.
TYPE_RENDERERS_INIT_PARAM - Static variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The type renderers init parameter name.

U

UntypedAttributeRenderer - Class in org.apache.tiles.renderer.impl
Renders an attribute that has no associated renderer.
UntypedAttributeRenderer() - Constructor for class org.apache.tiles.renderer.impl.UntypedAttributeRenderer
 
UrlDefinitionsFactory - Class in org.apache.tiles.definition
DefinitionsFactory implementation that manages Definitions configuration data from URLs, resolving inheritance when the URL is loaded.
UrlDefinitionsFactory() - Constructor for class org.apache.tiles.definition.UrlDefinitionsFactory
 
UrlPreparer - Class in org.apache.tiles.compat.preparer
Uses a URL that acts as a preparer.
UrlPreparer(String) - Constructor for class org.apache.tiles.compat.preparer.UrlPreparer
Constructor.
URLReader - Interface in org.apache.tiles.definition.dao
It represents an object that reads URLs and is able to read them throw the use of a DefinitionsReader.
UseAttributeTag - Class in org.apache.tiles.jsp.taglib
Exposes am attribute as a scripting variable within the page.
UseAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.UseAttributeTag
 
UseAttributeTag.Tei - Class in org.apache.tiles.jsp.taglib
Implementation of TagExtraInfo which identifies the scripting object(s) to be made visible.
UseAttributeTag.Tei() - Constructor for class org.apache.tiles.jsp.taglib.UseAttributeTag.Tei
 

V

validating - Variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Should we use a validating XML parser to read the configuration file.
value - Variable in class org.apache.tiles.Attribute
The value of the attribute.
value - Variable in class org.apache.tiles.jsp.taglib.InsertAttributeTag
The value of the attribute.
valueOf(String) - Static method in enum org.apache.tiles.Attribute.AttributeType
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tiles.Attribute.AttributeType
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
ViewPreparer - Interface in org.apache.tiles.preparer
Executed prior to rendering a view.
ViewPreparerSupport - Class in org.apache.tiles.preparer
Basic implementation of ViewPreparer.
ViewPreparerSupport() - Constructor for class org.apache.tiles.preparer.ViewPreparerSupport
 

W

wildcardHelper - Variable in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
An object that helps in resolving definitions with wildcards.
WildcardHelper - Class in org.apache.tiles.util
This class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Struts that is taken, in turn, from Apache Struts.
WildcardHelper() - Constructor for class org.apache.tiles.util.WildcardHelper
 
WildcardPortletTilesApplicationContext - Class in org.apache.tiles.portlet.context.wildcard
Portlet-based implementation of the TilesApplicationContext interface that can resolve resources even using wildcards.
WildcardPortletTilesApplicationContext(PortletContext) - Constructor for class org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContext
Constructor.
WildcardPortletTilesApplicationContextFactory - Class in org.apache.tiles.portlet.context.wildcard
In the WildcardPortletTilesApplicationContextFactory.createApplicationContext(Object) method creates an instance of WildcardPortletTilesApplicationContext.
WildcardPortletTilesApplicationContextFactory() - Constructor for class org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContextFactory
 
WildcardServletTilesApplicationContext - Class in org.apache.tiles.servlet.context.wildcard
Servlet-based implementation of the TilesApplicationContext interface that can resolve resources even using wildcards.
WildcardServletTilesApplicationContext(ServletContext) - Constructor for class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContext
Constructor.
WildcardServletTilesApplicationContextFactory - Class in org.apache.tiles.servlet.context.wildcard
In the WildcardServletTilesApplicationContextFactory.createApplicationContext(Object) method creates an instance of WildcardServletTilesApplicationContext.
WildcardServletTilesApplicationContextFactory() - Constructor for class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContextFactory
 
wrapServletException(ServletException, String) - Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
Deprecated. Use ServletUtil.wrapServletException(ServletException,String) instead.
wrapServletException(ServletException, String) - Static method in class org.apache.tiles.servlet.context.ServletUtil
Wraps a ServletException to create an IOException with the root cause if present.
write(char[], int, int) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
write(char[]) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
write(int) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
write(String, int, int) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
write(String) - Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
write(Object, Attribute, TilesRequestContext) - Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
Implement this method knowing that the attribute won't be null and it will be authorized.
write(Object, Attribute, TilesRequestContext) - Method in class org.apache.tiles.renderer.impl.DefinitionAttributeRenderer
Implement this method knowing that the attribute won't be null and it will be authorized.
write(Object, Attribute, TilesRequestContext) - Method in class org.apache.tiles.renderer.impl.StringAttributeRenderer
Implement this method knowing that the attribute won't be null and it will be authorized.
write(Object, Attribute, TilesRequestContext) - Method in class org.apache.tiles.renderer.impl.TemplateAttributeRenderer
Implement this method knowing that the attribute won't be null and it will be authorized.
write(Object, Attribute, TilesRequestContext) - Method in class org.apache.tiles.renderer.impl.UntypedAttributeRenderer
Implement this method knowing that the attribute won't be null and it will be authorized.

A B C D E F G H I J K L M N O P R S T U V W

Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.