- 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
-
- 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
-
- 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
-
- createTilesInitializer() - Method in class org.apache.tiles.extras.module.ModularTilesListener
-
- createTilesInitializer() - Method in class org.apache.tiles.web.startup.AbstractTilesInitializerServlet
-
Deprecated.
- createTilesInitializer() - Method in class org.apache.tiles.web.startup.AbstractTilesListener
-
- createTilesInitializer() - Method in class org.apache.tiles.web.startup.simple.SimpleTilesInitializerServlet
-
Deprecated.
- createTilesInitializer() - Method in class org.apache.tiles.web.startup.simple.SimpleTilesListener
-
- 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.
- 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.
- 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
-
- 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.
- read(Object) - Method in interface org.apache.tiles.definition.DefinitionsReader
-
- read(Object) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- startContext(Request) - Method in interface org.apache.tiles.TilesContainer
-
- 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.