A B C D E F G H I 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.getExpressionObject().
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
 
AbstractPatternDefinitionResolver<T> - Class in org.apache.tiles.definition.pattern
A pattern definition resolver that stores DefinitionPatternMatcher separated by customization key.
AbstractPatternDefinitionResolver() - Constructor for class org.apache.tiles.definition.pattern.AbstractPatternDefinitionResolver
 
AbstractTilesApplicationContextFactory - Class in org.apache.tiles.context
Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
AbstractTilesApplicationContextFactory() - Constructor for class org.apache.tiles.context.AbstractTilesApplicationContextFactory
Deprecated.  
AbstractTilesApplicationContextFactoryAware - Interface in org.apache.tiles.awareness
Deprecated. Since AbstractTilesApplicationContextFactory is deprecated, this dependency injection interface is deprecated.
AbstractTilesContainerFactory - Class in org.apache.tiles.factory
Abstract Factory that creates instances of TilesContainerFactory.
AbstractTilesContainerFactory() - Constructor for class org.apache.tiles.factory.AbstractTilesContainerFactory
 
AbstractTilesInitializer - Class in org.apache.tiles.startup
Default Tiles initialization delegate implementation under a servlet environment.
AbstractTilesInitializer() - Constructor for class org.apache.tiles.startup.AbstractTilesInitializer
 
AbstractTypeDetectingAttributeRenderer - Class in org.apache.tiles.renderer.impl
Abstract implementation of TypeDetectingAttributeRenderer that implements AbstractTypeDetectingAttributeRenderer.isRenderable(Attribute, TilesRequestContext) to delegate to TypeDetectingAttributeRenderer.isRenderable(Object, Attribute, TilesRequestContext).
AbstractTypeDetectingAttributeRenderer() - Constructor for class org.apache.tiles.renderer.impl.AbstractTypeDetectingAttributeRenderer
 
