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.beans - package org.apache.tiles.beansClasses to work with Tiles menu items and beans.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.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.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.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.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.servlet.context - package org.apache.tiles.servlet.contextClasses and interfaces that allow to access the various contexts from a servlet
application.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
Overloads a child definition with a given parent.
overload(Definition, Definition) -
Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Overloads a child definition with a given parent.
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.
- PortletTilesContextFactory - Class in org.apache.tiles.portlet.context
- Creates an instance of the appropriate TilesApplicationContext implementation.
- PortletTilesContextFactory() -
Constructor for class org.apache.tiles.portlet.context.PortletTilesContextFactory
-
- PortletTilesRequestContext - Class in org.apache.tiles.portlet.context
- Portlet-based TilesApplicationContext implementation.
- PortletTilesRequestContext(PortletContext, PortletRequest, PortletResponse) -
Constructor for class org.apache.tiles.portlet.context.PortletTilesRequestContext
- Creates a new instance of PortletTilesRequestContext.
- 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.Definition
- Associated ViewPreparer URL or classname, if defined.
- preparer -
Variable in class org.apache.tiles.jsp.taglib.RenderTagSupport
- 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.
- 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(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(PutAttributeTag) -
Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
-
Process nested ≶put> 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
- Put an attribute in template definition.
- put(String, Object, String) -
Method in class org.apache.tiles.Definition
- Put an attribute in template definition.
- put(String, Object, Attribute.AttributeType, String) -
Method in class org.apache.tiles.Definition
- Put an attribute in template definition.
- putAttribute(String, Attribute) -
Method in interface org.apache.tiles.AttributeContext
- Add the specified attribute.
- putAttribute(String, Attribute) -
Method in class org.apache.tiles.context.BasicAttributeContext
- Put a new attribute to context.
- putAttribute(String, Attribute) -
Method in class org.apache.tiles.Definition
- Put a new attribute in this definition.
- 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
-
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
- Creates and returns a
Definitions
set by reading
configuration data from the applied sources.
- readDefinitions() -
Method in class org.apache.tiles.definition.UrlDefinitionsFactory
- Creates and returns a
Definitions
set by reading
configuration data from the applied sources.
- reader -
Variable in class org.apache.tiles.definition.UrlDefinitionsFactory
- 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.
- refresh() -
Method in interface org.apache.tiles.definition.ReloadableDefinitionsFactory
- Refreshes the stored definitions, reloading them.
- refresh() -
Method in class org.apache.tiles.definition.UrlDefinitionsFactory
- Refreshes the stored definitions, reloading them.
- refreshRequired() -
Method in interface org.apache.tiles.definition.ReloadableDefinitionsFactory
- Indicates whether the DefinitionsFactory is out of date and needs 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.
- 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.AddAttributeTag
- Release all allocated resources.
- release() -
Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
- Release the state of this put list by
clearing the contents of the list.
- release() -
Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
-
- release() -
Method in class org.apache.tiles.jsp.taglib.ContainerTagSupport
-
- release() -
Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
-
- release() -
Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
-
- release() -
Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
-
- release() -
Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
- Release all allocated resources.
- release() -
Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
- Release the state of this put list by
clearing the contents of the list.
- release() -
Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
-
- release() -
Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
-
- release() -
Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
- Release all allocated resources.
- 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
- Indicates support for reloading Tiles configuration when it changes.
- reloadDefinitionsFactory(Object) -
Static method in class org.apache.tiles.definition.util.DefinitionsFactoryUtil
- Reloads the definitions factory content, if necessary.
- 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
- 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.InsertDefinitionTag
- Render the specified content.
- render() -
Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
- Render the specified content.
- render() -
Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
- Render the specified content.
- 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
- Render the given Attribute.
- RenderTagSupport - Class in org.apache.tiles.jsp.taglib
-
Support for all tags which render (a template, or definition).
- RenderTagSupport() -
Constructor for class org.apache.tiles.jsp.taglib.RenderTagSupport
-
- request -
Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
- The
PortletRequest
for this request.
- reset() -
Method in interface org.apache.tiles.definition.Definitions
- Clears definitions.
- reset() -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Clears definitions.
- resolveFactoryName(Map<String, String>, String) -
Static method in class org.apache.tiles.factory.TilesContainerFactory
- Resolves a factory class name.
- resolveInheritance(Definition, Locale, Set<String>) -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Resolve locale-specific inheritance.
- resolveInheritance(Definition, TilesRequestContext) -
Method in class org.apache.tiles.impl.mgmt.DefinitionManager
- Resolve inheritance.
- resolveInheritances() -
Method in interface org.apache.tiles.definition.Definitions
- Resolves configuration inheritance properties.
- resolveInheritances(Locale) -
Method in interface org.apache.tiles.definition.Definitions
- Resolves locale-specific configuration inheritance properties.
- resolveInheritances() -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Resolve extended instances.
- resolveInheritances(Locale) -
Method in class org.apache.tiles.definition.DefinitionsImpl
- 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.
- response -
Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
- The
PortletResponse
for this request.
- roles -
Variable in class org.apache.tiles.Attribute
- The roles that can render this attribute.
- roles -
Variable in class org.apache.tiles.Definition
- The roles that can render this definition.
- RoleSecurityTagSupport - Class in org.apache.tiles.jsp.taglib
- Base tag for the tiles tags which provides standard support for security.
- RoleSecurityTagSupport() -
Constructor for class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
-
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.
- 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.
- ServletTilesContextFactory - Class in org.apache.tiles.servlet.context
- Creates an instance of the appropriate TilesApplicationContext implementation.
- ServletTilesContextFactory() -
Constructor for class org.apache.tiles.servlet.context.ServletTilesContextFactory
-
- ServletTilesRequestContext - Class in org.apache.tiles.servlet.context
- Servlet-based implementation of the TilesApplicationContext interface.
- ServletTilesRequestContext(ServletContext, HttpServletRequest, HttpServletResponse) -
Constructor for class org.apache.tiles.servlet.context.ServletTilesRequestContext
- Creates a new instance of ServletTilesRequestContext.
- ServletUtil - Class in org.apache.tiles.servlet.context
- Utilities for Tiles servlet support.
- setApplicationContext(TilesApplicationContext) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Sets the Tiles application context to use.
- 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.
- setClassname(String) -
Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
- Set the class name.
- setContainer(Object, TilesContainer) -
Static method in class org.apache.tiles.access.TilesAccess
- 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.
- setContextFactory(TilesContextFactory) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Sets the context factory.
- setDefaultConfiguration(Map<String, String>) -
Method in class org.apache.tiles.factory.TilesContainerFactory
- Sets the default configuration parameters.
- setDefaultValue(String, String) -
Method in class org.apache.tiles.factory.TilesContainerFactory
- Sets one default configuration parameter value.
- 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
- 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
- Set the definitions factory.
- setDefinitionsFactory(DefinitionsFactory) -
Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
- Set the definitions factory.
- 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.
- 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
- Set the filter configuration object for this filter.
- setFlush(boolean) -
Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
- 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.
- 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.RenderTagSupport
- Sets the ignore flag.
- 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.
- 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 class org.apache.tiles.Definition
- Set associated preparerInstance URL.
- 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.RenderTagSupport
- Sets the preparer name.
- setPreparerFactory(PreparerFactory) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Set the preparerInstance factory.
- setRole(String) -
Method in class org.apache.tiles.Attribute
- Set role.
- setRole(String) -
Method in class org.apache.tiles.Definition
- Sets the value of the role property.
- 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.RoleSecurityTagSupport
- Sets the role to check.
- setRoles(Set<String>) -
Method in class org.apache.tiles.Attribute
- Sets the roles that can render this attribute.
- setRoles(Set<String>) -
Method in class org.apache.tiles.Definition
- 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.
- setTemplate(String) -
Method in class org.apache.tiles.Definition
- Sets the value of the template property.
- 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).
- 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
- Sets the type of this attribute.
- setType(String) -
Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
-
Sets content type: string, template or definition.
- setType(String) -
Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
-
Sets the 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(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.PutAttributeTag
- Sets the Attribute value.
- setValue(Object) -
Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
- Sets the Attribute value.
- 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
- 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
- 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(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)
.
T
- template -
Variable in class org.apache.tiles.Definition
- Template path.
- TilesAccess - Class in org.apache.tiles.access
- Provides static access to the tiles container.
- TilesApplicationContext - Interface in org.apache.tiles
- Defines a set of methods which tiles use to communicate to
the tiles container and runtime environment.
- TilesContainer - Interface in org.apache.tiles
- An encapsulation of the tiles framework.
- TilesContainerFactory - Class in org.apache.tiles.factory
- Factory provided for convenience.
- TilesContainerFactory() -
Constructor for class org.apache.tiles.factory.TilesContainerFactory
-
- TilesContextFactory - Interface in org.apache.tiles.context
- Creates an instance of the appropriate TilesApplicationContext implementation.
- 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
- Processes Reloadable Tiles Definitions.
- TilesFilter() -
Constructor for class org.apache.tiles.web.startup.TilesFilter
-
- 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.
- 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
-
- TilesRequestContext - Interface in org.apache.tiles.context
- Encapsulation of request information.
- 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
-
- toString() -
Method in enum org.apache.tiles.Attribute.AttributeType
- 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.
U
- UrlDefinitionsFactory - Class in org.apache.tiles.definition
DefinitionsFactory
implementation
that manages Definitions configuration data from URLs.- UrlDefinitionsFactory() -
Constructor for class org.apache.tiles.definition.UrlDefinitionsFactory
- Creates a new instance of UrlDefinitionsFactory.
- 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
- Returns the enum constant of this type with the specified name.
- values() -
Static method in enum org.apache.tiles.Attribute.AttributeType
- 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
- wrapServletException(ServletException, String) -
Method in class org.apache.tiles.servlet.context.ServletTilesRequestContext
- Wraps a ServletException to create an IOException with the root cause if present.
A B C D E F G H I J K L M N O P R S T U V W