This project has retired. For details please refer to its Attic page.
Index (Tiles 3 3.0.8 API)
A B C D E F G H I J 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
 
AbstractDefaultToStringRenderable - Class in org.apache.tiles.velocity.template
Renderable that provides a default implementation of Renderable#toString() and allows access to parameters and context objects.
AbstractDefaultToStringRenderable(Context, Map<String, Object>, HttpServletResponse, HttpServletRequest) - Constructor for class org.apache.tiles.velocity.template.AbstractDefaultToStringRenderable
Constructor.
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
 
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
 
AbstractTilesInitializerServlet - Class in org.apache.tiles.web.startup
Deprecated.
AbstractTilesInitializerServlet() - Constructor for class org.apache.tiles.web.startup.AbstractTilesInitializerServlet
Deprecated.
 
AbstractTilesListener - Class in org.apache.tiles.web.startup
Listener for the initialization of the Tiles container.
AbstractTilesListener() - Constructor for class org.apache.tiles.web.startup.AbstractTilesListener
 
add(Attribute) - Method in class org.apache.tiles.ListAttribute
Add an element in list.
addAll(Map<String, Attribute>) - Method in interface org.apache.tiles.AttributeContext
Add all attributes to the context.
addAll(Map<String, Attribute>) - Method in class org.apache.tiles.BasicAttributeContext
Add all attributes to this context.
AddAttributeDirective - Class in org.apache.tiles.velocity.template
Add an element to the surrounding list.
AddAttributeDirective() - Constructor for class org.apache.tiles.velocity.template.AddAttributeDirective
 
AddAttributeFMModel - Class in org.apache.tiles.freemarker.template
Add an element to the surrounding list.
AddAttributeFMModel(AddAttributeModel) - Constructor for class org.apache.tiles.freemarker.template.AddAttributeFMModel
Constructor.
AddAttributeModel - Class in org.apache.tiles.template
Add an element to the surrounding list.
AddAttributeModel() - Constructor for class org.apache.tiles.template.AddAttributeModel
 
AddAttributeTag - Class in org.apache.tiles.jsp.taglib
Add an element to the surrounding list.
AddAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.AddAttributeTag
 
addDefinition(Definition) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Adds a new Definition to the internal Map or replaces an existing one.
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.
AddListAttributeDirective - Class in org.apache.tiles.velocity.template
Declare a list that will be pass as an attribute.
AddListAttributeDirective() - Constructor for class org.apache.tiles.velocity.template.AddListAttributeDirective
 
AddListAttributeFMModel - Class in org.apache.tiles.freemarker.template
Declare a list that will be pass as an attribute.
AddListAttributeFMModel(AddListAttributeModel) - Constructor for class org.apache.tiles.freemarker.template.AddListAttributeFMModel
Constructor.
AddListAttributeModel - Class in org.apache.tiles.template
Declare a list that will be pass as an attribute.
AddListAttributeModel() - Constructor for class org.apache.tiles.template.AddListAttributeModel
 
AddListAttributeTag - Class in org.apache.tiles.jsp.taglib
Declare a list that will be pass as an attribute.
AddListAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.AddListAttributeTag
 
addMissing(Map<String, Attribute>) - Method in interface org.apache.tiles.AttributeContext
Add all attributes to the context.
addMissing(Map<String, Attribute>) - Method in class org.apache.tiles.BasicAttributeContext
Add all missing attributes to this context.
AnyScopePropertyAccessor - Class in org.apache.tiles.ognl
Accesses attributes in any scope.
AnyScopePropertyAccessor() - Constructor for class org.apache.tiles.ognl.AnyScopePropertyAccessor
 
applicationContext - Variable in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
ApplicationContext to locate the source files.
Attribute - Class in org.apache.tiles
Common implementation of attribute definition.
Attribute() - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Object) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Attribute) - Constructor for class org.apache.tiles.Attribute
Copy constructor.
Attribute(Object, String) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Object, Expression, String, String) - Constructor for class org.apache.tiles.Attribute
Constructor.
AttributeContext - Interface in org.apache.tiles
Encapsulation of the current state of execution.
AttributeContextMutator - Interface in org.apache.tiles.web.util
It represents an object able to manipulate a AttributeContext.
AttributeEvaluator - Interface in org.apache.tiles.evaluator
It represents an object that resolves a string to return an object.
AttributeEvaluatorFactory - Interface in org.apache.tiles.evaluator
Creates an attribute evaluator using the language or an attribute.
AttributeEvaluatorFactoryAware - Interface in org.apache.tiles.evaluator
It represents an object that can use an AttributeEvaluatorFactory.
AttributeResolver - Interface in org.apache.tiles.template
Resolves an attribute, depending on the given parameters.
attributes - Variable in class org.apache.tiles.BasicAttributeContext
Template attributes.

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(ApplicationContext) - Constructor for class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Constructor.
BasicAttributeContext - Class in org.apache.tiles
Basic implementation for AttributeContext.
BasicAttributeContext() - Constructor for class org.apache.tiles.BasicAttributeContext
Constructor.
BasicAttributeContext(Map<String, Attribute>) - Constructor for class org.apache.tiles.BasicAttributeContext
Constructor.
BasicAttributeContext(AttributeContext) - Constructor for class org.apache.tiles.BasicAttributeContext
Copy constructor.
BasicAttributeContext(BasicAttributeContext) - Constructor for class org.apache.tiles.BasicAttributeContext
Copy constructor.
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.factory
Default implementation of the PreparerFactory.
BasicPreparerFactory() - Constructor for class org.apache.tiles.preparer.factory.BasicPreparerFactory
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
 
begin(String, String, Attributes) - Method in class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader.SetValueToAttributeRule
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

CACHE_LIFE_PROPERTY - Static variable in class org.apache.tiles.extras.renderer.OptionsRenderer
 
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.
CachingLocaleUrlDefinitionDAO(ApplicationContext) - Constructor for class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Constructor.
CachingTilesContainer - 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.
CachingTilesContainer(TilesContainer) - Constructor for class org.apache.tiles.impl.mgmt.CachingTilesContainer
Constructor.
CachingTilesContainer(TilesContainer, String) - Constructor for class org.apache.tiles.impl.mgmt.CachingTilesContainer
Constructor.
cascadedAttributes - Variable in class org.apache.tiles.BasicAttributeContext
Cascaded template attributes.
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 sources have changed.
checkRefresh - Variable in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Flag that, when true, enables automatic checking of URLs changing.
clear() - Method in interface org.apache.tiles.AttributeContext
Clear the attributes.
clear() - Method in class org.apache.tiles.BasicAttributeContext
Clear the attributes.
clearPatternPaths(T) - Method in class org.apache.tiles.definition.pattern.AbstractPatternDefinitionResolver
Used to clear all entries in the localePatternPaths for a specific locale.
clearPatternPaths(T) - Method in interface org.apache.tiles.definition.pattern.PatternDefinitionResolver
Used to clear all entries in the localePatternPaths for a specific locale.
clone() - Method in class org.apache.tiles.Attribute
clone() - Method in class org.apache.tiles.ListAttribute
clone(Attribute) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Creates an attribute that is a copy of the one passed as a parameter.
collectBeanInfo(Map<String, ? extends Object>, List<FeatureDescriptor>) - Method in class org.apache.tiles.el.TilesContextBeanELResolver
Collects bean infos from a map's values and filling a list.
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.
CompareUtil - Class in org.apache.tiles
Utilities to work with comparation between objects.
CompatibilityDigesterDefinitionsReader - Class in org.apache.tiles.compat.definition.digester
Digester reader that can read Tiles 1.1, 1.2, 1.3, 1.4 and 2.0 files.
CompatibilityDigesterDefinitionsReader() - Constructor for class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader
 
CompatibilityDigesterDefinitionsReader.SetValueToAttributeRule - Class in org.apache.tiles.compat.definition.digester
Digester rule to manage assignment of an object as an attribute value.
CompatibilityDigesterDefinitionsReader.SetValueToAttributeRule() - Constructor for class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader.SetValueToAttributeRule
 
CompatibilityPreparerFactory - Class in org.apache.tiles.compat.preparer
Factory used to instantiate preparers in a Struts 1 / Tiles 2 environment.
CompatibilityPreparerFactory() - Constructor for class org.apache.tiles.compat.preparer.CompatibilityPreparerFactory
 
compilePattern(String) - Method in class org.apache.tiles.util.WildcardHelper
Translate the given String into a int [] representing the pattern matchable by this class.
CompleteAutoloadTilesContainerFactory - Class in org.apache.tiles.extras.complete
Tiles container factory that: create supporting objects for Velocity and FreeMarker; create renderers for Velocity, FreeMarker, and Mustache templates; allows using EL, MVEL and OGNL as attribute expressions; allows using Wildcards and Regular Expressions in definition names; loads Tiles 1.x definition files; loads all the definition files that have the "tiles*.xml" pattern under /WEB-INF directory (and subdirectories) and under META-INF directories (and subdirectories) in every jar.
CompleteAutoloadTilesContainerFactory() - Constructor for class org.apache.tiles.extras.complete.CompleteAutoloadTilesContainerFactory
 
CompleteAutoloadTilesInitializer - Class in org.apache.tiles.extras.complete
This initializer uses WildcardServletApplicationContext to retrieve resources using Ant-style patterns and creates a CompleteAutoloadTilesContainerFactory to load all new features of Tiles at once.
CompleteAutoloadTilesInitializer() - Constructor for class org.apache.tiles.extras.complete.CompleteAutoloadTilesInitializer
 
CompleteAutoloadTilesListener - Class in org.apache.tiles.extras.complete
Tiles listener that executes CompleteAutoloadTilesInitializer.
CompleteAutoloadTilesListener() - Constructor for class org.apache.tiles.extras.complete.CompleteAutoloadTilesListener
 
COMPOSE_STACK_ATTRIBUTE_NAME - Static variable in class org.apache.tiles.template.ComposeStackUtil
The name of the attribute that holds the compose stack.
ComposeStackUtil - Class in org.apache.tiles.template
Utilities to work with compose stacks.
computeAttribute(TilesContainer, Attribute, String, String, boolean, Object, String, String, Request) - Method in interface org.apache.tiles.template.AttributeResolver
Computes the attribute.
computeAttribute(TilesContainer, Attribute, String, String, boolean, Object, String, String, Request) - Method in class org.apache.tiles.template.DefaultAttributeResolver
Computes the attribute.
container - Variable in class org.apache.tiles.TilesContainerWrapper
The container to wrap.
CONTAINER_ATTRIBUTE - Static variable in class org.apache.tiles.access.TilesAccess
The name of the attribute to use when getting and setting the container object in a context.
CONTAINER_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.AbstractTilesContainerFactory
Initialization parameter that represents the container factory class name.
CONTAINER_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.web.util.TilesDecorationFilter
Init parameter to define the key of the container to use.
CONTAINER_KEY_INIT_PARAMETER - Static variable in class org.apache.tiles.web.util.TilesDispatchServlet
Init parameter to define the key of the container to use.
contextDestroyed(ServletContextEvent) - Method in class org.apache.tiles.web.startup.AbstractTilesListener
Destroys the initializer.
ContextHolder - Class in org.apache.tiles.velocity.template
An object that holds the current state of Velocity in a Servlet environment.
ContextHolder() - Constructor for class org.apache.tiles.velocity.template.ContextHolder
 
