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.accessUtility classes to access Tiles funcionality from an application.org.apache.tiles.awareness - package org.apache.tiles.awarenessInterfaces that let the Tiles engine to inject dependencies to its objects.org.apache.tiles.beans - package org.apache.tiles.beansClasses to work with Tiles menu items and beans.org.apache.tiles.compat.definition.digester - package org.apache.tiles.compat.definition.digesterContains 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.contextClasses and interfaces that allow to access the various contexts in an
application in a uniformed way.org.apache.tiles.context.enhanced - package org.apache.tiles.context.enhancedClasses and interfaces that allow to access the various contexts using also the
classpath to access resources.org.apache.tiles.definition - package org.apache.tiles.definitionIt contains classes and interfaces to allow manipulations of "definitions", i.e.
objects made of a template page and a number of filled attributes.org.apache.tiles.definition.dao - package org.apache.tiles.definition.daoClasses to simply load definitions depending on a customization key.org.apache.tiles.definition.digester - package org.apache.tiles.definition.digesterAllows reading definitions with the use of Jakarta Commons Digester.org.apache.tiles.definition.util - package org.apache.tiles.definition.utilUtility classes for definitions.org.apache.tiles.evaluator - package org.apache.tiles.evaluatorInterfaces to manage attribute value evaluation.org.apache.tiles.evaluator.el - package org.apache.tiles.evaluator.elAttribute evaluator classes that can perform EL evaluation for attributes.org.apache.tiles.evaluator.impl - package org.apache.tiles.evaluator.implClasses to manage attribute value evaluation.org.apache.tiles.factory - package org.apache.tiles.factoryFactory classes, to allow creation of container instances.org.apache.tiles.impl - package org.apache.tiles.implIt contains the basic implementations of Tiles container.org.apache.tiles.impl.mgmt - package org.apache.tiles.impl.mgmtIt contains the basic implementations of mutable Tiles containers.org.apache.tiles.jsp.context - package org.apache.tiles.jsp.contextTiles context classes in a JSP environment.org.apache.tiles.jsp.evaluator.el - package org.apache.tiles.jsp.evaluator.elAttribute evaluator classes that can perform EL evaluation for attributes when a JSP
environment is available.org.apache.tiles.jsp.taglib - package org.apache.tiles.jsp.taglib The "tiles-jsp" tag library contains tags that are useful to create
templates, subpages other reusable view parts using the "tiles-core"
package.org.apache.tiles.jsp.taglib.definition - package org.apache.tiles.jsp.taglib.definitionPart of the tag library to create definitions inside JSP pages.org.apache.tiles.locale - package org.apache.tiles.localeClasses and interfaces to allow locale resolution in an application, i.e. it
allows to specify how to access the locale that the user wants to use.org.apache.tiles.locale.impl - package org.apache.tiles.locale.implBasic implementation of the locale resolver.org.apache.tiles.mgmt - package org.apache.tiles.mgmtClasses and interfaces to be used when it is needed to create Tiles definitions
during the execution of the application.org.apache.tiles.portlet.context - package org.apache.tiles.portlet.contextClasses and interfaces that allow to access the various contexts from a portlet
application.org.apache.tiles.portlet.context.wildcard - package org.apache.tiles.portlet.context.wildcardClasses and interfaces that allow to access the various contexts from a portlet
application.org.apache.tiles.preparer - package org.apache.tiles.preparer"View preparers" are objects that allows the "preparation" of a Tiles artifact
(definition, template or attribute) before it is rendered.org.apache.tiles.reflect - package org.apache.tiles.reflectClasses to manage reflection in a centralized way for Tiles.org.apache.tiles.renderer - package org.apache.tiles.rendererInterfaces to manage attribute rendering.org.apache.tiles.renderer.impl - package org.apache.tiles.renderer.implDefault implementations to manage attribute rendering.org.apache.tiles.servlet.context - package org.apache.tiles.servlet.contextClasses and interfaces that allow to access the various contexts from a servlet
application.org.apache.tiles.servlet.context.wildcard - package org.apache.tiles.servlet.context.wildcardClasses and interfaces that allow to access the various contexts from a servlet
application.org.apache.tiles.startup - package org.apache.tiles.startupClasses to start the Tiles engine up.org.apache.tiles.util - package org.apache.tiles.utilStatic utility classes used throughout the implementation.org.apache.tiles.web.startup - package org.apache.tiles.web.startupClasses to start the Tiles engine up in a web environment.org.apache.tiles.web.util - package org.apache.tiles.web.utilUtility classes to use Tiles in a servlet environment.overload(Definition, Definition) -
Method in class org.apache.tiles.definition.DefinitionsImpl
Deprecated. Use BasicAttributeContext.inherit(org.apache.tiles.AttributeContext)
.
overload(Definition, Definition) -
Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Deprecated. Use Definition#inherit(Definition)
.
P
- param -
Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
- The lazily instantiated
Map
of request
parameter name-value.
- paramValues -
Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
- The lazily instantiated
Map
of request
parameter name-values.
- parseAlternateDefinitions() -
Method in class org.apache.tiles.web.util.TilesDecorationFilter
- Creates the alternate definitions map, to map a mask of definition names
to a configured definition.
- PARSER_VALIDATE_PARAMETER_NAME -
Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
- Digester validation parameter name.
- popContext(TilesRequestContext) -
Static method in class org.apache.tiles.context.BasicAttributeContext
- Deprecated. Use
TilesContainer#endContext(Object...)
.
- popContext(TilesRequestContext) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Pops a context object out of the stack.
- PortletTilesApplicationContext - Class in org.apache.tiles.portlet.context
- Portlet-based TilesApplicationContext implementation.
- PortletTilesApplicationContext(PortletContext) -
Constructor for class org.apache.tiles.portlet.context.PortletTilesApplicationContext
- Creates a new instance of PortletTilesApplicationContext.
- PortletTilesApplicationContextFactory - Class in org.apache.tiles.portlet.context
- Creates an instance of the appropriate
TilesApplicationContext
implementation under a portlet environment. - PortletTilesApplicationContextFactory() -
Constructor for class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
-
- PortletTilesContextFactory - Class in org.apache.tiles.portlet.context
- Deprecated. Use
PortletTilesApplicationContextFactory
or
PortletTilesRequestContextFactory
. - PortletTilesContextFactory() -
Constructor for class org.apache.tiles.portlet.context.PortletTilesContextFactory
- Deprecated.
- PortletTilesRequestContext - Class in org.apache.tiles.portlet.context
- Portlet-based TilesApplicationContext implementation.
- PortletTilesRequestContext(TilesApplicationContext, PortletContext, PortletRequest, PortletResponse) -
Constructor for class org.apache.tiles.portlet.context.PortletTilesRequestContext
- Creates a new instance of PortletTilesRequestContext.
- PortletTilesRequestContext(PortletContext, PortletRequest, PortletResponse) -
Constructor for class org.apache.tiles.portlet.context.PortletTilesRequestContext
- Deprecated. Use
PortletTilesRequestContext.PortletTilesRequestContext(TilesApplicationContext, PortletContext, PortletRequest, PortletResponse)
.
- PortletTilesRequestContextFactory - Class in org.apache.tiles.portlet.context
- Creates an instance of the appropriate
TilesRequestContext
implementation under a portlet environment. - PortletTilesRequestContextFactory() -
Constructor for class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory
-
- postCreationOperations(TilesRequestContextFactory, TilesApplicationContext, RendererFactory, AttributeEvaluator, Map<String, String>, Map<String, String>, BasicTilesContainer) -
Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
- After the creation of the elements, it is possible to do other operations that
will be done after the creation and before the assignment to the container.
- postCreationOperations(TilesRequestContextFactory, TilesApplicationContext, RendererFactory, AttributeEvaluator, Map<String, String>, Map<String, String>, BasicTilesContainer) -
Method in class org.apache.tiles.factory.TilesContainerFactory
- After the creation of the elements, it is possible to do other operations that
will be done after the creation and before the assignment to the container.
- postDefinitionLoadOperations(Map<String, Definition>, Locale) -
Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
- Operations to be done after definitions are loaded.
- postDefinitionLoadOperations(Map<String, Definition>, Locale) -
Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
- Operations to be done after definitions are loaded.
- prepare(String, Object...) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Executes a preparer.
- prepare(String, Object...) -
Method in interface org.apache.tiles.TilesContainer
- Executes a preparer.
- preparer -
Variable in class org.apache.tiles.BasicAttributeContext
- Associated ViewPreparer URL or classname, if defined.
- preparer -
Variable in class org.apache.tiles.jsp.taglib.RenderTag
- The view preparer to use before the rendering.
- PREPARER_FACTORY_INIT_PARAM -
Static variable in class org.apache.tiles.factory.TilesContainerFactory
- Initialization parameter that represents the preparer factory class name.
- PreparerException - Exception in org.apache.tiles.preparer
-
Thrown when an exception occurs while processing
a prepare request.
- PreparerException() -
Constructor for exception org.apache.tiles.preparer.PreparerException
- Constructor.
- PreparerException(Exception) -
Constructor for exception org.apache.tiles.preparer.PreparerException
- Constructor.
- PreparerException(String) -
Constructor for exception org.apache.tiles.preparer.PreparerException
- Constructor.
- PreparerException(String, Exception) -
Constructor for exception org.apache.tiles.preparer.PreparerException
- Constructor.
- PreparerFactory - Interface in org.apache.tiles.preparer
-
Factory interface used to create/retrieve instances of
the
ViewPreparer
interface. - preparers -
Variable in class org.apache.tiles.preparer.BasicPreparerFactory
- Maps a preparer name to the instantiated preparer.
- print(boolean) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- print(char) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- print(char[]) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- print(double) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- print(float) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- print(int) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- print(long) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- print(Object) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- print(String) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- println() -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- println(boolean) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- println(char) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- println(char[]) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- println(double) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- println(float) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- println(int) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- println(long) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- println(Object) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- println(String) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- processNestedDefinitionName(String) -
Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
- Process the nested <tiles:definition> tag.
- processNestedDefinitionName(String) -
Method in interface org.apache.tiles.jsp.taglib.definition.DefinitionTagParent
- Process the nested <tiles:definition> tag.
- processNestedTag(AddAttributeTag) -
Method in interface org.apache.tiles.jsp.taglib.AddAttributeTagParent
- Process the nested tag.
- processNestedTag(AddAttributeTag) -
Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
- Process nested ≶addAttribute> tag.
- processNestedTag(PutAttributeTag) -
Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
- Reset member values for reuse.
- processNestedTag(PutListAttributeTag) -
Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
- Process the nested tag.
- processNestedTag(PutAttributeTag) -
Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
- Process the nested tag.
- processNestedTag(PutAttributeTag) -
Method in interface org.apache.tiles.jsp.taglib.PutAttributeTagParent
- Process the nested tag.
- processNestedTag(AddAttributeTag) -
Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
- Process nested ≶putAttribute> tag.
- processNestedTag(PutListAttributeTag) -
Method in interface org.apache.tiles.jsp.taglib.PutListAttributeTagParent
- Process the nested tag.
- processNestedTag(PutAttributeTag) -
Method in class org.apache.tiles.jsp.taglib.RenderTag
-
Process nested ≶put> tag.
- processNestedTag(PutListAttributeTag) -
Method in class org.apache.tiles.jsp.taglib.RenderTag
- Process the nested tag.
- pushContext(AttributeContext, TilesRequestContext) -
Static method in class org.apache.tiles.context.BasicAttributeContext
- Deprecated. Use
TilesContainer#startContext(Object...)
.
- pushContext(AttributeContext, TilesRequestContext) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Pushes a context object in the stack.
- put(String, Object) -
Method in class org.apache.tiles.Definition
- Deprecated. Use
AttributeContext.putAttribute(String, Attribute)
or AttributeContext.putAttribute(String, Attribute, boolean)
.
- put(String, Object, String) -
Method in class org.apache.tiles.Definition
- Deprecated. Use
AttributeContext.putAttribute(String, Attribute)
or AttributeContext.putAttribute(String, Attribute, boolean)
.
- put(String, Object, Attribute.AttributeType, String) -
Method in class org.apache.tiles.Definition
- Deprecated. Use
AttributeContext.putAttribute(String, Attribute)
or AttributeContext.putAttribute(String, Attribute, boolean)
.
- PUT_ATTRIBUTE_HANDLER_CLASS -
Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
- The handler to create attributes.
- putAttribute(String, Attribute) -
Method in interface org.apache.tiles.AttributeContext
- Add the specified attribute.
- putAttribute(String, Attribute, boolean) -
Method in interface org.apache.tiles.AttributeContext
- Add the specified attribute.
- putAttribute(String, Attribute) -
Method in class org.apache.tiles.BasicAttributeContext
- Add the specified attribute.
- putAttribute(String, Attribute, boolean) -
Method in class org.apache.tiles.BasicAttributeContext
- Add the specified attribute.
- PutAttributeTag - Class in org.apache.tiles.jsp.taglib
- Put an attribute in enclosing attribute container tag.
- PutAttributeTag() -
Constructor for class org.apache.tiles.jsp.taglib.PutAttributeTag
-
- PutAttributeTagParent - Interface in org.apache.tiles.jsp.taglib
- Tag classes implementing this interface can contain nested
PutAttributeTag
. - PutListAttributeTag - Class in org.apache.tiles.jsp.taglib
- PutList tag implementation.
- PutListAttributeTag() -
Constructor for class org.apache.tiles.jsp.taglib.PutListAttributeTag
-
- PutListAttributeTagParent - Interface in org.apache.tiles.jsp.taglib
- Tag classes implementing this interface can contain nested
PutListAttributeTag
.
R
- read(Object) -
Method in interface org.apache.tiles.definition.DefinitionsReader
- Reads
Definition
objects from a source.
- read(Object) -
Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
- Reads
Definition
objects from a source.
- readDefinitions() -
Method in interface org.apache.tiles.definition.DefinitionsFactory
- Deprecated. Let the Definitions Factory use it.
- readDefinitions() -
Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
- Deprecated.
- readDefinitions() -
Method in class org.apache.tiles.definition.UrlDefinitionsFactory
- Deprecated. Let the Definitions Factory use it.
- reader -
Variable in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
- Reader used to get definitions from the sources.
- reader -
Variable in class org.apache.tiles.definition.UrlDefinitionsFactory
- Deprecated. No more used.
- READER_IMPL_PROPERTY -
Static variable in interface org.apache.tiles.definition.DefinitionsFactory
- Property name that specifies the implementation of the DefinitionsReader.
- refresh() -
Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
- Refreshes the stored definitions, reloading them.
- refresh() -
Method in interface org.apache.tiles.definition.Refreshable
- Refreshes the stored definitions, reloading them.
- refresh() -
Method in class org.apache.tiles.definition.UrlDefinitionsFactory
- Refreshes the stored definitions, reloading them.
- Refreshable - Interface in org.apache.tiles.definition
- Indicates support for reloading Tiles configuration when it changes.
- RefreshMonitor - Interface in org.apache.tiles.definition
- Implementing this interface means that the object monitors the sources it
uses to check when they change.
- refreshRequired() -
Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
- Indicates whether the sources are out of date and need to be reloaded.
- refreshRequired() -
Method in interface org.apache.tiles.definition.RefreshMonitor
- Indicates whether the sources are out of date and need to be reloaded.
- refreshRequired() -
Method in class org.apache.tiles.definition.UrlDefinitionsFactory
- Indicates whether the DefinitionsFactory is out of date and needs to be
reloaded.
- register(Definition, Object...) -
Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
- Register a new definition with the container.
- register(Definition, TilesRequestContext) -
Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
- Registers a custom definition.
- register(Definition, Object...) -
Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
- Register a new definition with the container.
- register(Definition, TilesRequestContext) -
Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
- Registers a custom definition.
- register(Definition, Object...) -
Method in interface org.apache.tiles.mgmt.MutableTilesContainer
- Register a new definition with the container.
- registerAttributeRenderers(BasicRendererFactory, TilesApplicationContext, TilesRequestContextFactory, TilesContainer, AttributeEvaluator) -
Method in class org.apache.tiles.factory.BasicTilesContainerFactory
- Registers attribute renderers in a
BasicRendererFactory
.
- registerChainedRequestContextFactories(ChainedTilesRequestContextFactory) -
Method in class org.apache.tiles.factory.BasicTilesContainerFactory
- Register elements of a chained request context factory.
- registerRenderer(String, AttributeRenderer) -
Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
- Registers a renderer.
- registerRequestContextFactory(String, List<TilesRequestContextFactory>, TilesRequestContextFactory) -
Method in class org.apache.tiles.factory.BasicTilesContainerFactory
- Registers a
TilesRequestContextFactory
specifying its
classname.
- registrations -
Variable in class org.apache.tiles.compat.definition.digester.CompatibilityDigesterDefinitionsReader
- The set of public identifiers, and corresponding resource names for the
versions of the configuration file DTDs we know about.
- registrations -
Variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
- The set of public identifiers, and corresponding resource names for
the versions of the configuration file DTDs we know about.
- release() -
Method in class org.apache.tiles.jsp.taglib.ContainerTagSupport
- Deprecated. Release any per-instance resources, releasing any resources or state
before this tag instance is disposed.
- release() -
Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
- Release any per-instance resources, releasing any resources or state
before this tag instance is disposed.
- release() -
Method in class org.apache.tiles.jsp.taglib.TilesBodyTag
- Release any per-instance resources, releasing any resources or state
before this tag instance is disposed.
- release() -
Method in class org.apache.tiles.jsp.taglib.TilesTag
- Release any per-instance resources, releasing any resources or state
before this tag instance is disposed.
- release() -
Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
- Release references to allocated resources acquired in
initialize()
of via subsequent processing.
- release() -
Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
- Release references to allocated resources acquired in
initialize()
of via subsequent processing.
- release() -
Method in class org.apache.tiles.servlet.context.ServletTilesApplicationContext
- Release references to allocated resources acquired in
initialize()
of via subsequent processing.
- release() -
Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
- Release references to allocated resources acquired in
initialize()
of via subsequent processing.
- ReloadableDefinitionsFactory - Interface in org.apache.tiles.definition
- Deprecated. Use
Refreshable
. - reloadDefinitionsFactory(Object) -
Static method in class org.apache.tiles.definition.util.DefinitionsFactoryUtil
- Deprecated. Let the definitions DAO manage auto-reload.
- removeAttribute(String) -
Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
-
- removeAttribute(String) -
Method in class org.apache.tiles.web.util.ServletContextAdapter
-
- render(String, Object...) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Render the given tiles request.
- render(Attribute, Writer, Object...) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Deprecated.
- render(Attribute, Object...) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Render the given Attribute.
- render(Attribute) -
Method in class org.apache.tiles.jsp.taglib.GetAsStringTag
- Renders an attribute for real.
- render() -
Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
- Render the specified content.
- render(Attribute) -
Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
- Renders an attribute for real.
- render() -
Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
- Render the specified content.
- render() -
Method in class org.apache.tiles.jsp.taglib.RenderTag
- Render the specified content.
- render(Attribute, TilesRequestContext) -
Method in interface org.apache.tiles.renderer.AttributeRenderer
- Renders an attribute.
- render(Attribute, TilesRequestContext) -
Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
- Renders an attribute.
- render(String, Object...) -
Method in interface org.apache.tiles.TilesContainer
- Render the given tiles request.
- render(Attribute, Writer, Object...) -
Method in interface org.apache.tiles.TilesContainer
- Deprecated. Use
TilesContainer.render(Attribute, Object...)
.
- render(Attribute, Object...) -
Method in interface org.apache.tiles.TilesContainer
- Render the given Attribute.
- renderContext(Object...) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Renders the current context, as it is.
- renderContext() -
Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
- Renders the current context.
- renderContext() -
Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
- Renders the current context.
- renderContext(Object...) -
Method in interface org.apache.tiles.TilesContainer
- Renders the current context, as it is.
- RENDERER_FACTORY_INIT_PARAM -
Static variable in class org.apache.tiles.factory.TilesContainerFactory
- Initialization parameter that represents the renderer factory class name.
- RendererException - Exception in org.apache.tiles.renderer
- Exception for attribute rendition events.
- RendererException() -
Constructor for exception org.apache.tiles.renderer.RendererException
- Constructor.
- RendererException(String) -
Constructor for exception org.apache.tiles.renderer.RendererException
- Constructor.
- RendererException(Exception) -
Constructor for exception org.apache.tiles.renderer.RendererException
- Create a new
RendererException
wrapping an existing
exception.
- RendererException(String, Exception) -
Constructor for exception org.apache.tiles.renderer.RendererException
- Create a new
RendererException
from an existing exception.
- RendererFactory - Interface in org.apache.tiles.renderer
-
Factory interface used to create/retrieve instances of the
AttributeRenderer
interface. - renderers -
Variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
- The renderer name/renderer map.
- RenderTag - Class in org.apache.tiles.jsp.taglib
-
Abstracts class for all tags which render (an attribute, a template, or
definition).
- RenderTag() -
Constructor for class org.apache.tiles.jsp.taglib.RenderTag
-
- RenderTagSupport - Class in org.apache.tiles.jsp.taglib
- Deprecated. Use
RenderTag
. - RenderTagSupport() -
Constructor for class org.apache.tiles.jsp.taglib.RenderTagSupport
- Deprecated.
- replace(String, Map<Integer, String>) -
Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
- Replaces a string with placeholders using values of a variable map.
- replaceDefinition(Definition, String, Map<Integer, String>) -
Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
- Creates a definition given its representation with wildcards.
- request -
Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
- The
PortletRequest
for this request.
- REQUEST_CONTEXT_FACTORY_INIT_PARAM -
Static variable in class org.apache.tiles.factory.TilesContainerFactory
- Initialization parameter that represents the context factory class name.
- requestProperties -
Variable in class org.apache.tiles.evaluator.el.TilesContextELResolver
- Contains the properties of
TilesRequestContext
.
- reset() -
Method in interface org.apache.tiles.definition.Definitions
- Deprecated. Clears definitions.
- reset() -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Deprecated. Clears definitions.
- reset() -
Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.RenderTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
- Deprecated. Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.TilesBodyTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.TilesTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- reset() -
Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- resolveFactoryName(Map<String, String>, String) -
Static method in class org.apache.tiles.factory.TilesContainerFactory
- Resolves a factory class name.
- resolveInheritance(Definition, Map<String, Definition>, Locale, Set<String>) -
Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
- Resolve locale-specific inheritance.
- resolveInheritance(Definition, Locale, Set<String>) -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Deprecated. Resolve locale-specific inheritance.
- resolveInheritance(Definition, TilesRequestContext) -
Method in class org.apache.tiles.impl.mgmt.DefinitionManager
- Resolve inheritance.
- resolveInheritances(Map<String, Definition>, Locale) -
Method in class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
- Resolve locale-specific extended instances.
- resolveInheritances() -
Method in interface org.apache.tiles.definition.Definitions
- Deprecated. Resolves configuration inheritance properties.
- resolveInheritances(Locale) -
Method in interface org.apache.tiles.definition.Definitions
- Deprecated. Resolves locale-specific configuration inheritance properties.
- resolveInheritances() -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Deprecated. Resolve extended instances.
- resolveInheritances(Locale) -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Deprecated. Resolve locale-specific extended instances.
- resolveLocale(TilesRequestContext) -
Method in class org.apache.tiles.locale.impl.DefaultLocaleResolver
- Resolves the locale.
- resolveLocale(TilesRequestContext) -
Method in interface org.apache.tiles.locale.LocaleResolver
- Resolves the locale.
- resolver -
Variable in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
- The EL resolver to use.
- resolver -
Variable in class org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContext
- The pattern resolver.
- resolver -
Variable in class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContext
- The pattern resolver.
- resolveWildcardDefinition(List<CachingLocaleUrlDefinitionDAO.WildcardMapping>, String) -
Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
- Try to resolve a wildcard definition.
- ResolvingLocaleUrlDefinitionDAO - Class in org.apache.tiles.definition.dao
-
A definitions DAO (loading URLs and using Locale as a customization key) that
caches definitions that have been loaded and resolves inheritances.
- ResolvingLocaleUrlDefinitionDAO() -
Constructor for class org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO
-
- response -
Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
- The
PortletResponse
for this request.
- role -
Variable in class org.apache.tiles.jsp.taglib.AddAttributeTag
- The role to check.
- role -
Variable in class org.apache.tiles.jsp.taglib.RenderTag
- The role to check.
- roles -
Variable in class org.apache.tiles.Attribute
- The roles that can render this attribute.
- RoleSecurityTagSupport - Class in org.apache.tiles.jsp.taglib
- Deprecated. Use
AddAttributeTag
and PutAttributeTag
directly. - RoleSecurityTagSupport() -
Constructor for class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
- Deprecated.
S
- scope -
Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
- The scope.
- scopeName -
Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
- The scope name.
- searchResources(ClassLoader, String) -
Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
- Searches for resources in the classpath, given a path, using a class
loader.
- servletContext -
Variable in class org.apache.tiles.jsp.evaluator.el.JspExpressionFactoryFactory
- The servlet context.
- ServletContextAdapter - Class in org.apache.tiles.web.util
- Adapts a servlet config and a servlet context to become a unique servlet
context.
- ServletContextAdapter(ServletConfig) -
Constructor for class org.apache.tiles.web.util.ServletContextAdapter
- Constructor.
- ServletTilesApplicationContext - Class in org.apache.tiles.servlet.context
- Servlet-based implementation of the TilesApplicationContext interface.
- ServletTilesApplicationContext(ServletContext) -
Constructor for class org.apache.tiles.servlet.context.ServletTilesApplicationContext
- Creates a new instance of ServletTilesApplicationContext.
- ServletTilesApplicationContextFactory - Class in org.apache.tiles.servlet.context
- Creates an instance of the appropriate TilesApplicationContext implementation
under a servlet environment.
- ServletTilesApplicationContextFactory() -
Constructor for class org.apache.tiles.servlet.context.ServletTilesApplicationContextFactory
-
- ServletTilesContextFactory - Class in org.apache.tiles.servlet.context
- Deprecated.
- ServletTilesContextFactory() -
Constructor for class org.apache.tiles.servlet.context.ServletTilesContextFactory
- Deprecated. Do not use! No replacement.
- ServletTilesRequestContext - Class in org.apache.tiles.servlet.context
- Servlet-based implementation of the TilesApplicationContext interface.
- ServletTilesRequestContext(TilesApplicationContext, HttpServletRequest, HttpServletResponse) -
Constructor for class org.apache.tiles.servlet.context.ServletTilesRequestContext
- Creates a new instance of ServletTilesRequestContext.
- ServletTilesRequestContext(ServletContext, HttpServletRequest, HttpServletResponse) -
Constructor for class org.apache.tiles.servlet.context.ServletTilesRequestContext
- Deprecated. Use
ServletTilesRequestContext.ServletTilesRequestContext(TilesApplicationContext, HttpServletRequest, HttpServletResponse)
.
- ServletTilesRequestContextFactory - Class in org.apache.tiles.servlet.context
- Creates an instance of the appropriate
TilesRequestContext
implementation in a servlet environment. - ServletTilesRequestContextFactory() -
Constructor for class org.apache.tiles.servlet.context.ServletTilesRequestContextFactory
-
- ServletUtil - Class in org.apache.tiles.servlet.context
- Utilities for Tiles servlet support.
- setApplicationContext(TilesApplicationContext) -
Method in interface org.apache.tiles.awareness.TilesApplicationContextAware
- Sets the Tiles application context.
- setApplicationContext(TilesApplicationContext) -
Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
- Sets the Tiles application context.
- setApplicationContext(TilesApplicationContext) -
Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
- Sets the Tiles application context.
- setApplicationContext(TilesApplicationContext) -
Method in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
- Sets the Tiles application context.
- setApplicationContext(TilesApplicationContext) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Sets the Tiles application context to use.
- setApplicationContext(TilesApplicationContext) -
Method in class org.apache.tiles.jsp.evaluator.el.JspExpressionFactoryFactory
- Sets the Tiles application context.
- setApplicationContext(TilesApplicationContext) -
Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
- Sets the Tiles application context.
- setApplicationContext(TilesApplicationContext) -
Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
- Sets the Tiles application context.
- setApplicationContextFactory(AbstractTilesApplicationContextFactory) -
Method in interface org.apache.tiles.awareness.AbstractTilesApplicationContextFactoryAware
- Sets the Tiles application context factory.
- setAttribute(String, Object) -
Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
-
- setAttribute(String, Object) -
Method in class org.apache.tiles.web.util.ServletContextAdapter
-
- setBody(String) -
Method in class org.apache.tiles.Attribute
- Sets the body of this attribute.
- setCascade(boolean) -
Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
- Sets the property that tells if the attribute should be cascaded to
nested definitions.
- setCheckRefresh(boolean) -
Method in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
- Sets the flag to check URL refresh.
- setClassname(String) -
Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
- Set the class name.
- setContainer(TilesApplicationContext, TilesContainer) -
Static method in class org.apache.tiles.access.TilesAccess
- Configures the default container to be used in the application.
- setContainer(TilesApplicationContext, TilesContainer, String) -
Static method in class org.apache.tiles.access.TilesAccess
- Configures the container to be used in the application.
- setContainer(Object, TilesContainer) -
Static method in class org.apache.tiles.access.TilesAccess
- Deprecated. Use
TilesAccess.setContainer(TilesApplicationContext, TilesContainer)
.
- setContainer(TilesContainer) -
Method in interface org.apache.tiles.awareness.TilesContainerAware
- Sets the Tiles container.
- setContainer(PageContext, TilesContainer) -
Static method in class org.apache.tiles.jsp.context.JspUtil
- Configures the default container to be used in the application.
- setContainer(PageContext, TilesContainer, String) -
Static method in class org.apache.tiles.jsp.context.JspUtil
- Configures the container to be used in the application.
- setContainer(TilesContainer) -
Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
- Sets the Tiles container.
- setContainer(TilesContainer) -
Method in class org.apache.tiles.renderer.impl.DefinitionAttributeRenderer
- Sets the Tiles container.
- setContainer(TilesContainer) -
Method in class org.apache.tiles.renderer.impl.UntypedAttributeRenderer
- Sets the Tiles container.
- setContainer(ServletContext, TilesContainer) -
Static method in class org.apache.tiles.servlet.context.ServletUtil
- Configures the default container to be used in the application.
- setContainer(ServletContext, TilesContainer, String) -
Static method in class org.apache.tiles.servlet.context.ServletUtil
- Configures the container to be used in the application.
- setContainerFactory(String) -
Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
- Sets the container factory class name.
- setContainerKey(String) -
Method in class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
- Sets the key of the container to destroy.
- setContainerKey(String) -
Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
- Sets the key under which the container will be stored.
- setContainerKey(String) -
Method in class org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag
- Sets the key under which the container is stored.
- setContextFactory(TilesContextFactory) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Deprecated. Use
BasicTilesContainer.setRequestContextFactory(TilesRequestContextFactory)
.
- setCurrentContainer(PageContext, String) -
Static method in class org.apache.tiles.jsp.context.JspUtil
- Sets the current container to use in web pages.
- setCurrentContainer(PageContext, TilesContainer) -
Static method in class org.apache.tiles.jsp.context.JspUtil
- Sets the current container to use in web pages.
- setCurrentContainer(ServletRequest, ServletContext, String) -
Static method in class org.apache.tiles.servlet.context.ServletUtil
- Sets the current container to use in web pages.
- setCurrentContainer(ServletRequest, ServletContext, TilesContainer) -
Static method in class org.apache.tiles.servlet.context.ServletUtil
- Sets the current container to use in web pages.
- SetCurrentContainerTag - Class in org.apache.tiles.jsp.taglib.definition
- Sets the current container, to be used by Tiles tags.
- SetCurrentContainerTag() -
Constructor for class org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag
-
- setDefaultConfiguration(Map<String, String>) -
Method in class org.apache.tiles.factory.TilesContainerFactory
- Sets the default configuration parameters.
- setDefaultRenderer(AttributeRenderer) -
Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
- Sets the default renderer.
- setDefaultValue(String, String) -
Method in class org.apache.tiles.factory.TilesContainerFactory
- Sets one default configuration parameter value.
- setDefaultValue(Object) -
Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
- Sets the default value, that is evaluated only if
value
is
null and the attribute with the associated name
is null.
- setDefaultValueRole(String) -
Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
- Sets the role to check for the default value.
- setDefaultValueType(String) -
Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
- Sets the default value type.
- setDefinitionDAO(DefinitionDAO<Locale>) -
Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
- Sets the definition DAO to use.
- setDefinitionsFactory(DefinitionsFactory) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Set the definitions factory.
- setDefinitionsFactory(String, DefinitionsFactory, Map<String, String>) -
Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
- Deprecated. Use
KeyedDefinitionsFactoryTilesContainer.setDefinitionsFactory(String, DefinitionsFactory)
.
- setDefinitionsFactory(String, DefinitionsFactory) -
Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
- Set the definitions factory.
- setDefinitionsFactory(DefinitionsFactory) -
Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
- Set the definitions factory.
- setDefinitionsFactory(String, DefinitionsFactory, Map<String, String>) -
Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
- Deprecated.
- setDefinitionsFactory(DefinitionsFactory) -
Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
- Set the definitions factory.
- setEvaluator(AttributeEvaluator) -
Method in interface org.apache.tiles.evaluator.AttributeEvaluatorAware
- Sets the evaluator.
- setEvaluator(AttributeEvaluator) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Sets the evaluator to use.
- setEvaluator(AttributeEvaluator) -
Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
- Sets the evaluator.
- setEvaluator(AttributeEvaluator) -
Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
- Sets the evaluator.
- setExpression(String) -
Method in class org.apache.tiles.Attribute
- Sets The expression to evaluate.
- setExpressionFactory(ExpressionFactory) -
Method in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
- Sets the expression factory to use.
- setExtends(String) -
Method in class org.apache.tiles.Definition
- Set extends.
- setExtends(String) -
Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
- Sets the (optional) definition name that this definition extends.
- setFactories(List<AbstractTilesApplicationContextFactory>) -
Method in class org.apache.tiles.context.ChainedTilesApplicationContextFactory
- Sets the factories to be used.
- setFactories(List<TilesContextFactory>) -
Method in class org.apache.tiles.context.ChainedTilesContextFactory
- Deprecated. Simply do not use it.
- setFactories(List<TilesRequestContextFactory>) -
Method in class org.apache.tiles.context.ChainedTilesRequestContextFactory
- Sets the factories to be used.
- setFactory(DefinitionsFactory) -
Method in class org.apache.tiles.impl.mgmt.DefinitionManager
- Sets the definitions factory to use.
- setFilterConfig(FilterConfig) -
Method in class org.apache.tiles.web.startup.TilesFilter
- Deprecated. Set the filter configuration object for this filter.
- setFlush(boolean) -
Method in class org.apache.tiles.jsp.taglib.RenderTag
- Sets the flush flag.
- setForceInclude(PageContext, boolean) -
Static method in class org.apache.tiles.jsp.context.JspUtil
- Sets the option that enables the forced include of the response.
- setForceInclude(HttpServletRequest, boolean) -
Static method in class org.apache.tiles.servlet.context.ServletUtil
- Sets the option that enables the forced include of the response.
- setFunctionMapper(FunctionMapper) -
Method in class org.apache.tiles.evaluator.el.ELContextImpl
- Sets the function mapper to use.
- setIcon(String) -
Method in interface org.apache.tiles.beans.MenuItem
- Sets the icon URL of this menu item.
- setIcon(String) -
Method in class org.apache.tiles.beans.SimpleMenuItem
- Sets the (optional) icon image URL.
- setIgnore(boolean) -
Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
- Set ignore flag.
- setIgnore(boolean) -
Method in class org.apache.tiles.jsp.taglib.RenderTag
- Sets the ignore flag.
- setInherit(boolean) -
Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
- If true, the attribute will put the elements of the attribute with the
same name of the parent definition before the ones specified here.
- setInherit(boolean) -
Method in class org.apache.tiles.ListAttribute
- If true, the attribute will put the elements of the attribute with the
same name of the parent definition before the ones specified here.
- setInitParameter(String, String) -
Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
- Sets an init parameter value.
- setKeyExtractor(KeyedDefinitionsFactoryTilesContainer.KeyExtractor) -
Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
- Sets the key extractor to use.
- setLink(String) -
Method in interface org.apache.tiles.beans.MenuItem
- Sets the URL of this menu item.
- setLink(String) -
Method in class org.apache.tiles.beans.SimpleMenuItem
- Sets the link where the menu item points to.
- setLocaleResolver(LocaleResolver) -
Method in class org.apache.tiles.definition.LocaleDefinitionsFactory
- Sets the locale resolver to use.
- setName(String) -
Method in class org.apache.tiles.Attribute
- Deprecated. Use the
setName
methods in object that contain
attributes.
- setName(String) -
Method in class org.apache.tiles.Definition
- Sets the value of the name property.
- setName(String) -
Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
- Set the name.
- setName(String) -
Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
- Sets the name of the definition to configure.
- setName(String) -
Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
- Sets the name of the attribute.
- setName(String) -
Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
- Sets the name of the definition to insert.
- setName(String) -
Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
- Sets the name of the attribute.
- setPreparer(String) -
Method in interface org.apache.tiles.AttributeContext
- Set associated preparer instance.
- setPreparer(String) -
Method in class org.apache.tiles.BasicAttributeContext
- Set associated preparer instance.
- setPreparer(String) -
Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
- Sets the definition view preparer.
- setPreparer(String) -
Method in class org.apache.tiles.jsp.taglib.RenderTag
- Sets the preparer name.
- setPreparerFactory(PreparerFactory) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Set the preparerInstance factory.
- setReader(DefinitionsReader) -
Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
- Sets the definitions reader that will read the URLs.
- setReader(DefinitionsReader) -
Method in interface org.apache.tiles.definition.dao.URLReader
- Sets the definitions reader that will read the URLs.
- setRenderer(String) -
Method in class org.apache.tiles.Attribute
- Sets the renderer name to use.
- setRendererFactory(RendererFactory) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Sets the renderer instance factory.
- setRequestContextFactory(TilesRequestContextFactory) -
Method in interface org.apache.tiles.awareness.TilesRequestContextFactoryAware
- Sets the Tiles request context factory.
- setRequestContextFactory(TilesRequestContextFactory) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Sets the request context factory.
- setRequestContextFactory(TilesRequestContextFactory) -
Method in class org.apache.tiles.jsp.context.JspTilesRequestContextFactory
- Sets the Tiles request context factory.
- setRequestContextFactory(TilesRequestContextFactory) -
Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
- Sets the Tiles request context factory.
- setRequestContextFactory(TilesRequestContextFactory) -
Method in class org.apache.tiles.renderer.impl.BasicRendererFactory
- Sets the Tiles request context factory.
- setResolver(ELResolver) -
Method in class org.apache.tiles.evaluator.el.ELAttributeEvaluator
- Sets the EL resolver to use.
- setRole(String) -
Method in class org.apache.tiles.Attribute
- Set role.
- setRole(String) -
Method in class org.apache.tiles.Definition
- Deprecated. Use
BasicAttributeContext.getTemplateAttribute()
.
- setRole(String) -
Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
- Sets the role to check.
- setRole(String) -
Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
- Sets the role to check when rendering this definition.
- setRole(String) -
Method in class org.apache.tiles.jsp.taglib.RenderTag
- Sets the role to check.
- setRole(String) -
Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
- Deprecated. Sets the role to check.
- setRoles(Set<String>) -
Method in class org.apache.tiles.Attribute
- Sets the roles that can render this attribute.
- setRootContext(TilesApplicationContext) -
Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
- Sets the root context.
- setScope(String) -
Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
- Set the scope.
- setSourceURLs(List<URL>) -
Method in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
- Sets the source URLs to use.
- setSourceURLs(List<URL>) -
Method in interface org.apache.tiles.definition.dao.URLReader
- Sets the source URLs to use.
- setTemplate(String) -
Method in class org.apache.tiles.Definition
- Deprecated. Use
BasicAttributeContext.getTemplateAttribute()
.
- setTemplate(String) -
Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
- Sets the template URI of the definition.
- setTemplate(String) -
Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
- Sets a string representing the URI of a template (for example, a JSP
page).
- setTemplateAttribute(Attribute) -
Method in interface org.apache.tiles.AttributeContext
- Sets the template attribute, that will be used to render the template
page.
- setTemplateAttribute(Attribute) -
Method in class org.apache.tiles.BasicAttributeContext
- Sets the template attribute, that will be used to render the template
page.
- setToName(String) -
Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
-
Sets the name of the destination attribute.
- setTooltip(String) -
Method in interface org.apache.tiles.beans.MenuItem
- Sets the tooltip text.
- setTooltip(String) -
Method in class org.apache.tiles.beans.SimpleMenuItem
- Sets the (optional) tooltip text.
- setType(Attribute.AttributeType) -
Method in class org.apache.tiles.Attribute
- Deprecated. Use
Attribute#setRenderer(String))
.
- setType(String) -
Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
-
Sets content type: string, template or definition.
- setValue(Object) -
Method in class org.apache.tiles.Attribute
- Set value.
- setValue(String) -
Method in interface org.apache.tiles.beans.MenuItem
- Sets the value (i.e. the visible part) of this menu item.
- setValue(String) -
Method in class org.apache.tiles.beans.SimpleMenuItem
- Sets the value of the item, i.e. what is really visible to the user.
- setValue(V) -
Method in class org.apache.tiles.context.MapEntry
- Sets the entry value if the entry can be modified.
- setValue(ELContext, Object, Object, Object) -
Method in class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
-
- setValue(ELContext, Object, Object, Object) -
Method in class org.apache.tiles.evaluator.el.TilesContextELResolver
-
- setValue(Object) -
Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
- Sets the attribute value.
- setValue(Object) -
Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
- Sets the attribute value.
- setValue(Object) -
Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
- Set the value.
- setValue(Object) -
Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
- Sets the attribute value.
- setVariableMapper(VariableMapper) -
Method in class org.apache.tiles.evaluator.el.ELContextImpl
- Sets the variable mapper to use.
- SimpleMenuItem - Class in org.apache.tiles.beans
- A MenuItem implementation.
- SimpleMenuItem() -
Constructor for class org.apache.tiles.beans.SimpleMenuItem
- Constructor.
- sources -
Variable in class org.apache.tiles.definition.UrlDefinitionsFactory
- Deprecated. Use
#sourceURLs
.
- sourceURLs -
Variable in class org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO
- Contains the URL objects identifying where configuration data is found.
- startContext(Object...) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Starts a new context, where attribute values are stored independently
from others.
- startContext(PageContext) -
Method in class org.apache.tiles.jsp.taglib.ContainerTagSupport
- Deprecated. Starts the context when entering the tag.
- startContext(PageContext) -
Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
- Starts the context when entering the tag.
- startContext(PageContext) -
Method in class org.apache.tiles.jsp.taglib.RenderTag
- Starts the context when entering the tag.
- startContext(Object...) -
Method in interface org.apache.tiles.TilesContainer
- Starts a new context, where attribute values are stored independently
from others.
- storeContainerDependencies(Object, Map<String, String>, Map<String, String>, BasicTilesContainer) -
Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
- Stores container dependencies, that is called before
TilesContainer.init(Map)
.
- storeContainerDependencies(Object, Map<String, String>, Map<String, String>, BasicTilesContainer) -
Method in class org.apache.tiles.factory.TilesContainerFactory
- Stores container dependencies, that is called before
TilesContainer.init(Map)
.
- storeContainerDependencies(TilesApplicationContext, Map<String, String>, Map<String, String>, BasicTilesContainer) -
Method in class org.apache.tiles.factory.TilesContainerFactory
- Stores container dependencies, that is called before
TilesContainer.init(Map)
.
- StringAttributeRenderer - Class in org.apache.tiles.renderer.impl
- Renders an attribute that contains a string.
- StringAttributeRenderer() -
Constructor for class org.apache.tiles.renderer.impl.StringAttributeRenderer
-
T
- template -
Variable in class org.apache.tiles.jsp.taglib.InsertTemplateTag
- A string representing the URI of a template (for example, a JSP page).
- templateAttribute -
Variable in class org.apache.tiles.BasicAttributeContext
- The template attribute, to render a template.
- TemplateAttributeRenderer - Class in org.apache.tiles.renderer.impl
- Renders an attribute that contains a reference to a template.
- TemplateAttributeRenderer() -
Constructor for class org.apache.tiles.renderer.impl.TemplateAttributeRenderer
-
- TilesAccess - Class in org.apache.tiles.access
- Provides static access to the tiles container.
- TilesAccessException - Exception in org.apache.tiles.access
- Indicates that something went wrong in
TilesAccess
use. - TilesAccessException() -
Constructor for exception org.apache.tiles.access.TilesAccessException
- Constructor.
- TilesAccessException(String) -
Constructor for exception org.apache.tiles.access.TilesAccessException
- Constructor.
- TilesAccessException(Exception) -
Constructor for exception org.apache.tiles.access.TilesAccessException
- Constructor.
- TilesAccessException(String, Exception) -
Constructor for exception org.apache.tiles.access.TilesAccessException
- Constructor.
- TilesApplicationContext - Interface in org.apache.tiles
- Defines a set of methods which tiles use to communicate to
the tiles container and runtime environment.
- TilesApplicationContextAware - Interface in org.apache.tiles.awareness
- It represents an object that can have a reference to the
TilesApplicationContext
. - TilesApplicationContextWrapper - Class in org.apache.tiles.context
- Delegate for ease of customization.
- TilesApplicationContextWrapper(TilesApplicationContext) -
Constructor for class org.apache.tiles.context.TilesApplicationContextWrapper
- Constructor.
- TilesBodyTag - Class in org.apache.tiles.jsp.taglib
- An abstract common base class to extend for all Tiles JSP tag handlers which
access body content.
- TilesBodyTag() -
Constructor for class org.apache.tiles.jsp.taglib.TilesBodyTag
-
- TilesContainer - Interface in org.apache.tiles
- An encapsulation of the tiles framework.
- TilesContainerAware - Interface in org.apache.tiles.awareness
- It represents an object that can have a reference to the
TilesContainer
. - TilesContainerFactory - Class in org.apache.tiles.factory
- Factory provided for convenience.
- TilesContainerFactory() -
Constructor for class org.apache.tiles.factory.TilesContainerFactory
-
- TilesContainerFactoryException - Exception in org.apache.tiles.factory
- Indicates that something went wrong in
TilesContainerFactory
use. - TilesContainerFactoryException() -
Constructor for exception org.apache.tiles.factory.TilesContainerFactoryException
- Constructor.
- TilesContainerFactoryException(String) -
Constructor for exception org.apache.tiles.factory.TilesContainerFactoryException
- Constructor.
- TilesContainerFactoryException(Exception) -
Constructor for exception org.apache.tiles.factory.TilesContainerFactoryException
- Constructor.
- TilesContainerFactoryException(String, Exception) -
Constructor for exception org.apache.tiles.factory.TilesContainerFactoryException
- Constructor.
- TilesContextBeanELResolver - Class in org.apache.tiles.evaluator.el
- Resolves beans in request, session and application scope.
- TilesContextBeanELResolver() -
Constructor for class org.apache.tiles.evaluator.el.TilesContextBeanELResolver
-
- TilesContextELResolver - Class in org.apache.tiles.evaluator.el
- Resolves properties of
TilesRequestContext
and
TilesApplicationContext
. - TilesContextELResolver() -
Constructor for class org.apache.tiles.evaluator.el.TilesContextELResolver
- Constructor.
- TilesContextFactory - Interface in org.apache.tiles.context
- Deprecated. Use
TilesApplicationContextFactory
or
TilesRequestContextFactory
. - TilesDecorationFilter - Class in org.apache.tiles.web.util
- Decoration Filter.
- TilesDecorationFilter() -
Constructor for class org.apache.tiles.web.util.TilesDecorationFilter
-
- TilesDispatchServlet - Class in org.apache.tiles.web.util
- Tiles dispatching servlet.
- TilesDispatchServlet() -
Constructor for class org.apache.tiles.web.util.TilesDispatchServlet
-
- TilesException - Exception in org.apache.tiles
- Root class for all Tiles-exceptions.
- TilesException() -
Constructor for exception org.apache.tiles.TilesException
- Constructor.
- TilesException(String) -
Constructor for exception org.apache.tiles.TilesException
- Constructor.
- TilesException(Exception) -
Constructor for exception org.apache.tiles.TilesException
- Create a new
TilesException
wrapping an existing exception.
- TilesException(String, Exception) -
Constructor for exception org.apache.tiles.TilesException
- Create a new
TilesException
from an existing exception.
- TilesFilter - Class in org.apache.tiles.web.startup
- Deprecated. Use
TilesServlet
or TilesListener
. If you want a
decoration Filter, use
TilesDecorationFilter
. Moreover, definition
files reload themselves if the .apache.tiles.definition.dao.DefinitionDAO
implements
Refreshable
. - TilesFilter() -
Constructor for class org.apache.tiles.web.startup.TilesFilter
- Deprecated.
- TilesInitializer - Interface in org.apache.tiles.startup
- Tiles initialization delegate.
- TilesIOException - Exception in org.apache.tiles.util
- This exception mimics the
IOException
class that is present in Java 6
but not in Java 5. - TilesIOException() -
Constructor for exception org.apache.tiles.util.TilesIOException
- Default constructor.
- TilesIOException(String) -
Constructor for exception org.apache.tiles.util.TilesIOException
- Constructor.
- TilesIOException(Throwable) -
Constructor for exception org.apache.tiles.util.TilesIOException
- Constructor.
- TilesIOException(String, Throwable) -
Constructor for exception org.apache.tiles.util.TilesIOException
- Constructor.
- TilesJspException - Exception in org.apache.tiles.jsp.taglib
- Indicates that something went wrong during the use of Tiles in JSP pages.
- TilesJspException() -
Constructor for exception org.apache.tiles.jsp.taglib.TilesJspException
- Constructor.
- TilesJspException(String) -
Constructor for exception org.apache.tiles.jsp.taglib.TilesJspException
- Constructor.
- TilesJspException(Throwable) -
Constructor for exception org.apache.tiles.jsp.taglib.TilesJspException
- Constructor.
- TilesJspException(String, Throwable) -
Constructor for exception org.apache.tiles.jsp.taglib.TilesJspException
- Constructor.
- TilesListener - Class in org.apache.tiles.web.startup
- Listener for the initialization of the Tiles container.
- TilesListener() -
Constructor for class org.apache.tiles.web.startup.TilesListener
- Constructor.
- TilesRequestContext - Interface in org.apache.tiles.context
- Encapsulation of request information.
- TilesRequestContextFactory - Interface in org.apache.tiles.context
- Creates an instance of the appropriate
TilesRequestContext
implementation. - TilesRequestContextFactoryAware - Interface in org.apache.tiles.awareness
- It represents an object that can have a reference to the
TilesRequestContextFactory
. - TilesRequestContextWrapper - Class in org.apache.tiles.context
- Delegate for ease of customization.
- TilesRequestContextWrapper(TilesRequestContext) -
Constructor for class org.apache.tiles.context.TilesRequestContextWrapper
- Constructor.
- TilesServlet - Class in org.apache.tiles.web.startup
- Initialization Servlet.
- TilesServlet() -
Constructor for class org.apache.tiles.web.startup.TilesServlet
- Constructor.
- TilesTag - Class in org.apache.tiles.jsp.taglib
- An abstract common base class to extend for all Tiles JSP tag handlers which
do not access body content.
- TilesTag() -
Constructor for class org.apache.tiles.jsp.taglib.TilesTag
-
- TomcatExpressionFactoryFactory - Class in org.apache.tiles.evaluator.el
- Creates an expression factory using Tomcat's Jasper engine.
- TomcatExpressionFactoryFactory() -
Constructor for class org.apache.tiles.evaluator.el.TomcatExpressionFactoryFactory
-
- toString() -
Method in enum org.apache.tiles.Attribute.AttributeType
- Deprecated. Returns the string representation of the element.
- toString() -
Method in class org.apache.tiles.Attribute
-
- toString() -
Method in class org.apache.tiles.beans.SimpleMenuItem
-
- toString() -
Method in class org.apache.tiles.Definition
- Returns a description of the attributes.
- TYPE_RENDERERS_INIT_PARAM -
Static variable in class org.apache.tiles.renderer.impl.BasicRendererFactory
- The type renderers init parameter name.
U
- UntypedAttributeRenderer - Class in org.apache.tiles.renderer.impl
- Renders an attribute that has no associated renderer.
- UntypedAttributeRenderer() -
Constructor for class org.apache.tiles.renderer.impl.UntypedAttributeRenderer
-
- UrlDefinitionsFactory - Class in org.apache.tiles.definition
DefinitionsFactory
implementation that manages
Definitions configuration data from URLs, resolving inheritance when the URL
is loaded.- UrlDefinitionsFactory() -
Constructor for class org.apache.tiles.definition.UrlDefinitionsFactory
-
- UrlPreparer - Class in org.apache.tiles.compat.preparer
- Uses a URL that acts as a preparer.
- UrlPreparer(String) -
Constructor for class org.apache.tiles.compat.preparer.UrlPreparer
- Constructor.
- URLReader - Interface in org.apache.tiles.definition.dao
- It represents an object that reads URLs and is able to read them throw the
use of a
DefinitionsReader
. - UseAttributeTag - Class in org.apache.tiles.jsp.taglib
- Exposes am attribute as a scripting variable within the page.
- UseAttributeTag() -
Constructor for class org.apache.tiles.jsp.taglib.UseAttributeTag
-
- UseAttributeTag.Tei - Class in org.apache.tiles.jsp.taglib
- Implementation of
TagExtraInfo
which identifies
the scripting object(s) to be made visible. - UseAttributeTag.Tei() -
Constructor for class org.apache.tiles.jsp.taglib.UseAttributeTag.Tei
-
V
- validating -
Variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
- Should we use a validating XML parser to read the configuration file.
- value -
Variable in class org.apache.tiles.Attribute
- The value of the attribute.
- value -
Variable in class org.apache.tiles.jsp.taglib.InsertAttributeTag
- The value of the attribute.
- valueOf(String) -
Static method in enum org.apache.tiles.Attribute.AttributeType
- Deprecated. Returns the enum constant of this type with the specified name.
- values() -
Static method in enum org.apache.tiles.Attribute.AttributeType
- Deprecated. Returns an array containing the constants of this enum type, in
the order they are declared.
- ViewPreparer - Interface in org.apache.tiles.preparer
-
Executed prior to rendering a view.
- ViewPreparerSupport - Class in org.apache.tiles.preparer
- Basic implementation of ViewPreparer.
- ViewPreparerSupport() -
Constructor for class org.apache.tiles.preparer.ViewPreparerSupport
-
W
- wildcardHelper -
Variable in class org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO
- An object that helps in resolving definitions with wildcards.
- WildcardHelper - Class in org.apache.tiles.util
- This class is an utility class that perform wilcard-patterns matching and
isolation taken from Apache Struts that is taken, in turn, from Apache
Struts.
- WildcardHelper() -
Constructor for class org.apache.tiles.util.WildcardHelper
-
- WildcardPortletTilesApplicationContext - Class in org.apache.tiles.portlet.context.wildcard
- Portlet-based implementation of the TilesApplicationContext interface that
can resolve resources even using wildcards.
- WildcardPortletTilesApplicationContext(PortletContext) -
Constructor for class org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContext
- Constructor.
- WildcardPortletTilesApplicationContextFactory - Class in org.apache.tiles.portlet.context.wildcard
- In the
WildcardPortletTilesApplicationContextFactory.createApplicationContext(Object)
method creates an instance
of WildcardPortletTilesApplicationContext
. - WildcardPortletTilesApplicationContextFactory() -
Constructor for class org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContextFactory
-
- WildcardServletTilesApplicationContext - Class in org.apache.tiles.servlet.context.wildcard
- Servlet-based implementation of the TilesApplicationContext interface that
can resolve resources even using wildcards.
- WildcardServletTilesApplicationContext(ServletContext) -
Constructor for class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContext
- Constructor.
- WildcardServletTilesApplicationContextFactory - Class in org.apache.tiles.servlet.context.wildcard
- In the
WildcardServletTilesApplicationContextFactory.createApplicationContext(Object)
method creates an instance
of WildcardServletTilesApplicationContext
. - WildcardServletTilesApplicationContextFactory() -
Constructor for class org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContextFactory
-
- wrapServletException(ServletException, String) -
Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
- Deprecated. Use
ServletUtil.wrapServletException(ServletException,String)
instead.
- wrapServletException(ServletException, String) -
Static method in class org.apache.tiles.servlet.context.ServletUtil
- Wraps a ServletException to create an IOException with the root cause if present.
- write(char[], int, int) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- write(char[]) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- write(int) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- write(String, int, int) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- write(String) -
Method in class org.apache.tiles.jsp.context.JspPrintWriterAdapter
-
- write(Object, Attribute, TilesRequestContext) -
Method in class org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer
- Implement this method knowing that the attribute won't be null and it
will be authorized.
- write(Object, Attribute, TilesRequestContext) -
Method in class org.apache.tiles.renderer.impl.DefinitionAttributeRenderer
- Implement this method knowing that the attribute won't be null and it
will be authorized.
- write(Object, Attribute, TilesRequestContext) -
Method in class org.apache.tiles.renderer.impl.StringAttributeRenderer
- Implement this method knowing that the attribute won't be null and it
will be authorized.
- write(Object, Attribute, TilesRequestContext) -
Method in class org.apache.tiles.renderer.impl.TemplateAttributeRenderer
- Implement this method knowing that the attribute won't be null and it
will be authorized.
- write(Object, Attribute, TilesRequestContext) -
Method in class org.apache.tiles.renderer.impl.UntypedAttributeRenderer
- Implement this method knowing that the attribute won't be null and it
will be authorized.
A B C D E F G H I J K L M N O P R S T U V W