addAttributeRenderer(TypeDetectingAttributeRenderer) - Method in class org.apache.tiles.renderer.impl.ChainedDelegateAttributeRenderer
Adds an attribute renderer to the list.
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.
addDefinitionsAsPatternMatchers(List<DefinitionPatternMatcher>, Map<String, Definition>) - Method in class org.apache.tiles.definition.pattern.AbstractPatternDefinitionResolver
Adds definitions, filtering and adding them to the list of definition pattern matchers.
addDefinitionsAsPatternMatchers(List<DefinitionPatternMatcher>, Map<String, Definition>) - Method in class org.apache.tiles.definition.pattern.BasicPatternDefinitionResolver
Adds definitions, filtering and adding them to the list of definition pattern matchers.
addDefinitionsAsPatternMatchers(List<DefinitionPatternMatcher>, Map<String, Definition>) - Method in class org.apache.tiles.definition.pattern.PrefixedPatternDefinitionResolver
Adds definitions, filtering and adding them to the list of definition pattern matchers.
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.UnresolvingLocaleDefinitionsFactory
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.
APPLICATION_CONTEXT_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.context.AbstractTilesApplicationContextFactory
Deprecated. 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.UnresolvingLocaleDefinitionsFactory
The application context.
applicationContext - Variable in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Deprecated. 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.
ATTRIBUTE_EVALUATOR_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Initialization parameter that represents the attribute evaluator class name.
AttributeEvaluator - Interface in org.apache.tiles.evaluator
It represents an object that resolves a string to return an object.
AttributeEvaluatorFactory - Interface in org.apache.tiles.evaluator
Creates an attribute evaluator using the language or an attribute.
attributeEvaluatorFactory - Variable in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
The attribute evaluator factory.
attributeEvaluatorFactory - Variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The attribute evaluator.
AttributeEvaluatorFactoryAware - Interface in org.apache.tiles.evaluator
It represents an object that can use an AttributeEvaluatorFactory.
AttributeRenderer - Interface in org.apache.tiles.renderer
An object that can render an attribute.

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.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.
BasicAttributeEvaluatorFactory - Class in org.apache.tiles.evaluator
Basic implementation of AttributeEvaluatorFactory.
BasicAttributeEvaluatorFactory(AttributeEvaluator) - Constructor for class org.apache.tiles.evaluator.BasicAttributeEvaluatorFactory
Constructor.
BasicPatternDefinitionResolver<T> - Class in org.apache.tiles.definition.pattern
A pattern definition resolver that stores DefinitionPatternMatcher separated by customization key.
BasicPatternDefinitionResolver(DefinitionPatternMatcherFactory, PatternRecognizer) - Constructor for class org.apache.tiles.definition.pattern.BasicPatternDefinitionResolver
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
Deprecated. Don't use it, please extend AbstractTilesInitializer.
BasicTilesInitializer() - Constructor for class org.apache.tiles.startup.BasicTilesInitializer
Deprecated.  
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
Deprecated. Register different containers using TilesAccess.setContainer( org.apache.tiles.TilesApplicationContext, org.apache.tiles.TilesContainer, String) and using CachingTilesContainer as container implementation.
CachingKeyedDefinitionsFactoryTilesContainer() - Constructor for class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Deprecated.  
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.
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.
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.
ChainedDelegateAttributeRenderer - Class in org.apache.tiles.renderer.impl
Renders an attribute that has no associated renderer using delegation to other renderers.
ChainedDelegateAttributeRenderer() - Constructor for class org.apache.tiles.renderer.impl.ChainedDelegateAttributeRenderer
Constructor.
ChainedTilesApplicationContextFactory - Class in org.apache.tiles.context
Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
Moreover, it does not make sense to "try" if your application is servlet-based, portlet-based, etc. You know it, right?
ChainedTilesApplicationContextFactory() - Constructor for class org.apache.tiles.context.ChainedTilesApplicationContextFactory
Deprecated.  
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.util
Deprecated. Use ClassUtil.
CombinedBeanInfo - Class in org.apache.tiles.util
Contains the bean infos about one or more classes.
CombinedBeanInfo(Class<?>...) - Constructor for class org.apache.tiles.util.CombinedBeanInfo
Constructor.
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.renderer.impl.BasicRendererFactory
The Tiles container.
container - Variable in class org.apache.tiles.renderer.impl.DefinitionAttributeRenderer
The Tiles container.
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
Deprecated. Initialization parameter that indicates if the container factory is mutable.
CONTAINER_KEY_INIT_PARAMETER - Static variable in class org.apache.tiles.startup.AbstractTilesInitializer
Init parameter to define the key under which the container will be stored.
CONTAINER_KEY_INIT_PARAMETER - Static variable in class org.apache.tiles.startup.BasicTilesInitializer
Deprecated. Init parameter to define the key under which the container will be stored.
CONTAINER_KEYS_INIT_PARAM - Static variable in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Deprecated. The name of the initialization parameter that will contain a comma-separated list of keys to use.
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.
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.
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
Deprecated. 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
Deprecated. Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
Deprecated. 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
Deprecated. 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.
createAttributeEvaluatorFactory(TilesApplicationContext, TilesRequestContextFactory, LocaleResolver) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the attribute evaluator factory to use.
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
Deprecated. Creates a Tiles container.
createContainer(TilesApplicationContext) - Method in class org.apache.tiles.startup.AbstractTilesInitializer
Creates a Tiles container.
createContainerFactory(TilesApplicationContext) - Method in class org.apache.tiles.startup.AbstractTilesInitializer
Creates a Tiles container factory.
createContainerFactory(TilesApplicationContext) - Method in class org.apache.tiles.startup.BasicTilesInitializer
Deprecated. Creates a Tiles container factory.
createContainerFactory(TilesApplicationContext) - Method in class org.apache.tiles.startup.DefaultTilesInitializer
Creates a Tiles container factory.
createDefaultAttributeRenderer(BasicRendererFactory, TilesApplicationContext, TilesRequestContextFactory, TilesContainer, AttributeEvaluatorFactory) - 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
Deprecated. 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.
createDefinition(String) - Method in interface org.apache.tiles.definition.pattern.DefinitionPatternMatcher
Creates a definition, given the definition name, through the use of pattern matching.
createDefinition(String) - Method in class org.apache.tiles.definition.pattern.regexp.RegexpDefinitionPatternMatcher
Creates a definition, given the definition name, through the use of pattern matching.
createDefinition(String) - Method in class org.apache.tiles.definition.pattern.wildcard.WildcardDefinitionPatternMatcher
Creates a definition, given the definition name, through the use of pattern matching.
createDefinitionAttributeRenderer(BasicRendererFactory, TilesApplicationContext, TilesRequestContextFactory, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a DefinitionAttributeRenderer.
createDefinitionPatternMatcher(String, Definition) - Method in interface org.apache.tiles.definition.pattern.DefinitionPatternMatcherFactory
Creates a new definition pattern matcher.
createDefinitionPatternMatcher(String, Definition) - Method in class org.apache.tiles.definition.pattern.regexp.RegexpDefinitionPatternMatcherFactory
Creates a new definition pattern matcher.
createDefinitionPatternMatcher(String, Definition) - Method in class org.apache.tiles.definition.pattern.wildcard.WildcardDefinitionPatternMatcherFactory
Creates a new definition pattern matcher.
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
Deprecated. Creates a definitions factory.
createDefinitionsReader(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the definitions reader.
createExtractedMap(Map<K, V>, Set<K>) - Static method in class org.apache.tiles.definition.pattern.PatternUtil
Creates a new map that contains all the entries of the defsMap whose keys are contained in keys.
createFactory(TilesApplicationContext) - Static method in class org.apache.tiles.context.AbstractTilesApplicationContextFactory
Deprecated. Creates the Tiles application context factory.
createFactory(Map<String, String>, String) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. 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
Deprecated. 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
Deprecated. Creates a mutable Tiles container.
createPatternDefinitionResolver(Class<T>) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a new pattern definition resolver.
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, AttributeEvaluatorFactory) - 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.
createRequestContextFactory(TilesApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Create a Tiles request context factory.
createStringAttributeRenderer(BasicRendererFactory, TilesApplicationContext, TilesRequestContextFactory, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a StringAttributeRenderer.
createTemplateAttributeRenderer(BasicRendererFactory, TilesApplicationContext, TilesRequestContextFactory, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a TemplateAttributeRenderer.
createTilesApplicationContext(TilesApplicationContext) - Method in class org.apache.tiles.startup.AbstractTilesInitializer
Creates the Tiles application context, to be used across all the Tiles-based application.
createTilesApplicationContext(TilesApplicationContext) - Method in class org.apache.tiles.startup.BasicTilesInitializer
Deprecated. Creates the Tiles application context, to be used across all the Tiles-based application.
createTilesContainer(TilesApplicationContext) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Deprecated. 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
Deprecated. Creates an immutable Tiles container.

D

DEFAULT_FACTORY_CLASS_NAMES - Static variable in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
Deprecated. 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
Deprecated. Do not use, the default renderer class should be determined when building the container.
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
Deprecated. 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.
DefaultTilesInitializer - Class in org.apache.tiles.startup
Loads Tiles with the default settings.
DefaultTilesInitializer() - Constructor for class org.apache.tiles.startup.DefaultTilesInitializer
 
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.
DEFINITION_RENDERER_NAME - Static variable in class org.apache.tiles.factory.BasicTilesContainerFactory
The definition renderer name.
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.UnresolvingLocaleDefinitionsFactory
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.
DefinitionPatternMatcher - Interface in org.apache.tiles.definition.pattern
Matches a definition name to a definition, through pattern-matching.
DefinitionPatternMatcherFactory - Interface in org.apache.tiles.definition.pattern
Creates a new definition pattern matcher for the given pattern and the given base definition with pattern expressions.
definitionResolver - Variable in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Resolves definitions using patterns.
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
Deprecated. 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
Deprecated. Initialization parameter that represents the definitions factory class name.
DEFINITIONS_FACTORY_KEY_ATTRIBUTE_NAME - Static variable in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
Deprecated. 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 and managing their 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.
destroy() - Method in class org.apache.tiles.startup.AbstractTilesInitializer
Destroys the Tiles container.
destroy() - Method in interface org.apache.tiles.startup.TilesInitializer
Destroys the Tiles container.
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.

E

endContext(Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
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
Deprecated. Create an instance of EnhancedTilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
EnhancedTilesApplicationContextFactory() - Constructor for class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContextFactory
Deprecated.  
equals(Object) - Method in class org.apache.tiles.context.MapEntry
Determines if this entry is equal to the passed object.
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.impl.DirectAttributeEvaluator
Evaluates an expression.
evaluate(Attribute, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
EvaluationException - Exception in org.apache.tiles.evaluator
Exception raised when an expression language evaluation fails.
EvaluationException() - Constructor for exception org.apache.tiles.evaluator.EvaluationException
Constructor.
EvaluationException(String) - Constructor for exception org.apache.tiles.evaluator.EvaluationException
Constructor.
EvaluationException(Exception) - Constructor for exception org.apache.tiles.evaluator.EvaluationException
Constructor.
EvaluationException(String, Exception) - Constructor for exception org.apache.tiles.evaluator.EvaluationException
Constructor.
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.

F

FACTORY_CLASS_NAMES - Static variable in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
Deprecated. 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.

G

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.
getApplicationScope() - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
getApplicationScope() - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
getAttributeContext(Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
getAttributeEvaluator(Attribute) - Method in interface org.apache.tiles.evaluator.AttributeEvaluatorFactory
Creates and attribute evaluator using an attribute.
getAttributeEvaluator(String) - Method in interface org.apache.tiles.evaluator.AttributeEvaluatorFactory
Creates and attribute evaluator for the given expression language.
getAttributeEvaluator(String) - Method in class org.apache.tiles.evaluator.BasicAttributeEvaluatorFactory
Creates and attribute evaluator for the given expression language.
getAttributeEvaluator(Attribute) - Method in class org.apache.tiles.evaluator.BasicAttributeEvaluatorFactory
Creates and attribute evaluator using an attribute.
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.
getBaseTilesDefinitionURLs(Collection<? extends URL>) - Static method in class org.apache.tiles.util.URLUtil
Filters a collection of URLs and removes all that have an underscore in their name (not in their path).
getClasspathResources(String) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Searches for resources in the classpath, given a path.
getContainerKey(TilesApplicationContext) - Method in class org.apache.tiles.startup.AbstractTilesInitializer
Returns the container key under which the container will be stored.
getContainerKey(TilesApplicationContext) - Method in class org.apache.tiles.startup.BasicTilesInitializer
Deprecated. 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
getContext() - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
getContext(TilesRequestContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Get attribute context from request.
getContextFactory() - Method in class org.apache.tiles.impl.BasicTilesContainer
Deprecated. Do not use it, it returns null. Use BasicTilesContainer.getRequestContextFactory().
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.
getDefinition(String, Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Returns a definition, given its name and the customization key.
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.UnresolvingLocaleDefinitionsFactory
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
Deprecated. Returns a definition specifying its name.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Deprecated. 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.
getDefinitionFromResolver(String, Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Returns a definition from the definition resolver.
getDefinitionFromResolver(String, Locale) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Returns a definition from the definition resolver.
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
Deprecated. Returns a definition factory given its key.
getDefinitionsFactory() - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Deprecated. Returns the definitions factory.
getDefinitionsFactory(String) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Deprecated. 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
Deprecated. Returns the definitions factory key.
getDefinitionsFactoryKey(TilesRequestContext) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Deprecated. Returns the definitions factory key.
getDefinitionsFactoryKey(TilesRequestContext) - Method in interface org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.KeyExtractor
Deprecated. Returns the definitions factory key.
getDescriptors() - Method in class org.apache.tiles.util.CombinedBeanInfo
Returns the descriptors of all the introspected classes.
getFactory(Object) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use AbstractTilesContainerFactory.getTilesContainerFactory(TilesApplicationContext).
getFactory(Object, Map<String, String>) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Use AbstractTilesContainerFactory.getTilesContainerFactory(TilesApplicationContext) and then TilesContainerFactory.setDefaultConfiguration(Map).
getFactory() - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Returns the used definitions factory.
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).
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).
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.
getInitParameter(Object, String) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Do not use.
getInitParameterMap(Object) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Do not use.
getInitParams() - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
getInitParams() - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
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.
getMappedDescriptors(Class<?>) - Method in class org.apache.tiles.util.CombinedBeanInfo
Returns a map of the introspected properties for the given class.
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.
getOrCreateDefinitionManager(String) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Deprecated. 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.
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).
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).
getParentLocale(Locale) - Static method in class org.apache.tiles.util.LocaleUtil
Returns the "parent" locale of a given locale.
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.
getProperDefinitionManager(String) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Deprecated. Returns a definition manager if found.
getProperDefinitionsFactory(String) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Deprecated. Returns the proper definition factory for the given key, i.e. if the key is not present, null will be returned.
getProperties(Class<?>) - Method in class org.apache.tiles.util.CombinedBeanInfo
Returns the set of properties for the given introspected class.
getRegistrations() - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Returns the registrations for local DTDs.
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. 
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.
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.
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.
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.
getResource(String) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
getResource(String) - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
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.
getResources(String) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
getResources(String) - Method in class org.apache.tiles.context.TilesApplicationContextWrapper
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. 
getRootContext() - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Returns the root context.
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.
getSourceURLs(TilesApplicationContext, TilesRequestContextFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Returns a list containing the URLs to be parsed.
getTilesContainerFactory(TilesApplicationContext) - Static method in class org.apache.tiles.factory.AbstractTilesContainerFactory
Deprecated. Create directly a new instance of this class.
getTilesRequestContext() - Method in class org.apache.tiles.context.TilesRequestContextHolder
Returns the Tiles request context to use.
getTilesRequestContextFactoriesToBeChained(ChainedTilesRequestContextFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Returns the list of TilesRequestContextFactory instances to be chained together.
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.
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.
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.

H

hashCode() - Method in class org.apache.tiles.context.MapEntry
Returns the hashcode for this entry.
hasMoreElements() - Method in class org.apache.tiles.util.IteratorEnumeration
Returns true if the underlying iterator has more elements.

I

identifySources(Map<String, String>) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Detects the sources to load.
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.
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.
init(Map<String, String>) - Method in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
Deprecated. 
init(Map<String, String>) - Method in class org.apache.tiles.context.ChainedTilesContextFactory
Deprecated. 
init(Map<String, String>) - Method in class org.apache.tiles.context.ChainedTilesRequestContextFactory
init(Map<String, String>) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
init(Map<String, String>) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
init(Map<String, String>) - Method in interface org.apache.tiles.definition.DefinitionsFactory
Deprecated. Parameter based initialization is deprecated, please compose your definitions factory using methods.
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 class org.apache.tiles.definition.UnresolvingLocaleDefinitionsFactory
Deprecated. 
init(Map<String, String>) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated.  
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.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 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.renderer.impl.BasicRendererFactory
Initialize the renderer factory.
init(Map<String, String>) - Method in interface org.apache.tiles.renderer.RendererFactory
Initialize the renderer factory.
initialize(TilesApplicationContext) - Method in class org.apache.tiles.startup.AbstractTilesInitializer
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
Deprecated. 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.
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.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.
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.
isContextProcessed(TilesRequestContext) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated. It always return true.
isPatternRecognized(String) - Method in interface org.apache.tiles.definition.pattern.PatternRecognizer
Checks if a pattern is recognized as a pattern.
isPatternRecognized(String) - Method in class org.apache.tiles.definition.pattern.wildcard.WildcardDefinitionPatternMatcherFactory
Checks if a pattern is recognized as a pattern.
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.
isRenderable(Attribute, TilesRequestContext) - Method in class org.apache.tiles.renderer.impl.AbstractTypeDetectingAttributeRenderer
Checks if this renderer can render an attribute.
isRenderable(Object, Attribute, TilesRequestContext) - Method in class org.apache.tiles.renderer.impl.DefinitionAttributeRenderer
Checks if this renderer can render an attribute.
isRenderable(Object, Attribute, TilesRequestContext) - Method in class org.apache.tiles.renderer.impl.StringAttributeRenderer
Checks if this renderer can render an attribute.
isRenderable(Object, Attribute, TilesRequestContext) - Method in class org.apache.tiles.renderer.impl.TemplateAttributeRenderer
Checks if this renderer can render an attribute.
isRenderable(Attribute, TilesRequestContext) - Method in interface org.apache.tiles.renderer.TypeDetectingAttributeRenderer
Checks if this renderer can render an attribute.
isRenderable(Object, Attribute, TilesRequestContext) - Method in interface org.apache.tiles.renderer.TypeDetectingAttributeRenderer
Checks if this renderer can render an attribute.
isResponseCommitted() - Method in interface org.apache.tiles.context.TilesRequestContext
Checks if the response has been committed.
isResponseCommitted() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Checks if the response has been committed.
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.
isValidDefinition(String, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
IteratorEnumeration<E> - Class in org.apache.tiles.util
Copied and modified from Apache Commons Collections 3.2.1.
IteratorEnumeration(Iterator<E>) - Constructor for class org.apache.tiles.util.IteratorEnumeration
Constructs a new IteratorEnumeration that will use the given iterator.

K

key2definitionsFactory - Variable in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Deprecated. Maps definition factories to their keys.
KEY_EXTRACTOR_CLASS_INIT_PARAM - Static variable in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Deprecated. Init parameter name that contains the class name for the key extractor.
KeyedDefinitionsFactoryTilesContainer - Class in org.apache.tiles.impl
Deprecated. Register different containers using TilesAccess.setContainer( org.apache.tiles.TilesApplicationContext, org.apache.tiles.TilesContainer, String)
KeyedDefinitionsFactoryTilesContainer() - Constructor for class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Deprecated. Constructor.
KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor - Class in org.apache.tiles.impl
Deprecated. This is the default factory key.
KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor() - Constructor for class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
Deprecated.  
KeyedDefinitionsFactoryTilesContainer.KeyExtractor - Interface in org.apache.tiles.impl
Deprecated. It represents an object able to return a key from a request.
KeyedDefinitionsFactoryTilesContainerFactory - Class in org.apache.tiles.factory
Deprecated. This class can be replaced by registering different TilesContainer with different keys, by overriding AbstractTilesInitializer getContainerKey method.
KeyedDefinitionsFactoryTilesContainerFactory() - Constructor for class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Deprecated.  
keyExtractor - Variable in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Deprecated. 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.
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.
loadDefinitionsFromURLs(Locale) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
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
 
localeResolver - Variable in class org.apache.tiles.definition.UnresolvingLocaleDefinitionsFactory
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.

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
Deprecated. Use #match(List, String, int[]).
match(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.

N

nextElement() - Method in class org.apache.tiles.util.IteratorEnumeration
Returns the next element from the underlying iterator.
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.
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.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.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.pattern - package org.apache.tiles.definition.pattern
Classes to manage pattern matching in definition names, and substitution in attributes.
org.apache.tiles.definition.pattern.regexp - package org.apache.tiles.definition.pattern.regexp
In Tiles it is possible to use regular expression patterns thanks to this package.
org.apache.tiles.definition.pattern.wildcard - package org.apache.tiles.definition.pattern.wildcard
In Tiles it is possible to use wildcard patterns thanks to this package.
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.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.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.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.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.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.
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 BasicAttributeContext.inherit(org.apache.tiles.BasicAttributeContext).

P

PARSER_VALIDATE_PARAMETER_NAME - Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Digester validation parameter name.
PatternDefinitionResolver<T> - Interface in org.apache.tiles.definition.pattern
Resolves a definition starting from patterns stored in definition maps.
PatternDefinitionResolverAware<T> - Interface in org.apache.tiles.definition.pattern
It indicates an object that uses a PatternDefinitionResolver.
PatternRecognizer - Interface in org.apache.tiles.definition.pattern
Checks if a pattern (or a candidate one) is recognized as a pattern.
PatternUtil - Class in org.apache.tiles.definition.pattern
Utilities for pattern matching and substitution.
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.
postCreationOperations(TilesRequestContextFactory, TilesApplicationContext, RendererFactory, AttributeEvaluator, Map<String, String>, Map<String, String>, BasicTilesContainer) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Deprecated. 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
Deprecated. 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
Deprecated. Never used.
postDefinitionLoadOperations(Map<String, Definition>, Locale) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Deprecated. 
PrefixedPatternDefinitionResolver<T> - Class in org.apache.tiles.definition.pattern
This resolver allows the use of multiple pattern matching languages.
PrefixedPatternDefinitionResolver() - Constructor for class org.apache.tiles.definition.pattern.PrefixedPatternDefinitionResolver
Constructor.
prepare(String, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
PREPARER_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. 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.
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_ATTRIBUTE_HANDLER_CLASS - Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
The handler to create attributes.

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.UnresolvingLocaleDefinitionsFactory
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
Deprecated. 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
Deprecated. Indicates whether the DefinitionsFactory is out of date and needs to be reloaded.
RegexpDefinitionPatternMatcher - Class in org.apache.tiles.definition.pattern.regexp
Matches regular expression patterns in definitions.
RegexpDefinitionPatternMatcher(String, Definition) - Constructor for class org.apache.tiles.definition.pattern.regexp.RegexpDefinitionPatternMatcher
Constructor.
RegexpDefinitionPatternMatcherFactory - Class in org.apache.tiles.definition.pattern.regexp
Creates instances of RegexpDefinitionPatternMatcher.
RegexpDefinitionPatternMatcherFactory() - Constructor for class org.apache.tiles.definition.pattern.regexp.RegexpDefinitionPatternMatcherFactory
 
RegexpPatternDefinitionResolver<T> - Class in org.apache.tiles.definition.pattern
Matches definition patterns through the use of regular expressions.
RegexpPatternDefinitionResolver() - Constructor for class org.apache.tiles.definition.pattern.RegexpPatternDefinitionResolver
 
register(Definition, Object...) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Deprecated. 
register(Definition, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Deprecated. Registers a custom definition.
register(Definition, Object...) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
register(Definition, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Registers a custom definition.
registerAttributeEvaluator(String, AttributeEvaluator) - Method in class org.apache.tiles.evaluator.BasicAttributeEvaluatorFactory
Registers a known expression language with its attribute evaluator.
registerAttributeRenderers(BasicRendererFactory, TilesApplicationContext, TilesRequestContextFactory, TilesContainer, AttributeEvaluatorFactory) - 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.
registerDefinitionPatternMatcherFactory(String, DefinitionPatternMatcherFactory) - Method in class org.apache.tiles.definition.pattern.PrefixedPatternDefinitionResolver
Registers a DefinitionPatternMatcherFactory connected to a particular language.
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.definition.digester.DigesterDefinitionsReader
The set of public identifiers, and corresponding resource names for the versions of the configuration file DTDs we know about.
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.
render(String, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
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(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, 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.
renderContext(Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
RENDERER_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. 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.
replacePlaceholders(Definition, String, Object...) - Static method in class org.apache.tiles.definition.pattern.PatternUtil
Creates a definition given its representation with wildcards and attribute values with placeholders, replacing real values into placeholders.
REQUEST_CONTEXT_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. Initialization parameter that represents the context factory class name.
reset() - Method in interface org.apache.tiles.definition.Definitions
Deprecated. Clears definitions.
reset() - Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Clears definitions.
resolveDefinition(String, T) - Method in class org.apache.tiles.definition.pattern.AbstractPatternDefinitionResolver
Resolves a definition searching in all patterns for the requested customization key.
resolveDefinition(String, T) - Method in interface org.apache.tiles.definition.pattern.PatternDefinitionResolver
Resolves a definition searching in all patterns for the requested customization key.
resolveDefinition(String, T) - Method in class org.apache.tiles.definition.pattern.RegexpPatternDefinitionResolver
Resolves a definition searching in all patterns for the requested customization key.
resolveDefinition(String, T) - Method in class org.apache.tiles.definition.pattern.WildcardPatternDefinitionResolver
Resolves a definition searching in all patterns for the requested customization key.
resolveFactoryName(Map<String, String>, String) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. 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.
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
 

S

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.
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.UnresolvingLocaleDefinitionsFactory
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.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
Deprecated. Sets the Tiles application context factory.
setAttributeEvaluatorFactory(AttributeEvaluatorFactory) - Method in interface org.apache.tiles.evaluator.AttributeEvaluatorFactoryAware
Sets the attribute evaluator factory.
setAttributeEvaluatorFactory(AttributeEvaluatorFactory) - Method in class org.apache.tiles.impl.BasicTilesContainer
Sets the attribute evaluator factory.
setAttributeEvaluatorFactory(AttributeEvaluatorFactory) - Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
Sets the attribute evaluator factory.
setAttributeEvaluatorFactory(AttributeEvaluatorFactory) - Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
Sets the attribute evaluator factory.
setCheckRefresh(boolean) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Sets the flag to check URL refresh.
setContainer(TilesContainer) - Method in interface org.apache.tiles.awareness.TilesContainerAware
Sets the Tiles container.
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
Deprecated. Sets the Tiles container.
setContentType(String) - Method in interface org.apache.tiles.context.TilesRequestContext
Sets the content type when rendering the result.
setContentType(String) - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Sets the content type when rendering the result.
setContextFactory(TilesContextFactory) - Method in class org.apache.tiles.impl.BasicTilesContainer
Deprecated. Use BasicTilesContainer.setRequestContextFactory(TilesRequestContextFactory).
setDefaultConfiguration(Map<String, String>) - Method in class org.apache.tiles.factory.TilesContainerFactory
Deprecated. 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
Deprecated. Sets one default configuration parameter value.
setDefinitionDAO(DefinitionDAO<Locale>) - Method in class org.apache.tiles.definition.UnresolvingLocaleDefinitionsFactory
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
Deprecated. Set the definitions factory.
setDefinitionsFactory(DefinitionsFactory) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Deprecated. 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.
setFactories(List<AbstractTilesApplicationContextFactory>) - Method in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
Deprecated. 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.
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.
setKeyExtractor(KeyedDefinitionsFactoryTilesContainer.KeyExtractor) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Deprecated. 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.UnresolvingLocaleDefinitionsFactory
Sets the locale resolver to use.
setPatternDefinitionResolver(PatternDefinitionResolver<Locale>) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Sets the pattern definition resolver to use.
setPatternDefinitionResolver(PatternDefinitionResolver<T>) - Method in interface org.apache.tiles.definition.pattern.PatternDefinitionResolverAware
Sets the pattern definition resolver to use.
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.
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.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.
setRootContext(TilesApplicationContext) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Sets the root context.
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.
setTilesRequestContext(TilesRequestContext) - Method in class org.apache.tiles.context.TilesRequestContextHolder
Sets the Tiles request context to use.
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.
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.
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 URLReader.addSourceURL(URL).
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
storeContainerDependencies(TilesApplicationContext, Map<String, String>, Map<String, String>, BasicTilesContainer) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Deprecated. 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
Deprecated. Stores container dependencies, that is called before TilesContainer.init(Map).
storeDefinitionPatterns(Map<String, Definition>, T) - Method in class org.apache.tiles.definition.pattern.AbstractPatternDefinitionResolver
Stores definition patterns.
storeDefinitionPatterns(Map<String, Definition>, T) - Method in interface org.apache.tiles.definition.pattern.PatternDefinitionResolver
Stores definition patterns.
storeDefinitionPatterns(Map<String, Definition>, T) - Method in class org.apache.tiles.definition.pattern.RegexpPatternDefinitionResolver
Stores definition patterns.
storeDefinitionPatterns(Map<String, Definition>, T) - Method in class org.apache.tiles.definition.pattern.WildcardPatternDefinitionResolver
Stores definition patterns.
STRING_RENDERER_NAME - Static variable in class org.apache.tiles.factory.BasicTilesContainerFactory
The string renderer name.
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_RENDERER_NAME - Static variable in class org.apache.tiles.factory.BasicTilesContainerFactory
The template renderer name.
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
 
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.
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
Deprecated. Please extend AbstractTilesContainerFactory or use an already extended class. Parameter-based initialization is no longer supported.
TilesContainerFactory() - Constructor for class org.apache.tiles.factory.TilesContainerFactory
Deprecated.  
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.
TilesContextFactory - Interface in org.apache.tiles.context
Deprecated. Use TilesRequestContextFactory.
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.
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.
TilesRequestContextHolder - Class in org.apache.tiles.context
Holds in a ThreadLocal object a TilesRequestContext.
TilesRequestContextHolder() - Constructor for class org.apache.tiles.context.TilesRequestContextHolder
 
TilesRequestContextWrapper - Class in org.apache.tiles.context
Delegate for ease of customization.
TilesRequestContextWrapper(TilesRequestContext) - Constructor for class org.apache.tiles.context.TilesRequestContextWrapper
Constructor.
toString() - Method in class org.apache.tiles.beans.SimpleMenuItem
TYPE_RENDERERS_INIT_PARAM - Static variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
The type renderers init parameter name.
TypeDetectingAttributeRenderer - Interface in org.apache.tiles.renderer
It represents a renderer that identifies attributes that can render.

U

UnresolvingLocaleDefinitionsFactory - Class in org.apache.tiles.definition
DefinitionsFactory implementation that manages Definitions configuration data from URLs, without resolving definition inheritance when a definition is returned.
UnresolvingLocaleDefinitionsFactory() - Constructor for class org.apache.tiles.definition.UnresolvingLocaleDefinitionsFactory
 
UntypedAttributeRenderer - Class in org.apache.tiles.renderer.impl
Deprecated. Use ChainedDelegateAttributeRenderer.
UntypedAttributeRenderer() - Constructor for class org.apache.tiles.renderer.impl.UntypedAttributeRenderer
Deprecated.  
UrlDefinitionsFactory - Class in org.apache.tiles.definition
Deprecated. Use UnresolvingLocaleDefinitionsFactory and using ResolvingLocaleUrlDefinitionDAO as Tiles DAO.
UrlDefinitionsFactory() - Constructor for class org.apache.tiles.definition.UrlDefinitionsFactory
Deprecated.  
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.
URLUtil - Class in org.apache.tiles.util
Utilities to manage URLs in the Tiles environment.

V

validating - Variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Should we use a validating XML parser to read the configuration file.
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

WildcardDefinitionPatternMatcher - Class in org.apache.tiles.definition.pattern.wildcard
Matches wildcard patterns in definitions.
WildcardDefinitionPatternMatcher(String, Definition, WildcardHelper) - Constructor for class org.apache.tiles.definition.pattern.wildcard.WildcardDefinitionPatternMatcher
Constructor.
WildcardDefinitionPatternMatcherFactory - Class in org.apache.tiles.definition.pattern.wildcard
Creates instances of WildcardDefinitionPatternMatcher.
WildcardDefinitionPatternMatcherFactory() - Constructor for class org.apache.tiles.definition.pattern.wildcard.WildcardDefinitionPatternMatcherFactory
 
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
 
WildcardPatternDefinitionResolver<T> - Class in org.apache.tiles.definition.pattern
Uses wildcards syntax to match definition names and its parameters.
WildcardPatternDefinitionResolver() - Constructor for class org.apache.tiles.definition.pattern.WildcardPatternDefinitionResolver
 
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.ChainedDelegateAttributeRenderer
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
Deprecated. 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 K L M N O P R S T U V W

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