contextInitialized(ServletContextEvent) - Method in class org.apache.tiles.web.startup.AbstractTilesListener
Initialize the TilesContainer and place it into service.
convertParam(String, Map<Integer, String>) - Static method in class org.apache.tiles.util.WildcardHelper
Inserts into a value wildcard-matched strings where specified.
copyDefinitionMap(Map<String, Definition>) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Copies the definition map to be passed to a higher level of customization key.
copyDefinitionMap(Map<String, Definition>) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Copies the definition map to be passed to a higher level of customization key.
create() - Method in class org.apache.tiles.freemarker.TilesSharedVariableFactory
 
createAttribute() - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Creates a new empty attribute.
createAttributeEvaluatorFactory(ApplicationContext, LocaleResolver) - Method in class org.apache.tiles.extras.complete.CompleteAutoloadTilesContainerFactory
Creates the attribute evaluator factory to use.
createAttributeEvaluatorFactory(ApplicationContext, LocaleResolver) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the attribute evaluator factory to use.
createContainer(ApplicationContext) - Method in class org.apache.tiles.factory.AbstractTilesContainerFactory
Creates a Tiles container.
createContainer(ApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a Tiles container.
createContainer(ApplicationContext) - Method in class org.apache.tiles.startup.AbstractTilesInitializer
Creates a Tiles container.
createContainerFactory(ApplicationContext) - Method in class org.apache.tiles.extras.complete.CompleteAutoloadTilesInitializer
Creates a Tiles container factory.
createContainerFactory(ApplicationContext) - Method in class org.apache.tiles.startup.AbstractTilesInitializer
Creates a Tiles container factory.
createContainerFactory(ApplicationContext) - Method in class org.apache.tiles.startup.DefaultTilesInitializer
Creates a Tiles container factory.
createDecoratedContainer(TilesContainer, ApplicationContext) - Method in class org.apache.tiles.extras.complete.CompleteAutoloadTilesContainerFactory
Instantiate the container that will be injected to child objects.
createDecoratedContainer(TilesContainer, ApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Instantiate the container that will be injected to child objects.
createDefaultAttributeRenderer(BasicRendererFactory, ApplicationContext, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.extras.complete.CompleteAutoloadTilesContainerFactory
Creates the default attribute renderer.
createDefaultAttributeRenderer(BasicRendererFactory, ApplicationContext, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the default attribute renderer.
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, ApplicationContext, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a AttributeRenderer using a DefinitionRenderer.
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.
createDefinitionsFactory(ApplicationContext, LocaleResolver) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the definitions factory.
createDefinitionsReader(ApplicationContext) - Method in class org.apache.tiles.extras.complete.CompleteAutoloadTilesContainerFactory
Creates the definitions reader.
createDefinitionsReader(ApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the definitions reader.
createExpression(String, String) - Static method in class org.apache.tiles.Expression
Creates an Expression object from the expression and its language.
createExpressionFromDescribedExpression(String) - Static method in class org.apache.tiles.Expression
Creates an Expression object from a string in the form LANGUAGE:EXPRESSION.
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.
createLocaleDefinitionDao(ApplicationContext, LocaleResolver) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a Locale-based definition DAO.
createLocaleResolver(ApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the locale resolver.
createPatternDefinitionResolver(Class<T>) - Method in class org.apache.tiles.extras.complete.CompleteAutoloadTilesContainerFactory
Creates a new pattern definition resolver.
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.compat.preparer.CompatibilityPreparerFactory
Creates a view preparer for the given name.
createPreparer(String) - Method in class org.apache.tiles.preparer.factory.BasicPreparerFactory
Creates a view preparer for the given name.
createPreparerFactory(ApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates the preparer factory to use.
createRendererFactory(ApplicationContext, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a renderer factory.
createStringAttributeRenderer(BasicRendererFactory, ApplicationContext, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates an attribute renderer to render strings.
createTemplateAttribute(String) - Static method in class org.apache.tiles.Attribute
Creates a template attribute, starting from the name of the template.
createTemplateAttribute(String, String, String, String) - Static method in class org.apache.tiles.Attribute
Creates a template attribute, starting from the name of the template.
createTemplateAttribute(String) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Creates an attribute that represents a template.
createTemplateAttributeRenderer(BasicRendererFactory, ApplicationContext, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Creates a AttributeRenderer that uses a DispatchRenderer.
createTemplateAttributeWithExpression(String) - Static method in class org.apache.tiles.Attribute
Creates a template attribute, starting from the expression to evaluate to obtain the template.
createTilesApplicationContext(ApplicationContext) - Method in class org.apache.tiles.extras.complete.CompleteAutoloadTilesInitializer
Creates the Tiles application context, to be used across all the Tiles-based application.
createTilesApplicationContext(ApplicationContext) - Method in class org.apache.tiles.startup.AbstractTilesInitializer
Creates the Tiles application context, to be used across all the Tiles-based application.
createTilesInitializer() - Method in class org.apache.tiles.extras.complete.CompleteAutoloadTilesListener
Creates a new instance of TilesInitializer.
createTilesInitializer() - Method in class org.apache.tiles.extras.module.ModularTilesListener
Creates a new instance of TilesInitializer.
createTilesInitializer() - Method in class org.apache.tiles.web.startup.AbstractTilesInitializerServlet
Deprecated.
Creates a new instance of TilesInitializer.
createTilesInitializer() - Method in class org.apache.tiles.web.startup.AbstractTilesListener
Creates a new instance of TilesInitializer.
createTilesInitializer() - Method in class org.apache.tiles.web.startup.simple.SimpleTilesInitializerServlet
Deprecated.
Creates a new instance of TilesInitializer.
createTilesInitializer() - Method in class org.apache.tiles.web.startup.simple.SimpleTilesListener
Creates a new instance of TilesInitializer.
createVariable(String, Object) - Method in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory
createVariable(String, Object, Class<?>) - Method in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory
createVariableResolver(String) - Method in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory
Creates a variable resolver.
createVariableResolver(String) - Method in class org.apache.tiles.mvel.ScopeVariableResolverFactory
Creates a variable resolver.
createVariableResolver(String) - Method in class org.apache.tiles.mvel.TilesContextBeanVariableResolverFactory
Creates a variable resolver.
createVariableResolver(String) - Method in class org.apache.tiles.mvel.TilesContextVariableResolverFactory
Creates a variable resolver.
createVelocityRequest(ServletContext, Writer) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Creates a Velocity request.
CURRENT_CONTAINER_ATTRIBUTE_NAME - Static variable in class org.apache.tiles.access.TilesAccess
Name of the attribute used to store the current used container.

D

DEFAULT_CACHE_LIFE - Static variable in class org.apache.tiles.extras.renderer.OptionsRenderer
 
DefaultAttributeResolver - Class in org.apache.tiles.template
The default implementation of AttributeResolver.
DefaultAttributeResolver() - Constructor for class org.apache.tiles.template.DefaultAttributeResolver
 
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
 
DefaultTilesInitializer - Class in org.apache.tiles.startup
Loads Tiles with the default settings.
DefaultTilesInitializer() - Constructor for class org.apache.tiles.startup.DefaultTilesInitializer
 
Definition - Class in org.apache.tiles
A definition, i.e.
Definition() - Constructor for class org.apache.tiles.Definition
Constructor.
Definition(Definition) - Constructor for class org.apache.tiles.Definition
Copy Constructor.
Definition(String, Attribute, Map<String, Attribute>) - Constructor for class org.apache.tiles.Definition
Constructor.
DEFINITION_DAO_INIT_PARAM - Static variable in interface org.apache.tiles.definition.DefinitionsFactory
Constant representing the configuration parameter used to define the definition DAO to use.
DEFINITION_HANDLER_CLASS - Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
The handler to create definitions.
DEFINITION_RENDERER_NAME - Static variable in class org.apache.tiles.factory.BasicTilesContainerFactory
The definition renderer name.
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.
DefinitionDirective - Class in org.apache.tiles.velocity.template
Create a definition at runtime.
DefinitionDirective() - Constructor for class org.apache.tiles.velocity.template.DefinitionDirective
 
DefinitionFMModel - Class in org.apache.tiles.freemarker.template
Create a definition at runtime.
DefinitionFMModel(DefinitionModel) - Constructor for class org.apache.tiles.freemarker.template.DefinitionFMModel
Constructor.
DefinitionModel - Class in org.apache.tiles.template
Create a definition at runtime.
DefinitionModel() - Constructor for class org.apache.tiles.template.DefinitionModel
 
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.
DefinitionRenderer - Class in org.apache.tiles.renderer
Renders an attribute that contains a reference to a definition.
DefinitionRenderer(TilesContainer) - Constructor for class org.apache.tiles.renderer.DefinitionRenderer
Constructor.
definitionResolver - Variable in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Resolves definitions using patterns.
DEFINITIONS_CONFIG - Static variable in interface org.apache.tiles.definition.DefinitionsFactory
Constant representing the configuration parameter used to define the tiles definition resources.
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(Throwable) - Constructor for exception org.apache.tiles.definition.DefinitionsFactoryException
Create a new DefinitionsFactoryException wrapping an existing exception.
DefinitionsFactoryException(String, Throwable) - Constructor for exception org.apache.tiles.definition.DefinitionsFactoryException
Create a new DefinitionsFactoryException from an existing exception.
DefinitionsReader - Interface in org.apache.tiles.definition
Interface for reading Definition from a source.
DefinitionTag - Class in org.apache.tiles.jsp.taglib
Create a definition at runtime.
DefinitionTag() - Constructor for class org.apache.tiles.jsp.taglib.DefinitionTag
 
DelegatePropertyAccessor<T> - Class in org.apache.tiles.ognl
Uses a PropertyAccessorDelegateFactory to delegate the methods to another PropertyAccessor.
DelegatePropertyAccessor(PropertyAccessorDelegateFactory<T>) - Constructor for class org.apache.tiles.ognl.DelegatePropertyAccessor
Constructor.
destroy() - Method in class org.apache.tiles.extras.module.ModularTilesInitializer
Destroys the Tiles container.
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.
destroy() - Method in class org.apache.tiles.web.startup.AbstractTilesInitializerServlet
Deprecated.
destroy() - Method in class org.apache.tiles.web.util.TilesDecorationFilter
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(Throwable) - Constructor for exception org.apache.tiles.definition.digester.DigesterDefinitionsReaderException
Constructor.
DigesterDefinitionsReaderException(String, Throwable) - 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
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tiles.web.util.TilesDecorationFilter
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tiles.web.util.TilesDispatchServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tiles.web.util.TilesDispatchServlet
doTag() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
doTag() - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
doTag() - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
doTag() - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
doTag() - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
doTag() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
doTag() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
doTag() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
doTag() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
doTag() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
doTag() - Method in class org.apache.tiles.jsp.taglib.SetCurrentContainerTag
doTag() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag

E

ELAttributeEvaluator - Class in org.apache.tiles.el
Evaluates string expression with typical EL syntax.
You can use normal EL syntax, knowing that the root objects are Request, ApplicationContext and beans contained in request, session and application scope.
ELAttributeEvaluator() - Constructor for class org.apache.tiles.el.ELAttributeEvaluator
Constructor.
ELContextImpl - Class in org.apache.tiles.el
Implementation of ELContext.
Copied from Apache Tomcat 6.0.16 source code.
ELContextImpl(ELResolver) - Constructor for class org.apache.tiles.el.ELContextImpl
Constructor.
endAttributeContext() - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Ends the current attribute context.
endContext(Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Ends a context, where attribute values are stored independently from others.
It must be called after a TilesContainer.startContext(Request) call.
endContext(Request) - Method in interface org.apache.tiles.TilesContainer
Ends a context, where attribute values are stored independently from others.
It must be called after a TilesContainer.startContext(Request) call.
endContext(Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
equals(Object) - Method in class org.apache.tiles.Attribute
equals(Object) - Method in class org.apache.tiles.BasicAttributeContext
equals(Object) - Method in class org.apache.tiles.Definition
equals(Object) - Method in class org.apache.tiles.Expression
equals(Object) - Method in class org.apache.tiles.ListAttribute
evaluate(String, Request) - Method in class org.apache.tiles.el.ELAttributeEvaluator
Evaluates an expression.
evaluate(Attribute, Request) - Method in class org.apache.tiles.evaluator.AbstractAttributeEvaluator
Evaluates an attribute value.
evaluate(String, Request) - Method in interface org.apache.tiles.evaluator.AttributeEvaluator
Evaluates an expression.
evaluate(Attribute, Request) - Method in interface org.apache.tiles.evaluator.AttributeEvaluator
Evaluates an attribute value.
evaluate(String, Request) - Method in class org.apache.tiles.evaluator.impl.DirectAttributeEvaluator
Evaluates an expression.
evaluate(Attribute, Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Evaluates the given attribute.
evaluate(String, Request) - Method in class org.apache.tiles.mvel.MVELAttributeEvaluator
Evaluates an expression.
evaluate(String, Request) - Method in class org.apache.tiles.ognl.OGNLAttributeEvaluator
Evaluates an expression.
evaluate(Attribute, Request) - Method in interface org.apache.tiles.TilesContainer
Evaluates the given attribute.
evaluate(Attribute, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
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(Throwable) - Constructor for exception org.apache.tiles.evaluator.EvaluationException
Constructor.
EvaluationException(String, Throwable) - Constructor for exception org.apache.tiles.evaluator.EvaluationException
Constructor.
execute(Request, AttributeContext) - Method in class org.apache.tiles.compat.preparer.UrlPreparer
Method associated to a tile and called immediately before the tile is included.
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.AddAttributeFMModel
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.AddListAttributeFMModel
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.DefinitionFMModel
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.GetAsStringFMModel
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.ImportAttributeFMModel
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.InsertAttributeFMModel
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.InsertDefinitionFMModel
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.InsertTemplateFMModel
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.PutAttributeFMModel
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.PutListAttributeFMModel
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.freemarker.template.SetCurrentContainerFMModel
execute(Request, AttributeContext) - Method in interface org.apache.tiles.preparer.ViewPreparer
Method associated to a tile and called immediately before the tile is included.
execute(Object, String, String, String, Request, ModelBody) - Method in class org.apache.tiles.template.AddAttributeModel
Executes the operation.
execute(String, Request, ModelBody) - Method in class org.apache.tiles.template.AddListAttributeModel
Executes the model.
execute(String, String, String, String, String, Request, ModelBody) - Method in class org.apache.tiles.template.DefinitionModel
Executes the operation.
execute(boolean, String, String, Object, String, String, String, Attribute, Request, ModelBody) - Method in class org.apache.tiles.template.GetAsStringModel
Executes the operation.
execute(String, String, String, boolean, Request) - Method in class org.apache.tiles.template.ImportAttributeModel
Executes the model.
execute(boolean, String, String, Object, String, String, String, Attribute, boolean, Request, ModelBody) - Method in class org.apache.tiles.template.InsertAttributeModel
Executes the operation.
execute(String, String, String, String, String, String, boolean, Request, ModelBody) - Method in class org.apache.tiles.template.InsertDefinitionModel
Executes the operation.
execute(String, String, String, String, String, boolean, Request, ModelBody) - Method in class org.apache.tiles.template.InsertTemplateModel
Executes the operation.
execute(String, Object, String, String, String, boolean, Request, ModelBody) - Method in class org.apache.tiles.template.PutAttributeModel
Executes the operation.
execute(String, String, boolean, boolean, Request, ModelBody) - Method in class org.apache.tiles.template.PutListAttributeModel
Executes the model.
execute(String, Request) - Method in class org.apache.tiles.template.SetCurrentContainerModel
Executes the model.
Expression - Class in org.apache.tiles
It is an expression, along with the expression language (e.g.
Expression(String, String) - Constructor for class org.apache.tiles.Expression
Constructor.
Expression(String) - Constructor for class org.apache.tiles.Expression
Constructor, using the default (i.e.
Expression(Expression) - Constructor for class org.apache.tiles.Expression
Copy constructor.
EXPRESSION_FACTORY_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.el.ELAttributeEvaluator
Initialization parameter to decide the implementation of ExpressionFactoryFactory.
expressionFactory - Variable in class org.apache.tiles.el.ELAttributeEvaluator
The EL expression factory.
ExpressionFactoryFactory - Interface in org.apache.tiles.el
Interface to define a factory of ExpressionFactory.
expressionObject - Variable in class org.apache.tiles.Attribute
The expression to evaluate.

F

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.
FactoryNotFoundException(String, Throwable) - Constructor for exception org.apache.tiles.definition.FactoryNotFoundException
Constructor.
FactoryNotFoundException(Throwable) - Constructor for exception org.apache.tiles.definition.FactoryNotFoundException
Constructor.
findAncestorWithClass(Deque<Object>, Class<?>) - Static method in class org.apache.tiles.template.ComposeStackUtil
Finds the first ancestor in the stack, that is assignable to the given class.
findObjectByProperty(ELContext, Object) - Method in class org.apache.tiles.el.TilesContextBeanELResolver
Finds an object in request, session or application scope, in this order.

G

get(String) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Returns an attribute.
getAddAttribute() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "addAttribute" directive.
getAddListAttribute() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "addListAttribute" directive.
getApplicationContext() - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns the Tiles application context used by this container.
getApplicationContext() - Method in interface org.apache.tiles.TilesContainer
Retrieve the containers context.
getApplicationContext() - Method in class org.apache.tiles.TilesContainerWrapper
 
GetAsStringDirective - Class in org.apache.tiles.velocity.template
Render the value of the specified template attribute to the current Writer
GetAsStringDirective() - Constructor for class org.apache.tiles.velocity.template.GetAsStringDirective
 
GetAsStringFMModel - Class in org.apache.tiles.freemarker.template
Render the value of the specified template attribute to the current Writer
GetAsStringFMModel(GetAsStringModel) - Constructor for class org.apache.tiles.freemarker.template.GetAsStringFMModel
Constructor.
GetAsStringModel - Class in org.apache.tiles.template
Render the value of the specified template attribute to the current Writer
GetAsStringModel() - Constructor for class org.apache.tiles.template.GetAsStringModel
Constructor that uses the defaut attribute resolver.
GetAsStringModel(AttributeResolver) - Constructor for class org.apache.tiles.template.GetAsStringModel
Constructor.
GetAsStringTag - Class in org.apache.tiles.jsp.taglib
Render the value of the specified template attribute to the current Writer
GetAsStringTag() - Constructor for class org.apache.tiles.jsp.taglib.GetAsStringTag
 
getAttribute(String) - Method in interface org.apache.tiles.AttributeContext
Retrieve the named attribute, either cascaded or not.
getAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
Retrieve the named attribute, either cascaded or not.
getAttribute(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getAttributeContext(Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Retrive the attribute context of the current request.
getAttributeContext(Request) - Method in interface org.apache.tiles.TilesContainer
Retrive the attribute context of the current request.
getAttributeContext(Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
getAttributeContext() - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Returns the current attribute context.
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.
getAttributeNames() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getCascadedAttribute(String) - Method in interface org.apache.tiles.AttributeContext
Retrieve the attribute that has been cascaded at upper levels.
getCascadedAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
Retrieve the attribute that has been cascaded at upper levels.
getCascadedAttributeNames() - Method in interface org.apache.tiles.AttributeContext
Returns the names of the cascaded attributes.
getCascadedAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
Returns the names of the cascaded attributes.
getClassname() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Get class name.
getCommonPropertyType(ELContext, Object) - Method in class org.apache.tiles.el.ScopeELResolver
getCommonPropertyType(ELContext, Object) - Method in class org.apache.tiles.el.TilesContextBeanELResolver
getCommonPropertyType(ELContext, Object) - Method in class org.apache.tiles.el.TilesContextELResolver
getComposeStack(Request) - Static method in class org.apache.tiles.template.ComposeStackUtil
Returns the current compose stack, or creates a new one if not present.
getContainer(ApplicationContext) - Static method in class org.apache.tiles.access.TilesAccess
Returns default the container to be used in the application.
getContainer(ApplicationContext, String) - Static method in class org.apache.tiles.access.TilesAccess
Returns the container to be used in the application registered under a specific key.
getContainerKey() - Method in class org.apache.tiles.jsp.taglib.SetCurrentContainerTag
Getter for containerKey property.
getContainerKey(ApplicationContext) - Method in class org.apache.tiles.startup.AbstractTilesInitializer
Returns the container key under which the container will be stored.
getContext(Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Get attribute context from request.
getContext(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getContextPath() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getContextStack(Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns the context stack.
getCurrentContainer(Request) - Static method in class org.apache.tiles.access.TilesAccess
Returns the current container that has been set, or the default one.
getDefaultValue() - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Getter for defaultValue property.
getDefaultValue() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Getter for defaultValue property.
getDefaultValueRole() - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Getter for defaultValueRole property.
getDefaultValueRole() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Getter for defaultValueRole property.
getDefaultValueType() - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Getter for defaultValueType property.
getDefaultValueType() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Getter for defaultValueType property.
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, Request) - Method in interface org.apache.tiles.definition.DefinitionsFactory
Returns a Definition object that matches the given name and Tiles context.
getDefinition(String, Request) - Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
Returns a Definition object that matches the given name and Tiles context.
getDefinition(String, Request) - Method in class org.apache.tiles.definition.UnresolvingLocaleDefinitionsFactory
Returns a Definition object that matches the given name and Tiles context.
getDefinition() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "definition" directive.
getDefinition(String, Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns a definition specifying its name.
getDefinition(String, Request) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Returns a definition by name.
getDefinition(String, Request) - Method in interface org.apache.tiles.TilesContainer
Returns a definition specifying its name.
getDefinition(String, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
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.
getDefinitionName(HttpServletRequest) - Method in class org.apache.tiles.web.util.TilesDispatchServlet
Returns the called definition name for the given request.
getDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Returns all the definitions used of a customization key.
getDefinitions(K) - Method in interface org.apache.tiles.definition.dao.DefinitionDAO
Returns all the definitions used of a customization key.
getDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.LocaleUrlDefinitionDAO
Returns all the definitions used of a customization key.
getDefinitionsFactory() - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns the definitions factory.
getDescriptors() - Method in class org.apache.tiles.util.CombinedBeanInfo
Returns the descriptors of all the introspected classes.
getELResolver() - Method in class org.apache.tiles.el.ELContextImpl
getExpression() - Method in class org.apache.tiles.Expression
Returns the expression string.
getExpression() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Getter for expression property.
getExpression() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Getter for expression property.
getExpressionFactory() - Method in interface org.apache.tiles.el.ExpressionFactoryFactory
Returns the expression factory to use.
getExpressionFactory() - Method in class org.apache.tiles.el.JspExpressionFactoryFactory
Returns the expression factory to use.
getExpressionObject() - Method in class org.apache.tiles.Attribute
Returns The expression to evaluate.
getExtends() - Method in class org.apache.tiles.Definition
Get extends.
getExtends() - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
Getter for extends property.
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.tiles.el.ScopeELResolver
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.tiles.el.TilesContextBeanELResolver
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.tiles.el.TilesContextELResolver
getFlags() - Method in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver
getFunctionMapper() - Method in class org.apache.tiles.el.ELContextImpl
getGetAsString() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "getAsString" directive.
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.
getId() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Returns the id of the imported scripting variable.
getImportAttribute() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "importAttribute" directive.
getInitParameter(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getInitParameterNames() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getInsertAttribute() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "insertAttribute" directive.
getInsertDefinition() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "insertDefinition" directive.
getInsertTemplate() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "insertTemplate" directive.
getLanguage() - Method in class org.apache.tiles.Expression
Returns the language in which the expression is expressed.
getLink() - Method in interface org.apache.tiles.beans.MenuItem
Returns the URL of this menu item.
getLink() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the link where the menu item points to.
getLocalAttribute(String) - Method in interface org.apache.tiles.AttributeContext
Retrieve the attribute that has been defined in this context (i.e.
getLocalAttribute(String) - Method in class org.apache.tiles.BasicAttributeContext
Retrieve the attribute that has been defined in this context (i.e.
getLocalAttributeNames() - Method in interface org.apache.tiles.AttributeContext
Returns the names of the local attributes, i.e.
getLocalAttributeNames() - Method in class org.apache.tiles.BasicAttributeContext
Returns the names of the local attributes, i.e.
getMajorVersion() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getMappedDescriptors(Class<?>) - Method in class org.apache.tiles.util.CombinedBeanInfo
Returns a map of the introspected properties for the given class.
getMimeType(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getMinorVersion() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getName() - Method in class org.apache.tiles.Definition
Access method for the name property.
getName() - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
Getter for name property.
getName() - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Getter for name property.
getName() - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Getter for name property.
getName() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Getter for name property.
getName() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Getter for name property.
getName() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Getter for name property.
getName() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Getter for name property.
getName() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Get the name.
getName() - Method in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver
getName() - Method in class org.apache.tiles.velocity.template.AddAttributeDirective
getName() - Method in class org.apache.tiles.velocity.template.AddListAttributeDirective
getName() - Method in class org.apache.tiles.velocity.template.DefinitionDirective
getName() - Method in class org.apache.tiles.velocity.template.GetAsStringDirective
getName() - Method in class org.apache.tiles.velocity.template.ImportAttributeDirective
getName() - Method in class org.apache.tiles.velocity.template.InsertAttributeDirective
getName() - Method in class org.apache.tiles.velocity.template.InsertDefinitionDirective
getName() - Method in class org.apache.tiles.velocity.template.InsertTemplateDirective
getName() - Method in class org.apache.tiles.velocity.template.PutAttributeDirective
getName() - Method in class org.apache.tiles.velocity.template.PutListAttributeDirective
getName() - Method in class org.apache.tiles.velocity.template.SetCurrentContainerDirective
getNamedDispatcher(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getNestedObject(T) - Method in interface org.apache.tiles.ognl.NestedObjectExtractor
Extracts the nested object.
getNestedObject(Request) - Method in class org.apache.tiles.ognl.TilesApplicationContextNestedObjectExtractor
Extracts the nested object.
getNextUniqueDefinitionName(Map<String, Definition>) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Create a unique definition name usable to store anonymous definitions.
getObject(Map<String, ? extends Object>, String) - Method in class org.apache.tiles.el.TilesContextBeanELResolver
Returns an object from a map in a null-safe manner.
getPreparer() - Method in interface org.apache.tiles.AttributeContext
Get associated preparer instance.
getPreparer() - Method in class org.apache.tiles.BasicAttributeContext
Get associated preparer instance.
getPreparer() - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
Getter for preparer property.
getPreparer() - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Getter for preparer property.
getPreparer() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Getter for preparer property.
getPreparer() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Getter for preparer property.
getPreparer() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Getter for preparer property.
getPreparer(String, Request) - Method in class org.apache.tiles.preparer.factory.BasicPreparerFactory
Create a new instance of the named preparerInstance.
getPreparer(String, Request) - Method in interface org.apache.tiles.preparer.factory.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.
getProperties(Class<?>) - Method in class org.apache.tiles.util.CombinedBeanInfo
Returns the set of properties for the given introspected class.
getProperty(Map, Object, Object) - Method in class org.apache.tiles.ognl.AnyScopePropertyAccessor
 
getProperty(Map, Object, Object) - Method in class org.apache.tiles.ognl.DelegatePropertyAccessor
getProperty(Map, Object, Object) - Method in class org.apache.tiles.ognl.NestedObjectDelegatePropertyAccessor
getProperty(Map, Object, Object) - Method in class org.apache.tiles.ognl.ScopePropertyAccessor
 
getPropertyAccessor(String, T) - Method in interface org.apache.tiles.ognl.PropertyAccessorDelegateFactory
Returns a prooerty accessor appropriate for the property name and the object passed.
getPropertyAccessor(String, Request) - Method in class org.apache.tiles.ognl.TilesContextPropertyAccessorDelegateFactory
Returns a prooerty accessor appropriate for the property name and the object passed.
getPutAttribute() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "putAttribute" directive.
getPutListAttribute() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "putListAttribute" directive.
getRealPath(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getRegistrations() - Method in class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader
Returns the registrations for local DTDs.
getRegistrations() - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Returns the registrations for local DTDs.
getRenderer() - Method in class org.apache.tiles.Attribute
Returns the renderer name to use.
getRequest() - Method in class org.apache.tiles.velocity.template.ContextHolder
Returns the HTTP request.
getRequestDispatcher(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getResource(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getResourceAsStream(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getResourcePaths(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getResponse() - Method in class org.apache.tiles.velocity.template.ContextHolder
Returns the HTTP response.
getRole() - Method in class org.apache.tiles.Attribute
Get role.
getRole() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Getter for role property.
getRole() - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
Getter for role property.
getRole() - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
Getter for role property.
getRole() - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Getter for role property.
getRole() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Getter for role property.
getRole() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Getter for role property.
getRole() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Getter for role property.
getRole() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Getter for role property.
getRole() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Getter for role property.
getRoles() - Method in class org.apache.tiles.Attribute
Returns the roles that can render this attribute.
getScope() - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Getter for scope property.
getScope() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Get scope.
getScriptingVariable() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Returns the scripting variable to use.
getServerInfo() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getServlet(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
getServletContext() - Method in class org.apache.tiles.velocity.template.ContextHolder
Returns the Servlet context.
getServletContextName() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getServletNames() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getServlets() - Method in class org.apache.tiles.web.util.ServletContextAdapter
getSetCurrentContainer() - Method in class org.apache.tiles.freemarker.template.TilesFMModelRepository
Returns the "setCurrentContainer" directive.
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.AnyScopePropertyAccessor
 
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.DelegatePropertyAccessor
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.NestedObjectDelegatePropertyAccessor
getSourceAccessor(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.ScopePropertyAccessor
 
getSources(ApplicationContext) - Method in class org.apache.tiles.extras.complete.CompleteAutoloadTilesContainerFactory
Returns a list containing the resources to be parsed.
getSources(ApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Returns a list containing the resources to be parsed.
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.AnyScopePropertyAccessor
 
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.DelegatePropertyAccessor
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.NestedObjectDelegatePropertyAccessor
getSourceSetter(OgnlContext, Object, Object) - Method in class org.apache.tiles.ognl.ScopePropertyAccessor
 
getTemplate() - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
Getter for template property.
getTemplate() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Getter for template property.
getTemplate() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Getter for template property.
getTemplateAttribute() - Method in interface org.apache.tiles.AttributeContext
Returns the attribute that will be used to render a template.
getTemplateAttribute() - Method in class org.apache.tiles.BasicAttributeContext
Returns the attribute that will be used to render a template.
getTemplateExpression() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Getter for templateExpression property.
getTemplateExpression() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Getter for templateExpression property.
getTemplateType() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Getter for templateType property.
getTemplateType() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Getter for templateType property.
getTilesRequestContext() - Method in class org.apache.tiles.context.TilesRequestContextHolder
Returns the Tiles request context to use.
getToName() - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Getter for toName property.
getTooltip() - Method in interface org.apache.tiles.beans.MenuItem
Returns the tooltip text.
getTooltip() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the (optional) tooltip text.
getType(ELContext, Object, Object) - Method in class org.apache.tiles.el.ScopeELResolver
getType(ELContext, Object, Object) - Method in class org.apache.tiles.el.TilesContextBeanELResolver
getType(ELContext, Object, Object) - Method in class org.apache.tiles.el.TilesContextELResolver
getType() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Getter for type property.
getType() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Getter for type property.
getType() - Method in class org.apache.tiles.velocity.template.AddAttributeDirective
getType() - Method in class org.apache.tiles.velocity.template.AddListAttributeDirective
getType() - Method in class org.apache.tiles.velocity.template.DefinitionDirective
getType() - Method in class org.apache.tiles.velocity.template.GetAsStringDirective
getType() - Method in class org.apache.tiles.velocity.template.ImportAttributeDirective
getType() - Method in class org.apache.tiles.velocity.template.InsertAttributeDirective
getType() - Method in class org.apache.tiles.velocity.template.InsertDefinitionDirective
getType() - Method in class org.apache.tiles.velocity.template.InsertTemplateDirective
getType() - Method in class org.apache.tiles.velocity.template.PutAttributeDirective
getType() - Method in class org.apache.tiles.velocity.template.PutListAttributeDirective
getType() - Method in class org.apache.tiles.velocity.template.SetCurrentContainerDirective
getValue() - Method in class org.apache.tiles.Attribute
Get value.
getValue() - Method in interface org.apache.tiles.beans.MenuItem
Returns the value (i.e.
getValue() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the value of the item, i.e.
getValue(ELContext, Object, Object) - Method in class org.apache.tiles.el.ScopeELResolver
getValue(ELContext, Object, Object) - Method in class org.apache.tiles.el.TilesContextBeanELResolver
getValue(ELContext, Object, Object) - Method in class org.apache.tiles.el.TilesContextELResolver
getValue() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Getter for value property.
getValue() - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Getter for value property.
getValue() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Getter for value property.
getValue() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Getter for value property.
getValue() - Method in class org.apache.tiles.ListAttribute
Returns the list of the attributes that are elements of this attribute.
getVariableInfo(TagData) - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag.Tei
getVariableMapper() - Method in class org.apache.tiles.el.ELContextImpl
getVariableResolver(String) - Method in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory
getVelocityContext() - Method in class org.apache.tiles.velocity.template.ContextHolder
Returns the Velocity context..
getWrappedContainer() - Method in class org.apache.tiles.TilesContainerWrapper
Returns the wrapped container.

H

hashCode() - Method in class org.apache.tiles.Attribute
hashCode() - Method in class org.apache.tiles.BasicAttributeContext
hashCode() - Method in class org.apache.tiles.Definition
hashCode() - Method in class org.apache.tiles.Expression
hashCode() - Method in class org.apache.tiles.ListAttribute

I

ImportAttributeDirective - Class in org.apache.tiles.velocity.template
Import attribute(s) in specified context.
ImportAttributeDirective() - Constructor for class org.apache.tiles.velocity.template.ImportAttributeDirective
 
ImportAttributeFMModel - Class in org.apache.tiles.freemarker.template
Import attribute(s) in specified context.
ImportAttributeFMModel(ImportAttributeModel) - Constructor for class org.apache.tiles.freemarker.template.ImportAttributeFMModel
Constructor.
ImportAttributeModel - Class in org.apache.tiles.template
Import attribute(s) in specified context.
ImportAttributeModel() - Constructor for class org.apache.tiles.template.ImportAttributeModel
 
ImportAttributeTag - Class in org.apache.tiles.jsp.taglib
Import attribute(s) in specified context.
ImportAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.ImportAttributeTag
 
indexOfArray(int[], int, int, char[], int) - Method in class org.apache.tiles.util.WildcardHelper
Get the offset of a part of an int array within a char array.
inherit(Attribute) - Method in class org.apache.tiles.Attribute
Inherits an attribute, i.e.
inherit(AttributeContext) - Method in interface org.apache.tiles.AttributeContext
Copies all missing attributes from the parent attribute context to this one.
inherit(AttributeContext) - Method in class org.apache.tiles.BasicAttributeContext
Copies all missing attributes from the parent attribute context to this one.
inherit(BasicAttributeContext) - Method in class org.apache.tiles.BasicAttributeContext
Inherits the attribute context, inheriting, i.e.
inherit - Variable in class org.apache.tiles.Definition
Extends attribute value.
inherit(ListAttribute) - Method in class org.apache.tiles.ListAttribute
Inherits elements present in a "parent" list attribute.
inheritCascadedAttributes(AttributeContext) - Method in interface org.apache.tiles.AttributeContext
Copies the cascaded attributes to this attribute context.
inheritCascadedAttributes(AttributeContext) - Method in class org.apache.tiles.BasicAttributeContext
Copies the cascaded attributes to this attribute context.
init() - Method in class org.apache.tiles.web.startup.AbstractTilesInitializerServlet
Deprecated.
init(FilterConfig) - Method in class org.apache.tiles.web.util.TilesDecorationFilter
init() - Method in class org.apache.tiles.web.util.TilesDispatchServlet
initialize(ApplicationContext) - Method in class org.apache.tiles.extras.module.ModularTilesInitializer
Initializes Tiles.
initialize(ApplicationContext) - Method in class org.apache.tiles.startup.AbstractTilesInitializer
Initializes Tiles.
initialize(ApplicationContext) - Method in interface org.apache.tiles.startup.TilesInitializer
Initializes Tiles.
initializer - Variable in class org.apache.tiles.web.startup.AbstractTilesListener
The initializer object.
initSyntax(Digester) - Method in class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader
Initialised the syntax for reading XML files containing Tiles definitions.
initSyntax(Digester) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Initialised the syntax for reading XML files containing Tiles definitions.
InsertAttributeDirective - Class in org.apache.tiles.velocity.template
Inserts the value of an attribute into the page.
InsertAttributeDirective() - Constructor for class org.apache.tiles.velocity.template.InsertAttributeDirective
 
InsertAttributeFMModel - Class in org.apache.tiles.freemarker.template
Inserts the value of an attribute into the page.
InsertAttributeFMModel(InsertAttributeModel) - Constructor for class org.apache.tiles.freemarker.template.InsertAttributeFMModel
Constructor.
InsertAttributeModel - Class in org.apache.tiles.template
Inserts the value of an attribute into the page.
InsertAttributeModel() - Constructor for class org.apache.tiles.template.InsertAttributeModel
Constructor that uses the defaut attribute resolver.
InsertAttributeModel(AttributeResolver) - Constructor for class org.apache.tiles.template.InsertAttributeModel
Constructor.
InsertAttributeTag - Class in org.apache.tiles.jsp.taglib
Inserts the value of an attribute into the page.
InsertAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.InsertAttributeTag
 
InsertDefinitionDirective - Class in org.apache.tiles.velocity.template
Insert a definition.
InsertDefinitionDirective() - Constructor for class org.apache.tiles.velocity.template.InsertDefinitionDirective
 
InsertDefinitionFMModel - Class in org.apache.tiles.freemarker.template
Insert a definition.
InsertDefinitionFMModel(InsertDefinitionModel) - Constructor for class org.apache.tiles.freemarker.template.InsertDefinitionFMModel
Constructor.
InsertDefinitionModel - Class in org.apache.tiles.template
Insert a definition.
InsertDefinitionModel() - Constructor for class org.apache.tiles.template.InsertDefinitionModel
 
InsertDefinitionTag - Class in org.apache.tiles.jsp.taglib
Insert a definition.
InsertDefinitionTag() - Constructor for class org.apache.tiles.jsp.taglib.InsertDefinitionTag
 
InsertTemplateDirective - Class in org.apache.tiles.velocity.template
Insert a template.
InsertTemplateDirective() - Constructor for class org.apache.tiles.velocity.template.InsertTemplateDirective
 
InsertTemplateFMModel - Class in org.apache.tiles.freemarker.template
Insert a template.
InsertTemplateFMModel(InsertTemplateModel) - Constructor for class org.apache.tiles.freemarker.template.InsertTemplateFMModel
Constructor.
InsertTemplateModel - Class in org.apache.tiles.template
Insert a template.
InsertTemplateModel() - Constructor for class org.apache.tiles.template.InsertTemplateModel
 
InsertTemplateTag - Class in org.apache.tiles.jsp.taglib
Insert a template.
InsertTemplateTag() - Constructor for class org.apache.tiles.jsp.taglib.InsertTemplateTag
 
instantiateContainer(ApplicationContext) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Instantiate the container, without initialization.
instantiateDefinitionsFactory(ApplicationContext, LocaleResolver) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Instantiate a new definitions factory based on Locale.
instantiateLocaleDefinitionDao(ApplicationContext, 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(Throwable) - Constructor for exception org.apache.tiles.impl.InvalidTemplateException
Constructor.
InvalidTemplateException(String, Throwable) - Constructor for exception org.apache.tiles.impl.InvalidTemplateException
Constructor.
isCascade() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Getter for cascade property.
isCascade() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Getter for cascade property.
isExtending() - Method in class org.apache.tiles.Definition
Get extends flag.
isFlush() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Getter for flush property.
isFlush() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Getter for flush property.
isFlush() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Getter for flush property.
isIgnore() - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Getter for ignore property.
isIgnore() - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Getter for ignore property.
isIgnore() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Getter for ignore property.
isIgnore() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Get ignore flag.
isInherit() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Getter for inherit property.
isInherit() - Method in class org.apache.tiles.ListAttribute
If true, the attribute will put the elements of the attribute with the same name of the parent definition before the ones specified here.
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(Request) - Method in class org.apache.tiles.Attribute
Checks if the current user can use this attribute.
isReadOnly(ELContext, Object, Object) - Method in class org.apache.tiles.el.ScopeELResolver
isReadOnly(ELContext, Object, Object) - Method in class org.apache.tiles.el.TilesContextBeanELResolver
isReadOnly(ELContext, Object, Object) - Method in class org.apache.tiles.el.TilesContextELResolver
isRenderable(String, Request) - Method in class org.apache.tiles.extras.renderer.OptionsRenderer
 
isRenderable(String, Request) - Method in class org.apache.tiles.renderer.DefinitionRenderer
isResolveable(String) - Method in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory
isTarget(String) - Method in class org.apache.tiles.mvel.ScopeVariableResolverFactory
isTarget(String) - Method in class org.apache.tiles.mvel.TilesContextBeanVariableResolverFactory
isTarget(String) - Method in class org.apache.tiles.mvel.TilesContextVariableResolverFactory
isValidDefinition(String, Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Determine whether or not the definition exists.
isValidDefinition(String, Request) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Determine whether or not the definition exists.
isValidDefinition(String, Request) - Method in interface org.apache.tiles.TilesContainer
Determine whether or not the definition exists.
isValidDefinition(String, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 

J

JspExpressionFactoryFactory - Class in org.apache.tiles.el
Uses the JSP 2.1 ExpressionFactory to be used in Tiles.
JspExpressionFactoryFactory() - Constructor for class org.apache.tiles.el.JspExpressionFactoryFactory
 

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.
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
An attribute as a List.
ListAttribute() - Constructor for class org.apache.tiles.ListAttribute
Constructor.
ListAttribute(List<Attribute>) - Constructor for class org.apache.tiles.ListAttribute
Constructor.
ListAttribute(ListAttribute) - Constructor for class org.apache.tiles.ListAttribute
Copy constructor.
loadDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Tries to load definitions if necessary.
loadDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
 
loadDefinitionsFromResource(ApplicationResource) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Loads definitions from an URL without loading from "parent" URLs.
loadDefinitionsFromResources(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Loads definitions from the sources.
loadParentDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Loads parent definitions, i.e.
loadParentDefinitions(Locale) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Loads parent definitions, i.e.
loadRawDefinitionsFromResources(Locale) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Loads the raw definitions from the sources associated with a 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(ApplicationContext) - Constructor for class org.apache.tiles.definition.dao.LocaleUrlDefinitionDAO
 
log(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
log(Exception, String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
log(String, Throwable) - Method in class org.apache.tiles.web.util.ServletContextAdapter

M

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.
ModularTilesInitializer - Class in org.apache.tiles.extras.module
Loads Tiles modules, initializes them and destroy them at the end.
It loads all META-INF/MANIFEST.MF files, checks for the "Tiles-Initializer" property that must contain a valid class name of a TilesInitializer.
ModularTilesInitializer() - Constructor for class org.apache.tiles.extras.module.ModularTilesInitializer
 
ModularTilesListener - Class in org.apache.tiles.extras.module
Tiles listener that executes ModularTilesInitializer.
ModularTilesListener() - Constructor for class org.apache.tiles.extras.module.ModularTilesListener
 
MutableTilesContainer - Interface in org.apache.tiles.mgmt
Defines a mutable version of the TilesContainer.
mutate(AttributeContext, ServletRequest) - Method in interface org.apache.tiles.web.util.AttributeContextMutator
Mutate a AttributeContext.
MVELAttributeEvaluator - Class in org.apache.tiles.mvel
Allows to use MVEL as the language to evaluate attribute values.
MVELAttributeEvaluator(TilesRequestContextHolder, VariableResolverFactory) - Constructor for class org.apache.tiles.mvel.MVELAttributeEvaluator
Constructor.

N

name - Variable in class org.apache.tiles.Definition
Definition name.
name - Variable in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver
The name of the property.
NestedObjectDelegatePropertyAccessor<T> - Class in org.apache.tiles.ognl
Uses a PropertyAccessor as a delegate, but passing a nested object as target.
NestedObjectDelegatePropertyAccessor(NestedObjectExtractor<T>, PropertyAccessor) - Constructor for class org.apache.tiles.ognl.NestedObjectDelegatePropertyAccessor
Constructor.
NestedObjectExtractor<T> - Interface in org.apache.tiles.ognl
Extracts an object using another object as a basis.
NoSuchAttributeException - Exception in org.apache.tiles.template
Indicates that a named attribute has not been found.
NoSuchAttributeException() - Constructor for exception org.apache.tiles.template.NoSuchAttributeException
Constructor.
NoSuchAttributeException(String) - Constructor for exception org.apache.tiles.template.NoSuchAttributeException
Constructor.
NoSuchAttributeException(Exception) - Constructor for exception org.apache.tiles.template.NoSuchAttributeException
Constructor.
NoSuchAttributeException(String, Exception) - Constructor for exception org.apache.tiles.template.NoSuchAttributeException
Constructor.
NoSuchContainerException - Exception in org.apache.tiles
Indicates that a keyed container has not been found.
NoSuchContainerException() - Constructor for exception org.apache.tiles.NoSuchContainerException
Constructor.
NoSuchContainerException(String) - Constructor for exception org.apache.tiles.NoSuchContainerException
Constructor.
NoSuchContainerException(Throwable) - Constructor for exception org.apache.tiles.NoSuchContainerException
Constructor.
NoSuchContainerException(String, Throwable) - Constructor for exception org.apache.tiles.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.
NoSuchDefinitionException(String, Throwable) - Constructor for exception org.apache.tiles.definition.NoSuchDefinitionException
Constructor.
NoSuchDefinitionException(Throwable) - Constructor for exception org.apache.tiles.definition.NoSuchDefinitionException
Constructor.
NoSuchPreparerException - Exception in org.apache.tiles.preparer.factory
Thrown when the named preparerInstance can not be found.
NoSuchPreparerException() - Constructor for exception org.apache.tiles.preparer.factory.NoSuchPreparerException
Constructor.
NoSuchPreparerException(String) - Constructor for exception org.apache.tiles.preparer.factory.NoSuchPreparerException
Constructor.
NoSuchPreparerException(Throwable) - Constructor for exception org.apache.tiles.preparer.factory.NoSuchPreparerException
Constructor.
NoSuchPreparerException(String, Throwable) - Constructor for exception org.apache.tiles.preparer.factory.NoSuchPreparerException
Constructor.
nullSafeEquals(Object, Object) - Static method in class org.apache.tiles.CompareUtil
Checks if two objects (eventually null) are the same.
nullSafeHashCode(Object) - Static method in class org.apache.tiles.CompareUtil
Returns 0 if the object is null, the hash code of the object otherwise.

O

OGNLAttributeEvaluator - Class in org.apache.tiles.ognl
Evaluates attribute expressions and expressions with OGNL language.
OGNLAttributeEvaluator() - Constructor for class org.apache.tiles.ognl.OGNLAttributeEvaluator
 
OPTIONS_PATTERN - Static variable in class org.apache.tiles.extras.renderer.OptionsRenderer
 
OptionsRenderer - Class in org.apache.tiles.extras.renderer
Provides a custom "options" syntax for attributes.
OptionsRenderer(ApplicationContext, Renderer) - Constructor for class org.apache.tiles.extras.renderer.OptionsRenderer
 
org.apache.tiles - package org.apache.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles.
org.apache.tiles.access - package org.apache.tiles.access
Tiles access package.
org.apache.tiles.awareness - package org.apache.tiles.awareness
Interfaces that let the Tiles engine to inject dependencies to its objects.
org.apache.tiles.beans - package org.apache.tiles.beans
Classes to work with Tiles menu items and beans.
org.apache.tiles.compat.definition.digester - package org.apache.tiles.compat.definition.digester
Contains code to read old-format Tiles definition files.
org.apache.tiles.compat.preparer - package org.apache.tiles.compat.preparer
"View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered.
org.apache.tiles.context - package org.apache.tiles.context
Classes and interfaces that allow to access the various contexts in an application in a uniformed way.
org.apache.tiles.definition - package org.apache.tiles.definition
It contains classes and interfaces to allow manipulations of "definitions", i.e.
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.el - package org.apache.tiles.el
Attribute evaluator classes that can perform EL evaluation for attributes.
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.extras.complete - package org.apache.tiles.extras.complete
These classes allow to start up Tiles with all features on.
org.apache.tiles.extras.module - package org.apache.tiles.extras.module
These classes allow to initialize independent module of Tiles.
org.apache.tiles.extras.renderer - package org.apache.tiles.extras.renderer
Provides a custom "options" syntax for attributes.
org.apache.tiles.factory - package org.apache.tiles.factory
Factory classes, to allow creation of container instances.
org.apache.tiles.freemarker - package org.apache.tiles.freemarker
Classes for supporting FreeMarker in Tiles.
org.apache.tiles.freemarker.template - package org.apache.tiles.freemarker.template
 
org.apache.tiles.impl - package org.apache.tiles.impl
It contains the basic implementations of Tiles container.
org.apache.tiles.impl.mgmt - package org.apache.tiles.impl.mgmt
It contains the basic implementations of mutable Tiles containers.
org.apache.tiles.jsp.taglib - package org.apache.tiles.jsp.taglib
The "tiles-jsp" tag library contains tags that are useful to create templates, subpages other reusable view parts using the "tiles-core" package.
org.apache.tiles.locale - package org.apache.tiles.locale
Classes and interfaces to allow locale resolution in an application, i.e.
org.apache.tiles.locale.impl - package org.apache.tiles.locale.impl
Basic implementation of the locale resolver.
org.apache.tiles.mgmt - package org.apache.tiles.mgmt
Classes and interfaces to be used when it is needed to create Tiles definitions during the execution of the application.
org.apache.tiles.mvel - package org.apache.tiles.mvel
Attribute evaluator classes that can perform MVEL evaluation for attributes.
org.apache.tiles.ognl - package org.apache.tiles.ognl
Attribute evaluator classes that can perform OGNL evaluation for attributes.
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.
It is useful, for example, when a view item should be built and stored in a particular context (e.g.
org.apache.tiles.preparer.factory - package org.apache.tiles.preparer.factory
"View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered.
It is useful, for example, when a view item should be built and stored in a particular context (e.g.
org.apache.tiles.renderer - package org.apache.tiles.renderer
Interfaces to manage attribute rendering.
org.apache.tiles.startup - package org.apache.tiles.startup
Classes to start the Tiles engine up.
org.apache.tiles.template - package org.apache.tiles.template
Tiles template classes, that enable to write support code for template languages (JSP, FreeMarker, Velocity).
org.apache.tiles.util - package org.apache.tiles.util
Static utility classes used throughout the implementation.
org.apache.tiles.velocity - package org.apache.tiles.velocity
Classes to support Velocity under a servlet environment in Tiles.
org.apache.tiles.velocity.template - package org.apache.tiles.velocity.template
Classes that allow the use of "Tiles template" as a Velocity tool.
org.apache.tiles.web.startup - package org.apache.tiles.web.startup
Classes to start the Tiles engine up in a web environment.
org.apache.tiles.web.startup.simple - package org.apache.tiles.web.startup.simple
Classes to start the Tiles engine up in a web environment using the default settings.
org.apache.tiles.web.util - package org.apache.tiles.web.util
Utility classes to use Tiles in a servlet environment.

P

params - Variable in class org.apache.tiles.velocity.template.AbstractDefaultToStringRenderable
The parameters used in the current tool call.
parseAlternateDefinitions() - Method in class org.apache.tiles.web.util.TilesDecorationFilter
Creates the alternate definitions map, to map a mask of definition names to a configured definition.
PARSER_VALIDATE_PARAMETER_NAME - Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Digester validation parameter name.
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(Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Pops a context object out of the stack.
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, Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Executes a preparer.
prepare(String, Request) - Method in interface org.apache.tiles.TilesContainer
Executes a preparer.
prepare(String, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
preparer - Variable in class org.apache.tiles.BasicAttributeContext
Associated ViewPreparer URL or classname, if defined.
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(Throwable) - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
PreparerException(String) - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
PreparerException(String, Throwable) - Constructor for exception org.apache.tiles.preparer.PreparerException
Constructor.
PreparerFactory - Interface in org.apache.tiles.preparer.factory
Factory interface used to create/retrieve instances of the ViewPreparer interface.
preparers - Variable in class org.apache.tiles.preparer.factory.BasicPreparerFactory
Maps a preparer name to the instantiated preparer.
PropertyAccessorDelegateFactory<T> - Interface in org.apache.tiles.ognl
Decides a PropertyAccessor depending on the property name and the object to evaluate.
pushContext(AttributeContext, Request) - 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.
putAttribute(String, Attribute) - Method in interface org.apache.tiles.AttributeContext
Add the specified attribute.
putAttribute(String, Attribute, boolean) - Method in interface org.apache.tiles.AttributeContext
Add the specified attribute.
putAttribute(String, Attribute) - Method in class org.apache.tiles.BasicAttributeContext
Add the specified attribute.
putAttribute(String, Attribute, boolean) - Method in class org.apache.tiles.BasicAttributeContext
Add the specified attribute.
PutAttributeDirective - Class in org.apache.tiles.velocity.template
Put an attribute in enclosing attribute container tag.
PutAttributeDirective() - Constructor for class org.apache.tiles.velocity.template.PutAttributeDirective
 
PutAttributeFMModel - Class in org.apache.tiles.freemarker.template
Put an attribute in enclosing attribute container tag.
PutAttributeFMModel(PutAttributeModel) - Constructor for class org.apache.tiles.freemarker.template.PutAttributeFMModel
Constructor.
PutAttributeModel - Class in org.apache.tiles.template
Put an attribute in enclosing attribute container tag.
PutAttributeModel() - Constructor for class org.apache.tiles.template.PutAttributeModel
 
PutAttributeTag - Class in org.apache.tiles.jsp.taglib
Put an attribute in enclosing attribute container tag.
PutAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.PutAttributeTag
 
PutListAttributeDirective - Class in org.apache.tiles.velocity.template
Declare a list that will be pass as attribute to tile.
PutListAttributeDirective() - Constructor for class org.apache.tiles.velocity.template.PutListAttributeDirective
 
PutListAttributeFMModel - Class in org.apache.tiles.freemarker.template
Declare a list that will be pass as attribute to tile.
PutListAttributeFMModel(PutListAttributeModel) - Constructor for class org.apache.tiles.freemarker.template.PutListAttributeFMModel
Constructor.
PutListAttributeModel - Class in org.apache.tiles.template
Declare a list that will be pass as attribute to tile.
PutListAttributeModel() - Constructor for class org.apache.tiles.template.PutListAttributeModel
 
PutListAttributeTag - Class in org.apache.tiles.jsp.taglib
Declare a list that will be pass as attribute to tile.
PutListAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.PutListAttributeTag
 

R

read(Object) - Method in interface org.apache.tiles.definition.DefinitionsReader
Reads Definition objects from a source.
read(Object) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Reads Definition objects from a source.
reader - Variable in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Reader used to get definitions from the sources.
READER_IMPL_PROPERTY - Static variable in interface org.apache.tiles.definition.DefinitionsFactory
Property name that specifies the implementation of the DefinitionsReader.
ReadOnlyVariableResolverFactory - Class in org.apache.tiles.mvel
A base variable resolver factory that is read-only.
ReadOnlyVariableResolverFactory(TilesRequestContextHolder) - Constructor for class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory
Constructor.
ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver - Class in org.apache.tiles.mvel
Base variable resolver.
ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver(String) - Constructor for class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver
Constructor.
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.
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
 
register(Definition, Request) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Register a new definition with the container.
register(Definition, Request) - Method in interface org.apache.tiles.mgmt.MutableTilesContainer
Register a new definition with the container.
registerAttributeEvaluator(String, AttributeEvaluator) - Method in class org.apache.tiles.evaluator.BasicAttributeEvaluatorFactory
Registers a known expression language with its attribute evaluator.
registerAttributeRenderers(BasicRendererFactory, ApplicationContext, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.extras.complete.CompleteAutoloadTilesContainerFactory
Registers attribute renderers in a BasicRendererFactory.
registerAttributeRenderers(BasicRendererFactory, ApplicationContext, TilesContainer, AttributeEvaluatorFactory) - Method in class org.apache.tiles.factory.BasicTilesContainerFactory
Registers attribute renderers in a BasicRendererFactory.
registerDefinitionPatternMatcherFactory(String, DefinitionPatternMatcherFactory) - Method in class org.apache.tiles.definition.pattern.PrefixedPatternDefinitionResolver
Registers a DefinitionPatternMatcherFactory connected to a particular language.
registrations - Variable in class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader
The set of public identifiers, and corresponding resource names for the versions of the configuration file DTDs we know about.
registrations - Variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
The set of public identifiers, and corresponding resource names for the versions of the configuration file DTDs we know about.
removeAttribute(String) - Method in class org.apache.tiles.web.util.ServletContextAdapter
render(String, Request) - Method in class org.apache.tiles.extras.renderer.OptionsRenderer
 
render(String, Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Render the given tiles request.
render(Definition, Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Renders the specified definition.
render(Attribute, Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Render the given Attribute.
render(Request, AttributeContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Renders the specified attribute context.
render(String, Request) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Render the given tiles request.
render(String, Request) - Method in class org.apache.tiles.renderer.DefinitionRenderer
render(String, Request) - Method in interface org.apache.tiles.TilesContainer
Render the given tiles request.
render(Definition, Request) - Method in interface org.apache.tiles.TilesContainer
Renders the specified definition.
render(Attribute, Request) - Method in interface org.apache.tiles.TilesContainer
Render the given Attribute.
render(String, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
render(Definition, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
render(Attribute, Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.AddAttributeDirective
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.AddListAttributeDirective
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.DefinitionDirective
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.GetAsStringDirective
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.ImportAttributeDirective
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.InsertAttributeDirective
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.InsertDefinitionDirective
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.InsertTemplateDirective
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.PutAttributeDirective
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.PutListAttributeDirective
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.velocity.template.SetCurrentContainerDirective
render(Attribute) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Renders an attribute.
renderAttributeContext() - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Renders the current attribute context.
renderContext(Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Renders the current context, as it is.
renderContext(Request) - Method in interface org.apache.tiles.TilesContainer
Renders the current context, as it is.
renderContext(Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
renderDefinition(String) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Renders a definition.
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 - Variable in class org.apache.tiles.velocity.template.AbstractDefaultToStringRenderable
The HTTP request.
requestHolder - Variable in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory
The Tiles request holder.
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.
resolveInheritance(Definition, Map<String, Definition>, Locale, Set<String>) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Resolve locale-specific inheritance.
resolveInheritances(Map<String, Definition>, Locale) - Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
Resolve locale-specific extended instances.
resolveLocale(Request) - Method in class org.apache.tiles.locale.impl.DefaultLocaleResolver
Resolves the locale.
resolveLocale(Request) - Method in interface org.apache.tiles.locale.LocaleResolver
Resolves the locale.
resolver - Variable in class org.apache.tiles.el.ELAttributeEvaluator
The EL resolver to use.
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(ApplicationContext) - Constructor for class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
 
response - Variable in class org.apache.tiles.velocity.template.AbstractDefaultToStringRenderable
The HTTP response.
roles - Variable in class org.apache.tiles.Attribute
The roles that can render this attribute.

S

ScopeELResolver - Class in org.apache.tiles.el
Resolves beans in request, session and application scope.
ScopeELResolver() - Constructor for class org.apache.tiles.el.ScopeELResolver
 
ScopePropertyAccessor - Class in org.apache.tiles.ognl
Accesses a scope.
ScopePropertyAccessor() - Constructor for class org.apache.tiles.ognl.ScopePropertyAccessor
 
ScopeVariableResolverFactory - Class in org.apache.tiles.mvel
Resolves beans stored in request, session and application scopes.
ScopeVariableResolverFactory(TilesRequestContextHolder) - Constructor for class org.apache.tiles.mvel.ScopeVariableResolverFactory
Constructor.
servletContext - Variable in class org.apache.tiles.el.JspExpressionFactoryFactory
The servlet context.
ServletContextAdapter - Class in org.apache.tiles.web.util
Adapts a servlet config and a servlet context to become a unique servlet context.
ServletContextAdapter(ServletConfig) - Constructor for class org.apache.tiles.web.util.ServletContextAdapter
Constructor.
setApplicationContext(ApplicationContext) - Method in class org.apache.tiles.el.JspExpressionFactoryFactory
setApplicationContext(ApplicationContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Sets the Tiles application context to use.
setAttribute(String, Object) - Method in class org.apache.tiles.web.util.ServletContextAdapter
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.
setCascade(boolean) - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Setter for cascade property.
setCascade(boolean) - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Setter for cascade property.
setCheckRefresh(boolean) - Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
Sets the flag to check source refresh.
setClassname(String) - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Set the class name.
setContainer(ApplicationContext, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
Configures the default container to be used in the application.
setContainer(ApplicationContext, TilesContainer, String) - Static method in class org.apache.tiles.access.TilesAccess
Configures the container to be used in the application.
setContainer(TilesContainer) - Method in interface org.apache.tiles.awareness.TilesContainerAware
Sets the Tiles container.
setContainerKey(String) - Method in class org.apache.tiles.jsp.taglib.SetCurrentContainerTag
Setter for containerKey property.
setCurrentContainer(Request, String) - Static method in class org.apache.tiles.access.TilesAccess
Sets the current container to use in web pages.
setCurrentContainer(Request, TilesContainer) - Static method in class org.apache.tiles.access.TilesAccess
Sets the current container to use in web pages.
setCurrentContainer(String) - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Sets the current container for the current request.
SetCurrentContainerDirective - Class in org.apache.tiles.velocity.template
Selects a container to be used as the "current" container.
SetCurrentContainerDirective() - Constructor for class org.apache.tiles.velocity.template.SetCurrentContainerDirective
 
SetCurrentContainerFMModel - Class in org.apache.tiles.freemarker.template
Selects a container to be used as the "current" container.
SetCurrentContainerFMModel(SetCurrentContainerModel) - Constructor for class org.apache.tiles.freemarker.template.SetCurrentContainerFMModel
Constructor.
SetCurrentContainerModel - Class in org.apache.tiles.template
Selects a container to be used as the "current" container.
SetCurrentContainerModel() - Constructor for class org.apache.tiles.template.SetCurrentContainerModel
 
SetCurrentContainerTag - Class in org.apache.tiles.jsp.taglib
Selects a container to be used as the "current" container.
SetCurrentContainerTag() - Constructor for class org.apache.tiles.jsp.taglib.SetCurrentContainerTag
 
setDefaultValue(Object) - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Setter for defaultValue property.
setDefaultValue(Object) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Setter for defaultValue property.
setDefaultValueRole(String) - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Setter for defaultValueRole property.
setDefaultValueRole(String) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Setter for defaultValueRole property.
setDefaultValueType(String) - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Setter for defaultValueType property.
setDefaultValueType(String) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Setter for defaultValueType property.
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.
setExpression(String) - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Setter for expression property.
setExpression(String) - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Setter for expression property.
setExpressionFactory(ExpressionFactory) - Method in class org.apache.tiles.el.ELAttributeEvaluator
Sets the expression factory to use.
setExpressionObject(Expression) - Method in class org.apache.tiles.Attribute
Sets The expression to evaluate.
setExtends(String) - Method in class org.apache.tiles.Definition
Set extends.
setExtends(String) - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
Setter for extends property.
setFlush(boolean) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Setter for flush property.
setFlush(boolean) - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Setter for flush property.
setFlush(boolean) - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Setter for flush property.
setFunctionMapper(FunctionMapper) - Method in class org.apache.tiles.el.ELContextImpl
Sets the function mapper to use.
setIcon(String) - Method in interface org.apache.tiles.beans.MenuItem
Sets the icon URL of this menu item.
setIcon(String) - Method in class org.apache.tiles.beans.SimpleMenuItem
Sets the (optional) icon image URL.
setId(String) - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Sets the id of the imported scripting variable.
setIgnore(boolean) - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Setter for ignore property.
setIgnore(boolean) - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Setter for ignore property.
setIgnore(boolean) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Setter for ignore property.
setIgnore(boolean) - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Set ignore flag.
setInherit(boolean) - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Setter for inherit property.
setInherit(boolean) - Method in class org.apache.tiles.ListAttribute
If true, the attribute will put the elements of the attribute with the same name of the parent definition before the ones specified here.
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.
setName(String) - Method in class org.apache.tiles.Definition
Sets the value of the name property.
setName(String) - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
Setter for name property.
setName(String) - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Setter for name property.
setName(String) - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Setter for name property.
setName(String) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Setter for name property.
setName(String) - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Setter for name property.
setName(String) - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Setter for name property.
setName(String) - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Setter for name property.
setName(String) - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Set the name.
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.
setPreparer(String) - Method in interface org.apache.tiles.AttributeContext
Set associated preparer instance.
setPreparer(String) - Method in class org.apache.tiles.BasicAttributeContext
Set associated preparer instance.
setPreparer(String) - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
Setter for preparer property.
setPreparer(String) - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Setter for preparer property.
setPreparer(String) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Setter for preparer property.
setPreparer(String) - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Setter for preparer property.
setPreparer(String) - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Setter for preparer property.
setPreparerFactory(PreparerFactory) - Method in class org.apache.tiles.impl.BasicTilesContainer
Set the preparerInstance factory.
setProperty(Map, Object, Object, Object) - Method in class org.apache.tiles.ognl.AnyScopePropertyAccessor
 
setProperty(Map, Object, Object, Object) - Method in class org.apache.tiles.ognl.DelegatePropertyAccessor
setProperty(Map, Object, Object, Object) - Method in class org.apache.tiles.ognl.NestedObjectDelegatePropertyAccessor
setProperty(Map, Object, Object, Object) - Method in class org.apache.tiles.ognl.ScopePropertyAccessor
 
setReader(DefinitionsReader) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
 
setRenderer(String) - Method in class org.apache.tiles.Attribute
Sets the renderer name to use.
setRendererFactory(RendererFactory) - Method in class org.apache.tiles.impl.BasicTilesContainer
Sets the renderer instance factory.
setRequest(HttpServletRequest) - Method in class org.apache.tiles.velocity.template.ContextHolder
Sets the current HttpServletRequest.
setResolver(ELResolver) - Method in class org.apache.tiles.el.ELAttributeEvaluator
Sets the EL resolver to use.
setResponse(HttpServletResponse) - Method in class org.apache.tiles.velocity.template.ContextHolder
Sets the current HttpServletResponse.
setRole(String) - Method in class org.apache.tiles.Attribute
Set role.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Setter for role property.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
Setter for role property.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
Setter for role property.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Setter for role property.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Setter for role property.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Setter for role property.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Setter for role property.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Setter for role property.
setRole(String) - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Setter for role property.
setRoles(Set<String>) - Method in class org.apache.tiles.Attribute
Sets the roles that can render this attribute.
setScope(String) - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Setter for scope property.
setScope(String) - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Set the scope.
setServletContext(ServletContext) - Method in class org.apache.tiles.velocity.template.ContextHolder
Sets the ServletContext.
setSources(List<ApplicationResource>) - Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
 
setStaticType(Class) - Method in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver
setTemplate(String) - Method in class org.apache.tiles.jsp.taglib.DefinitionTag
Setter for template property.
setTemplate(String) - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Setter for template property.
setTemplate(String) - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Setter for template property.
setTemplateAttribute(Attribute) - Method in interface org.apache.tiles.AttributeContext
Sets the template attribute, that will be used to render the template page.
setTemplateAttribute(Attribute) - Method in class org.apache.tiles.BasicAttributeContext
Sets the template attribute, that will be used to render the template page.
setTemplateExpression(String) - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Setter for templateExpression property.
setTemplateExpression(String) - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Setter for templateExpression property.
setTemplateType(String) - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Setter for templateType property.
setTemplateType(String) - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Setter for templateType property.
setTilesRequestContext(Request) - Method in class org.apache.tiles.context.TilesRequestContextHolder
Sets the Tiles request context to use.
setToName(String) - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Setter for toName property.
setTooltip(String) - Method in interface org.apache.tiles.beans.MenuItem
Sets the tooltip text.
setTooltip(String) - Method in class org.apache.tiles.beans.SimpleMenuItem
Sets the (optional) tooltip text.
setType(String) - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Setter for type property.
setType(String) - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Setter for type property.
setValidating(boolean) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Sets the validation of XML files.
setValue(Object) - Method in class org.apache.tiles.Attribute
Set value.
setValue(String) - Method in interface org.apache.tiles.beans.MenuItem
Sets the value (i.e.
setValue(String) - Method in class org.apache.tiles.beans.SimpleMenuItem
Sets the value of the item, i.e.
setValue(ELContext, Object, Object, Object) - Method in class org.apache.tiles.el.ScopeELResolver
setValue(ELContext, Object, Object, Object) - Method in class org.apache.tiles.el.TilesContextBeanELResolver
setValue(ELContext, Object, Object, Object) - Method in class org.apache.tiles.el.TilesContextELResolver
setValue(Object) - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Setter for value property.
setValue(Attribute) - Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
Setter for value property.
setValue(Attribute) - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Setter for value property.
setValue(Object) - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Setter for value property.
setValue(List<Attribute>) - Method in class org.apache.tiles.ListAttribute
Sets the list of the attributes that are elements of this attribute.
setValue(Object) - Method in class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver
setVariableMapper(VariableMapper) - Method in class org.apache.tiles.el.ELContextImpl
Sets the variable mapper to use.
setVelocityContext(Context) - Method in class org.apache.tiles.velocity.template.ContextHolder
Sets the Velocity Context.
SimpleMenuItem - Class in org.apache.tiles.beans
A MenuItem implementation.
SimpleMenuItem() - Constructor for class org.apache.tiles.beans.SimpleMenuItem
Constructor.
SimpleTilesInitializerServlet - Class in org.apache.tiles.web.startup.simple
Deprecated.
use SimpleTilesListener instead.
SimpleTilesInitializerServlet() - Constructor for class org.apache.tiles.web.startup.simple.SimpleTilesInitializerServlet
Deprecated.
 
SimpleTilesListener - Class in org.apache.tiles.web.startup.simple
A Tiles listener that loads Tiles in the default way.
SimpleTilesListener() - Constructor for class org.apache.tiles.web.startup.simple.SimpleTilesListener
 
sources - Variable in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
Contains the URL objects identifying where configuration data is found.
startAttributeContext() - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool
Starts the attribute context.
startContext(Request) - Method in class org.apache.tiles.impl.BasicTilesContainer
Starts a new context, where attribute values are stored independently from others.
When the use of the contexts is finished, call TilesContainer.endContext(Request)
startContext(Request) - Method in interface org.apache.tiles.TilesContainer
Starts a new context, where attribute values are stored independently from others.
When the use of the contexts is finished, call TilesContainer.endContext(Request)
startContext(Request) - Method in class org.apache.tiles.TilesContainerWrapper
 
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.
STRING_RENDERER_NAME - Static variable in class org.apache.tiles.factory.BasicTilesContainerFactory
The string renderer name.

T

TEMPLATE_RENDERER_NAME - Static variable in class org.apache.tiles.factory.BasicTilesContainerFactory
The template renderer name.
templateAttribute - Variable in class org.apache.tiles.BasicAttributeContext
The template attribute, to render a template.
TilesAccess - Class in org.apache.tiles.access
Provides static access to the tiles container.
TilesApplicationContextNestedObjectExtractor - Class in org.apache.tiles.ognl
Extracts the application context from a Tiles request.
TilesApplicationContextNestedObjectExtractor() - Constructor for class org.apache.tiles.ognl.TilesApplicationContextNestedObjectExtractor
 
TilesContainer - Interface in org.apache.tiles
An encapsulation of the tiles framework.
TilesContainerAware - Interface in org.apache.tiles.awareness
It represents an object that can have a reference to the TilesContainer.
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(Throwable) - Constructor for exception org.apache.tiles.factory.TilesContainerFactoryException
Constructor.
TilesContainerFactoryException(String, Throwable) - Constructor for exception org.apache.tiles.factory.TilesContainerFactoryException
Constructor.
TilesContainerWrapper - Class in org.apache.tiles
Wraps a Tiles container to allow easy decoration.
TilesContainerWrapper(TilesContainer) - Constructor for class org.apache.tiles.TilesContainerWrapper
Constructor.
TilesContextBeanELResolver - Class in org.apache.tiles.el
Resolves beans in request, session and application scope.
TilesContextBeanELResolver() - Constructor for class org.apache.tiles.el.TilesContextBeanELResolver
 
TilesContextBeanVariableResolverFactory - Class in org.apache.tiles.mvel
Resolves beans stored in request, session and application scopes.
TilesContextBeanVariableResolverFactory(TilesRequestContextHolder) - Constructor for class org.apache.tiles.mvel.TilesContextBeanVariableResolverFactory
Constructor.
TilesContextELResolver - Class in org.apache.tiles.el
Resolves properties of Request and ApplicationContext.
TilesContextELResolver(ELResolver) - Constructor for class org.apache.tiles.el.TilesContextELResolver
Constructor.
TilesContextPropertyAccessorDelegateFactory - Class in org.apache.tiles.ognl
Decides the appropriate PropertyAccessor for the given property name and Request.
TilesContextPropertyAccessorDelegateFactory(PropertyAccessor, PropertyAccessor, PropertyAccessor, PropertyAccessor) - Constructor for class org.apache.tiles.ognl.TilesContextPropertyAccessorDelegateFactory
Constructor.
TilesContextVariableResolverFactory - Class in org.apache.tiles.mvel
Resolves Request and ApplicationContext properties as variables.
TilesContextVariableResolverFactory(TilesRequestContextHolder) - Constructor for class org.apache.tiles.mvel.TilesContextVariableResolverFactory
Constructor.
TilesDecorationFilter - Class in org.apache.tiles.web.util
Decoration Filter.
TilesDecorationFilter() - Constructor for class org.apache.tiles.web.util.TilesDecorationFilter
 
TilesDispatchServlet - Class in org.apache.tiles.web.util
Tiles dispatching servlet.
TilesDispatchServlet() - Constructor for class org.apache.tiles.web.util.TilesDispatchServlet
 
TilesException - Exception in org.apache.tiles
Root class for all Tiles-exceptions.
TilesException() - Constructor for exception org.apache.tiles.TilesException
Constructor.
TilesException(String) - Constructor for exception org.apache.tiles.TilesException
Constructor.
TilesException(Throwable) - Constructor for exception org.apache.tiles.TilesException
Create a new TilesException wrapping an existing exception.
TilesException(String, Throwable) - Constructor for exception org.apache.tiles.TilesException
Create a new TilesException from an existing exception.
TilesFMModelRepository - Class in org.apache.tiles.freemarker.template
 
TilesFMModelRepository() - Constructor for class org.apache.tiles.freemarker.template.TilesFMModelRepository
Constructor.
TilesInitializer - Interface in org.apache.tiles.startup
Tiles initialization delegate.
TilesRequestContextHolder - Class in org.apache.tiles.context
Holds in a ThreadLocal object a Request.
TilesRequestContextHolder() - Constructor for class org.apache.tiles.context.TilesRequestContextHolder
 
TilesSharedVariableFactory - Class in org.apache.tiles.freemarker
Creates a shared variable that contains the Tiles Freemarker model repository.
TilesSharedVariableFactory() - Constructor for class org.apache.tiles.freemarker.TilesSharedVariableFactory
 
TilesVelocityException - Exception in org.apache.tiles.velocity
Exception connected to the usage of Velocity and Tiles.
TilesVelocityException() - Constructor for exception org.apache.tiles.velocity.TilesVelocityException
Constructor.
TilesVelocityException(String) - Constructor for exception org.apache.tiles.velocity.TilesVelocityException
Constructor.
TilesVelocityException(Throwable) - Constructor for exception org.apache.tiles.velocity.TilesVelocityException
Constructor.
TilesVelocityException(String, Throwable) - Constructor for exception org.apache.tiles.velocity.TilesVelocityException
Constructor.
toString() - Method in class org.apache.tiles.Attribute
toString() - Method in class org.apache.tiles.beans.SimpleMenuItem
toString() - Method in class org.apache.tiles.Definition
Returns a description of the attributes.
toString() - Method in class org.apache.tiles.Expression
toString() - Method in class org.apache.tiles.velocity.template.AbstractDefaultToStringRenderable
toString() - Method in class org.apache.tiles.velocity.template.VelocityStyleTilesTool

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
 
UrlPreparer - Class in org.apache.tiles.compat.preparer
Uses a URL that acts as a preparer.
UrlPreparer(String) - Constructor for class org.apache.tiles.compat.preparer.UrlPreparer
Constructor.
UseAttributeTag - Class in org.apache.tiles.jsp.taglib
Exposes am attribute as a scripting variable within the page.
UseAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.UseAttributeTag
 
UseAttributeTag.Tei - Class in org.apache.tiles.jsp.taglib
Implementation of TagExtraInfo which identifies the scripting object(s) to be made visible.
UseAttributeTag.Tei() - Constructor for class org.apache.tiles.jsp.taglib.UseAttributeTag.Tei
 

V

value - Variable in class org.apache.tiles.Attribute
The value of the attribute.
velocityContext - Variable in class org.apache.tiles.velocity.template.AbstractDefaultToStringRenderable
The Velocity context.
VelocityStyleTilesTool - Class in org.apache.tiles.velocity.template
Tiles Tool to be used "the classic way".
VelocityStyleTilesTool() - Constructor for class org.apache.tiles.velocity.template.VelocityStyleTilesTool
 
ViewPreparer - Interface in org.apache.tiles.preparer
Executed prior to rendering a view.

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
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.