A B C D E F G H I J K L M N O P R S T U V

A

add(Attribute) - Method in class org.apache.tiles.context.ListAttribute
Add an element in list.
add(Object) - Method in class org.apache.tiles.context.ListAttribute
Add an element in list.
addAll(Map<String, Attribute>) - Method in interface org.apache.tiles.AttributeContext
Add all attributes to the context.
addAll(Map<String, Attribute>) - Method in class org.apache.tiles.context.BasicAttributeContext
Add all attributes to this context.
addAttribute(Attribute) - Method in class org.apache.tiles.mgmt.TileDefinition
Add an attribute to this definition.
AddAttributeTag - Class in org.apache.tiles.jsp.taglib
Adds an attribute in enclosing attribute container tag.
AddAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.AddAttributeTag
 
AddAttributeTagParent - Interface in org.apache.tiles.jsp.taglib
Tag classes implementing this interface can contain nested AddAttributeTag.
addDefinition(Definition) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Adds a new Definition to the internal Map or replaces an existing one.
addDefinition(Definition, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Adds a definition to the set of custom ones.
addDefinitions(Map<String, Definition>) - Method in interface org.apache.tiles.definition.Definitions
Adds new Definition objects to the internal collection and resolves inheritance attraibutes.
addDefinitions(Map<String, Definition>, Locale) - Method in interface org.apache.tiles.definition.Definitions
Adds new locale-specific Definition objects to the internal collection and resolves inheritance attraibutes.
addDefinitions(Map<String, Definition>) - Method in class org.apache.tiles.definition.DefinitionsImpl
Adds new Definition objects to the internal collection and resolves inheritance attraibutes.
addDefinitions(Map<String, Definition>, Locale) - Method in class org.apache.tiles.definition.DefinitionsImpl
Adds new locale-specific Definition objects to the internal collection and resolves inheritance attraibutes.
addDefinitions(Definitions, TilesRequestContext) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Appends locale-specific Definition objects to an existing Definitions set by reading locale-specific versions of the applied sources.
AddListAttributeTag - Class in org.apache.tiles.jsp.taglib
AddListAttribute tag implementation.
AddListAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.AddListAttributeTag
 
addMissing(Map<String, Attribute>) - Method in interface org.apache.tiles.AttributeContext
Add all attributes to the context
addMissing(Map<String, Attribute>) - Method in class org.apache.tiles.context.BasicAttributeContext
Add all missing attributes to this context.
addObject(Object) - Method in class org.apache.tiles.context.ListAttribute
Add an element in list.
addSource(Object) - Method in interface org.apache.tiles.definition.DefinitionsFactory
Adds a source where Definition objects are stored.
addSource(Object) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Adds a source where Definition objects are stored.
Attribute - Class in org.apache.tiles
Common implementation of attribute definition.
Attribute() - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Object) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Attribute) - Constructor for class org.apache.tiles.Attribute
Copy constructor.
Attribute(String, Object) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Object, String) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(Object, String, String) - Constructor for class org.apache.tiles.Attribute
Constructor.
Attribute(String, Object, String, String) - Constructor for class org.apache.tiles.Attribute
Constructor.
attribute - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The found attribute.
ATTRIBUTE_CONTEXT_STACK - Static variable in interface org.apache.tiles.Constants
Name used to store attribute context stack.
AttributeContext - Interface in org.apache.tiles
Encapsulation of the current state of execution.
attributeContext - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The current attribute context.
attributeContext - Variable in class org.apache.tiles.jsp.taglib.ContainerTagSupport
The attribute context to use to store and read attribute values.
AttributeContextMutator - Interface in org.apache.tiles.web
It represents an object able to manipulate a AttributeContext.
attributes - Variable in class org.apache.tiles.mgmt.TileDefinition
Attributes defined for the definition.
AttributeTagSupport - Class in org.apache.tiles.jsp.taglib
Support for Scoped tags.
AttributeTagSupport() - Constructor for class org.apache.tiles.jsp.taglib.AttributeTagSupport
 

B

BasicAttributeContext - Class in org.apache.tiles.context
Basic implementation for AttributeContext.
BasicAttributeContext() - Constructor for class org.apache.tiles.context.BasicAttributeContext
Constructor.
BasicAttributeContext(Map<String, Attribute>) - Constructor for class org.apache.tiles.context.BasicAttributeContext
Constructor.
BasicAttributeContext(AttributeContext) - Constructor for class org.apache.tiles.context.BasicAttributeContext
Copy constructor.
BasicPreparerFactory - Class in org.apache.tiles.preparer
Default implementation of the PreparerFactory.
BasicPreparerFactory() - Constructor for class org.apache.tiles.preparer.BasicPreparerFactory
Constructor.
BasicTilesContainer - Class in org.apache.tiles.impl
Basic implementation of the tiles container interface.
BasicTilesContainer() - Constructor for class org.apache.tiles.impl.BasicTilesContainer
 

C

CachingKeyedDefinitionsFactoryTilesContainer - Class in org.apache.tiles.impl.mgmt
Container that can be used to store multiple DefinitionsFactory instances mapped to different keys, with the addition of being "mutable", i.e.
CachingKeyedDefinitionsFactoryTilesContainer() - Constructor for class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
 
CachingTilesContainer - Class in org.apache.tiles.impl.mgmt
Mutable container which caches (in memory) the definitions registered to it.
CachingTilesContainer() - Constructor for class org.apache.tiles.impl.mgmt.CachingTilesContainer
 
calculatePostfixes(Locale) - Static method in class org.apache.tiles.definition.UrlDefinitionsFactory
Calculate the postfixes along the search path from the base bundle to the bundle specified by baseName and locale.
ChainedTilesContextFactory - Class in org.apache.tiles.context
Default implementation for TilesContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
ChainedTilesContextFactory() - Constructor for class org.apache.tiles.context.ChainedTilesContextFactory
 
checkInit() - Method in class org.apache.tiles.impl.BasicTilesContainer
Determine whether or not the container has been initialized.
ClassUtil - Class in org.apache.tiles.util
Utilities to work with dynamic class loading and instantiation.
ClassUtil() - Constructor for class org.apache.tiles.util.ClassUtil
 
clear() - Method in interface org.apache.tiles.AttributeContext
Clear the attributes
clear() - Method in class org.apache.tiles.context.BasicAttributeContext
Clear the attributes
concatPostfix(String, String) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Concat postfix to the name.
Constants - Interface in org.apache.tiles
Constants used by Tiles.
container - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The Tiles container to use.
container - Variable in class org.apache.tiles.jsp.taglib.ContainerTagSupport
The Tiles container that can be used inside the tag.
CONTAINER_ATTRIBUTE - Static variable in class org.apache.tiles.access.TilesAccess
The name of the attribute to use when getting and setting the container object in a context.
CONTAINER_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Initialization parameter that represents the container factory class name.
CONTAINER_FACTORY_MUTABLE_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Initialization parameter that indicates if the container factory is mutable.
CONTAINER_KEYS_INIT_PARAM - Static variable in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
The name of the initialization parameter that will contain a comma-separated list of keys to use.
ContainerTagSupport - Class in org.apache.tiles.jsp.taglib
Base tag for the tiles tags which interact with the container.
ContainerTagSupport() - Constructor for class org.apache.tiles.jsp.taglib.ContainerTagSupport
 
context - Variable in class org.apache.tiles.context.portlet.PortletTilesApplicationContext
The PortletContext for this web application.
CONTEXT_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Initialization parameter that represents the context factory class name.
contextDestroyed(ServletContextEvent) - Method in class org.apache.tiles.listener.TilesListener
Remove the tiles container from service.
contextInitialized(ServletContextEvent) - Method in class org.apache.tiles.listener.TilesListener
Initialize the TilesContainer and place it into service.
createApplicationContext(Object) - Method in class org.apache.tiles.context.ChainedTilesContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.context.enhanced.EnhancedContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.context.portlet.PortletTilesContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.context.servlet.ServletTilesContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in interface org.apache.tiles.context.TilesContextFactory
Create a TilesApplicationContext for the given context.
createApplicationContext(Object) - Method in class org.apache.tiles.jsp.context.JspTilesContextFactory
Create a TilesApplicationContext for the given context.
createContainer(Object) - Method in class org.apache.tiles.factory.TilesContainerFactory
Creates a Tiles container.
createContainer(ServletContext) - Method in class org.apache.tiles.listener.TilesListener
Creates a Tiles container.
createDefinitions() - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Creates a new instance of Definitions.
createDefinitionsFactory(Object) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Creates a definitions factory.
createFactory(Map<String, String>, String) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Creates a factory instance.
createMutableTilesContainer(Object) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Creates a mutable Tiles container.
createMutableTilesContainer(Object) - Method in class org.apache.tiles.factory.TilesContainerFactory
Creates a mutable Tiles container.
createPreparer(String) - Method in class org.apache.tiles.preparer.BasicPreparerFactory
Creates a view preparer for the given name.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.context.ChainedTilesContextFactory
Create a TilesRequestContext for the given context, request, and response.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.context.enhanced.EnhancedContextFactory
Create a TilesRequestContext for the given context, request, and response.
createRequestContext(Object, Object) - Method in class org.apache.tiles.context.portlet.PortletTilesApplicationContext
Creates a portlet context for a given request/response pair.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.context.portlet.PortletTilesContextFactory
Create a TilesRequestContext for the given context, request, and response.
createRequestContext(Object, Object) - Method in class org.apache.tiles.context.servlet.ServletTilesApplicationContext
Creates a servlet context for a given request/response pair.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.context.servlet.ServletTilesContextFactory
Create a TilesRequestContext for the given context, request, and response.
createRequestContext(TilesApplicationContext, Object...) - Method in interface org.apache.tiles.context.TilesContextFactory
Create a TilesRequestContext for the given context, request, and response.
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.jsp.context.JspTilesContextFactory
Create a TilesRequestContext for the given context, request, and response.
createTilesContainer(Object) - Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Creates an immutable Tiles container.
createTilesContainer(Object) - Method in class org.apache.tiles.factory.TilesContainerFactory
Creates an immutable Tiles container.

D

DEFAULT_FACTORY_CLASS_NAMES - Static variable in class org.apache.tiles.context.ChainedTilesContextFactory
The default class names to instantiate that compose the chain..
defaultConfiguration - Variable in class org.apache.tiles.factory.TilesContainerFactory
The default configuration to be used by the factory.
DefaultLocaleResolver - Class in org.apache.tiles.locale.impl
Default implementation of LocaleResolver
It tries to take the locale from the session-scoped attribute Constants.LOCALE_KEY.
DefaultLocaleResolver() - Constructor for class org.apache.tiles.locale.impl.DefaultLocaleResolver
 
DEFINITION - Static variable in class org.apache.tiles.Attribute
Attribute of type definition.
Definition - Class in org.apache.tiles.definition
A definition, i.e. a template with (completely or not) filled attributes.
Definition() - Constructor for class org.apache.tiles.definition.Definition
Constructor.
Definition(TileDefinition) - Constructor for class org.apache.tiles.definition.Definition
Copy Constructor.
Definition(String, String, Map<String, Attribute>) - Constructor for class org.apache.tiles.definition.Definition
Constructor.
DefinitionManager - Class in org.apache.tiles.impl.mgmt
Manages custom and configured definitions, so they can be used by the container, instead of using a simple DefinitionsFactory.
DefinitionManager() - Constructor for class org.apache.tiles.impl.mgmt.DefinitionManager
Constructor.
DefinitionManager(String) - Constructor for class org.apache.tiles.impl.mgmt.DefinitionManager
Constructor.
Definitions - Interface in org.apache.tiles.definition
Interface for managing collections of Definition objects.
DEFINITIONS_CONFIG - Static variable in class org.apache.tiles.impl.BasicTilesContainer
Constant representing the configuration parameter used to define the tiles definition resources.
DEFINITIONS_FACTORY_INIT_PARAM - Static variable in class org.apache.tiles.factory.TilesContainerFactory
Initialization parameter that represents the definitions factory class name.
DEFINITIONS_FACTORY_KEY_ATTRIBUTE_NAME - Static variable in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Name of the attribute inside the request that will be used to get the key of the definitions factory to be used.
DEFINITIONS_IMPL_PROPERTY - Static variable in interface org.apache.tiles.definition.DefinitionsFactory
Property name that specifies the implementation of Definitions.
DefinitionsFactory - Interface in org.apache.tiles.definition
Interface for creating a Definitions object and managing its contents.
DefinitionsFactoryException - Exception in org.apache.tiles.definition
Exception thrown when an error occurs while the impl tries to create a new instance mapper.
DefinitionsFactoryException() - Constructor for exception org.apache.tiles.definition.DefinitionsFactoryException
Constructor.
DefinitionsFactoryException(String) - Constructor for exception org.apache.tiles.definition.DefinitionsFactoryException
Constructor.
DefinitionsFactoryException(Exception) - Constructor for exception org.apache.tiles.definition.DefinitionsFactoryException
Create a new DefinitionsFactoryException wrapping an existing exception.
DefinitionsFactoryException(String, Exception) - Constructor for exception org.apache.tiles.definition.DefinitionsFactoryException
Create a new DefinitionsFactoryException from an existing exception.
DefinitionsFactoryUtil - Class in org.apache.tiles.definition.util
Various DefinitionsFactory utilities.
DefinitionsImpl - Class in org.apache.tiles.definition
 
DefinitionsImpl() - Constructor for class org.apache.tiles.definition.DefinitionsImpl
Creates a new instance of DefinitionsImpl
DefinitionsReader - Interface in org.apache.tiles.definition
Interface for reading Definition from a source.
DefinitionTag - Class in org.apache.tiles.jsp.taglib.definition
This is the tag handler for <tiles:definition>, which creates a custom definition.
DefinitionTag() - Constructor for class org.apache.tiles.jsp.taglib.definition.DefinitionTag
 
destroy() - Method in class org.apache.tiles.filter.TilesFilter
Destroy method for this filter
destroy() - Method in class org.apache.tiles.servlet.TilesServlet
destroy() - Method in class org.apache.tiles.web.TilesDecorationFilter
DestroyContainerTag - Class in org.apache.tiles.jsp.taglib.definition
Destroys the accessible container.
DestroyContainerTag() - Constructor for class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
 
digester - Variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Digester object used to read Definition data from the source.
DigesterDefinitionsReader - Class in org.apache.tiles.definition.digester
Reads Definition objects from an XML InputStream using Digester.
DigesterDefinitionsReader() - Constructor for class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Creates a new instance of DigesterDefinitionsReader
dispatch(String) - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Dispatches the request to a specified path.
dispatch(String) - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Dispatches the request to a specified path.
dispatch(String) - Method in interface org.apache.tiles.context.TilesRequestContext
Dispatches the request to a specified path.
dispatch(String) - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Dispatches the request to a specified path.
dispatch(String) - Method in class org.apache.tiles.jsp.context.JspTilesRequestContext
Dispatches a path.
doAfterBody() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Save the body content of this tag (if any)
doAfterBody() - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
PutListAttributeTag may not have any body, except for PutAttribute tags.
doAfterBody() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Save the body content of this tag (if any)
doAfterBody() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
PutListAttributeTag may not have any body, except for PutAttribute tags.
doCatch(Throwable) - Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
doEndTag() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
doEndTag() - Method in class org.apache.tiles.jsp.taglib.ContainerTagSupport
doEndTag() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
doEndTag() - Method in class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
doEndTag() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
doEndTag() - Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tiles.filter.TilesFilter
Checks whether Tiles Definitions need to be reloaded.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tiles.web.TilesDecorationFilter
doFinally() - Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tiles.web.TilesDispatchServlet
doInclude(PageContext, String, boolean) - Static method in class org.apache.tiles.jsp.context.JspUtil
Includes an URI in the JSP response.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tiles.web.TilesDispatchServlet
doStartTag() - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
doStartTag() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
doStartTag() - Method in class org.apache.tiles.jsp.taglib.ContainerTagSupport
By default, all ContainerTags evaluate their body.
doStartTag() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
doStartTag() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
doStartTag() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
doStartTag() - Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
By default, all ContainerTags evaluate their body.

E

endContext(Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Ends a context, where attribute values are stored independently from others.
endContext(PageContext) - Method in class org.apache.tiles.jsp.taglib.ContainerTagSupport
Ends the context when exiting the tag.
endContext(Object...) - Method in interface org.apache.tiles.TilesContainer
Ends a context, where attribute values are stored independently from others.
EnhancedContextFactory - Class in org.apache.tiles.context.enhanced
Tiles context factory to be used together with EnhancedTilesApplicationContext.
EnhancedContextFactory() - Constructor for class org.apache.tiles.context.enhanced.EnhancedContextFactory
 
EnhancedTilesApplicationContext - Class in org.apache.tiles.context.enhanced
ApplicationContext decorator used to provide enhancements to the standard context.
EnhancedTilesApplicationContext(TilesApplicationContext) - Constructor for class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Constructor.
equals(Object) - Method in class org.apache.tiles.context.MapEntry
Determines if this entry is equal to the passed object.
evaluatingContext - Variable in class org.apache.tiles.jsp.taglib.InsertAttributeTag
The context used to evaluate the attribute.
execute() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Executes the tag.
execute() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Execute this tag.
execute() - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Expose the requested property from attribute context.
execute() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Executes the tag.
execute() - Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
Execute the tag by invoking the preparer, if defined, and then rendering.
execute() - Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
Executes the tag.
execute() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Expose the requested attribute from attribute context.
execute(TilesRequestContext, AttributeContext) - Method in interface org.apache.tiles.preparer.ViewPreparer
Method associated to a tile and called immediately before the tile is included.
execute(TilesRequestContext, AttributeContext) - Method in class org.apache.tiles.preparer.ViewPreparerSupport
Method associated to a tile and called immediately before the tile is included.

F

FACTORY_CLASS_NAMES - Static variable in class org.apache.tiles.context.ChainedTilesContextFactory
Factory class names initialization parameter to use.
FactoryNotFoundException - Exception in org.apache.tiles.definition
Exception thrown when definitions impl is not found.
FactoryNotFoundException() - Constructor for exception org.apache.tiles.definition.FactoryNotFoundException
Constructor.
FactoryNotFoundException(String) - Constructor for exception org.apache.tiles.definition.FactoryNotFoundException
Constructor.
flush - Variable in class org.apache.tiles.jsp.taglib.RenderTagSupport
This flag, if true, flushes the content before rendering.

G

getApplicationContext(Object) - Static method in class org.apache.tiles.access.TilesAccess
Returns the Tiles application context object.
getApplicationContext() - Method in class org.apache.tiles.impl.BasicTilesContainer
Standard Getter
getApplicationContext() - Method in interface org.apache.tiles.TilesContainer
Retrieve the containers context.
getApplicationScope() - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
getApplicationScope() - Method in class org.apache.tiles.context.portlet.PortletTilesApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
getApplicationScope() - Method in class org.apache.tiles.context.servlet.ServletTilesApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
getApplicationScope() - Method in interface org.apache.tiles.TilesApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
GetAsStringTag - Class in org.apache.tiles.jsp.taglib
Retrieve the value of the specified definition/template attribute property, and render it to the current JspWriter as a String.
GetAsStringTag() - Constructor for class org.apache.tiles.jsp.taglib.GetAsStringTag
 
getAttribute(String) - Method in interface org.apache.tiles.AttributeContext
Retrieve the named attribute.
getAttribute(String) - Method in class org.apache.tiles.context.BasicAttributeContext
Get an attribute from context.
getAttribute(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getAttribute(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getAttributeContext(Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Retrive the attribute context of the current request.
getAttributeContext(Object...) - Method in interface org.apache.tiles.TilesContainer
Retrive the attribute context of the current request.
getAttributeNames() - Method in interface org.apache.tiles.AttributeContext
Iterator of all attribute names.
getAttributeNames() - Method in class org.apache.tiles.context.BasicAttributeContext
Get names of all attributes.
getAttributeNames() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getAttributeNames() - Method in class org.apache.tiles.servlet.ServletContextAdapter
getAttributes() - Method in class org.apache.tiles.Attribute
Returns the underlying attributes for this attribute.
getAttributes() - Method in class org.apache.tiles.mgmt.TileDefinition
Access method for the attributes property.
getBaseDefinitions() - Method in interface org.apache.tiles.definition.Definitions
Returns base definitions collection;
getBaseDefinitions() - Method in class org.apache.tiles.definition.DefinitionsImpl
Returns base definitions collection;
getClassname() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Get class name.
getClasspathResources(String) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Searches for resources in the classpath, given a path.
getContainer(Object) - Static method in class org.apache.tiles.access.TilesAccess
Finds and returns a Tiles container object, if it was previously initialized.
getContainerFactory() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag
Returns the container factory class name.
getContext(TilesRequestContext) - Static method in class org.apache.tiles.context.BasicAttributeContext
Get attribute context from request.
getContext(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getContext(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getContextFactory() - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns the context factory.
getContextStack(TilesRequestContext) - Static method in class org.apache.tiles.context.BasicAttributeContext
Returns the context stack.
getDefinition(String) - Method in interface org.apache.tiles.definition.Definitions
Returns a Definition object that matches the given name.
getDefinition(String, Locale) - Method in interface org.apache.tiles.definition.Definitions
Returns a Definition object that matches the given name and locale.
getDefinition(String, TilesRequestContext) - Method in interface org.apache.tiles.definition.DefinitionsFactory
Returns a Definition object that matches the given name and Tiles context
getDefinition(String) - Method in class org.apache.tiles.definition.DefinitionsImpl
Returns a Definition object that matches the given name.
getDefinition(String, Locale) - Method in class org.apache.tiles.definition.DefinitionsImpl
Returns a Definition object that matches the given name and locale.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Returns a Definition object that matches the given name and Tiles context
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns a definition specifying its name.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Returns a definition specifying its name.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Returns a definition specifying its name.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Returns a definition specifying its name.
getDefinition(String, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Returns a definition by name.
getDefinitionByAttribute(Attribute, Locale) - Method in class org.apache.tiles.definition.DefinitionsImpl
Searches for a definition specified as an attribute.
getDefinitionName(HttpServletRequest) - Method in class org.apache.tiles.web.TilesDispatchServlet
Returns the called definition name for the given request.
getDefinitions() - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Returns the definitions holder object.
getDefinitions(TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Returns the map with custom definitions for the current request.
getDefinitionsFactory() - Method in class org.apache.tiles.impl.BasicTilesContainer
Returns the definitions factory.
getDefinitionsFactory(String) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Standard Getter
getDefinitionsFactory() - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Returns the definitions factory.
getDefinitionsFactory(String) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Standard Getter
getDefinitionsFactory() - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Returns the definitions factory.
getDefinitionsFactoryKey(TilesRequestContext) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
Returns the definitions factory key.
getDefinitionsFactoryKey(TilesRequestContext) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Returns the definitions factory key.
getDefinitionsFactoryKey(TilesRequestContext) - Method in interface org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.KeyExtractor
Returns the definitions factory key.
getException() - Method in exception org.apache.tiles.definition.DefinitionsFactoryException
Return the embedded exception, if any.
getExtends() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Returns the (optional) definition name that this definition extends.
getExtends() - Method in class org.apache.tiles.mgmt.TileDefinition
Get extends.
getFactory(Object) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Retrieve a factory instance as configured through the specified context.
getFactory(Object, Map<String, String>) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Retrieve a factory instance as configured through the specified context.
getFactory() - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Returns the used definitions factory.
getFilterConfig() - Method in class org.apache.tiles.filter.TilesFilter
Returns the filter configuration object for this filter.
getFilterConfig() - Method in class org.apache.tiles.web.TilesDecorationFilter
Returns the filter configuration object.
getHeader() - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Return an immutable Map that maps header names to the first (or only) header value (as a String).
getHeader() - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Return an immutable Map that maps header names to the first (or only) header value (as a String).
getHeader() - Method in interface org.apache.tiles.context.TilesRequestContext
Return an immutable Map that maps header names to the first (or only) header value (as a String).
getHeader() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return an immutable Map that maps header names to the first (or only) header value (as a String).
getHeaderValues() - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Return an immutable Map that maps header names to the set of all values specified in the request (as a String array).
getHeaderValues() - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Return an immutable Map that maps header names to the set of all values specified in the request (as a String array).
getHeaderValues() - Method in interface org.apache.tiles.context.TilesRequestContext
Return an immutable Map that maps header names to the set of all values specified in the request (as a String array).
getHeaderValues() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return an immutable Map that maps header names to the set of all values specified in the request (as a String array).
getIcon() - Method in interface org.apache.tiles.beans.MenuItem
Returns the icon URL of this menu item.
getIcon() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the (optional) icon image URL.
getIgnore() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Get ignore flag.
getInitParameter(Object, String) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Returns the value of an initialization parameter.
getInitParameter(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
Takes the init parameters either from the custom parameters or from the root context.
getInitParameter(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getInitParameterMap(Object) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Returns a map containing parameters name-value entries.
getInitParameterNames() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
Returns init parameter names, including the custom and the original ones.
getInitParameterNames() - Method in class org.apache.tiles.servlet.ServletContextAdapter
getInitParams() - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getInitParams() - Method in class org.apache.tiles.context.portlet.PortletTilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getInitParams() - Method in class org.apache.tiles.context.servlet.ServletTilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getInitParams() - Method in interface org.apache.tiles.TilesApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getKey() - Method in class org.apache.tiles.context.MapEntry
Gets the entry key.
getLink() - Method in interface org.apache.tiles.beans.MenuItem
Returns the URL of this menu item.
getLink() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the link where the menu item points to.
getMajorVersion() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getMajorVersion() - Method in class org.apache.tiles.servlet.ServletContextAdapter
getMessage() - Method in exception org.apache.tiles.definition.DefinitionsFactoryException
Return a detail message for this exception.
getMimeType(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getMimeType(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getMinorVersion() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getMinorVersion() - Method in class org.apache.tiles.servlet.ServletContextAdapter
getName() - Method in class org.apache.tiles.Attribute
Returns the name of the attribute.
getName() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Get the name.
getName() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Returns the name of the definition to configure.
getName() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Returns the name of the attribute.
getName() - Method in class org.apache.tiles.jsp.taglib.InsertDefinitionTag
Returns the name of the definition to insert.
getName() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Returns the name of the attribute.
getName() - Method in class org.apache.tiles.mgmt.TileDefinition
Access method for the name property.
getNamedDispatcher(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getNamedDispatcher(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getOrCreateDefinitionManager(String) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Returns a definition manager if found, otherwise it will create a new one.
getOrCreateDefinitions(TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Returns a map of type "definition name -> definition" and, if it has not been defined before, creates one.
getParam() - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParam() - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParam() - Method in interface org.apache.tiles.context.TilesRequestContext
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParam() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParamValues() - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Return an immutable Map that maps request parameter names to the set of all values (as a String array).
getParamValues() - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Return an immutable Map that maps request parameter names to the set of all values (as a String array).
getParamValues() - Method in interface org.apache.tiles.context.TilesRequestContext
Return an immutable Map that maps request parameter names to the set of all values (as a String array).
getParamValues() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return an immutable Map that maps request parameter names to the set of all values (as a String array).
getPortletContext() - Method in class org.apache.tiles.context.portlet.PortletTilesApplicationContext
Return the PortletContext for this context.
getPortletContext(TilesApplicationContext) - Method in class org.apache.tiles.context.portlet.PortletTilesContextFactory
Returns the original portlet context.
getPreparer() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Returns the definition view preparer.
getPreparer() - Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
Returns the preparer name.
getPreparer() - Method in class org.apache.tiles.mgmt.TileDefinition
Get associated preparerInstance
getPreparer(String, TilesRequestContext) - Method in class org.apache.tiles.preparer.BasicPreparerFactory
Create a new instance of the named preparerInstance.
getPreparer(String, TilesRequestContext) - Method in interface org.apache.tiles.preparer.PreparerFactory
Create the named {link ViewPreparer} for the specified context.
getPreparerFactory() - Method in class org.apache.tiles.impl.BasicTilesContainer
Standard Getter
getProperDefinitionManager(String) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Returns a definition manager if found.
getProperDefinitionsFactory(String) - Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Standard Getter
getRealPath(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getRealPath(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getRequest() - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Return the PortletRequest for this context.
getRequest() - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Get the underlying request.
getRequest() - Method in interface org.apache.tiles.context.TilesRequestContext
Get the underlying request.
getRequest() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Get the underlying request.
getRequestDispatcher(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getRequestDispatcher(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getRequestLocale() - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in interface org.apache.tiles.context.TilesRequestContext
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return the preferred Locale in which the client will accept content.
getRequestScope() - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Return a mutable Map that maps request scope attribute names to their values.
getRequestScope() - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Return a mutable Map that maps request scope attribute names to their values.
getRequestScope() - Method in interface org.apache.tiles.context.TilesRequestContext
Return a mutable Map that maps request scope attribute names to their values.
getRequestScope() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return a mutable Map that maps request scope attribute names to their values.
getResource(String) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResource(String) - Method in class org.apache.tiles.context.portlet.PortletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResource(String) - Method in class org.apache.tiles.context.servlet.ServletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResource(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getResource(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getResource(String) - Method in interface org.apache.tiles.TilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResourceAsStream(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getResourceAsStream(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getResourceNames(String) - Method in class org.apache.tiles.impl.BasicTilesContainer
Parse the resourceString into a list of resource paths which can be loaded by the application context.
getResourcePaths(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getResourcePaths(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getResources(String) - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.context.portlet.PortletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.context.servlet.ServletTilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResources(String) - Method in interface org.apache.tiles.TilesApplicationContext
Return a URL for the application resource mapped to the specified path.
getResourceString() - Method in class org.apache.tiles.impl.BasicTilesContainer
Derive the resource string from the initialization parameters.
getResourceString(Map<String, String>) - Method in class org.apache.tiles.impl.BasicTilesContainer
Derive the resource string from the initialization parameters.
getResponse() - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Return the PortletResponse for this context.
getResponse() - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Get the underlying response.
getResponse() - Method in interface org.apache.tiles.context.TilesRequestContext
Get the underlying response.
getResponse() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Get the underlying response.
getResponse() - Method in class org.apache.tiles.jsp.context.JspTilesRequestContext
Get the underlying response.
getRole() - Method in class org.apache.tiles.Attribute
Get role.
getRole() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Returns the role to check when rendering this definition.
getRole() - Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
Returns the role to check.
getRole() - Method in class org.apache.tiles.mgmt.TileDefinition
Access method for the role property.
getRootContext() - Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
Returns the root context.
getScope() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Get scope.
getScope(String) - Static method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Converts the scope name into its corresponding PageContext constant value.
getScopeId() - Method in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Get scope value from string value
getScriptingVariable() - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag
Returns the scripting variable to use.
getServerInfo() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getServerInfo() - Method in class org.apache.tiles.servlet.ServletContextAdapter
getServlet(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getServlet(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
getServletContext() - Method in class org.apache.tiles.context.servlet.ServletTilesApplicationContext
Returns the servlet context.
getServletContext(TilesApplicationContext) - Method in class org.apache.tiles.context.servlet.ServletTilesContextFactory
Returns the original servlet context.
getServletContext(TilesApplicationContext) - Method in class org.apache.tiles.jsp.context.JspTilesContextFactory
Returns the original servlet context.
getServletContext() - Method in class org.apache.tiles.web.TilesDecorationFilter
Returns the servlet context.
getServletContextName() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getServletContextName() - Method in class org.apache.tiles.servlet.ServletContextAdapter
getServletNames() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getServletNames() - Method in class org.apache.tiles.servlet.ServletContextAdapter
getServlets() - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
getServlets() - Method in class org.apache.tiles.servlet.ServletContextAdapter
getSessionScope() - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Return a mutable Map that maps session scope attribute names to their values.
getSessionScope() - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Return a mutable Map that maps session scope attribute names to their values.
getSessionScope() - Method in interface org.apache.tiles.context.TilesRequestContext
Return a mutable Map that maps session scope attribute names to their values.
getSessionScope() - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Return a mutable Map that maps session scope attribute names to their values.
getTemplate() - Method in class org.apache.tiles.jsp.taglib.definition.DefinitionTag
Returns the template URI of the definition.
getTemplate() - Method in class org.apache.tiles.jsp.taglib.InsertTemplateTag
Returns a string representing the URI of a template (for example, a JSP page).
getTemplate() - Method in class org.apache.tiles.mgmt.TileDefinition
Access method for the template property.
getToName() - Method in class org.apache.tiles.jsp.taglib.ImportAttributeTag
Returns the name of the destination attribute.
getTooltip() - Method in interface org.apache.tiles.beans.MenuItem
Returns the tooltip text.
getTooltip() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the (optional) tooltip text.
getType() - Method in class org.apache.tiles.Attribute
Returns the type of this attribute.
getType() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Returns content type: string, template or definition.
getType() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Returns the content type: string, template or definition.
getValue() - Method in class org.apache.tiles.Attribute
Get value.
getValue() - Method in interface org.apache.tiles.beans.MenuItem
Returns the value (i.e. the visible part) of this menu item.
getValue() - Method in class org.apache.tiles.beans.SimpleMenuItem
Returns the value of the item, i.e. what is really visible to the user.
getValue() - Method in class org.apache.tiles.context.MapEntry
Gets the entry value.
getValue() - Method in class org.apache.tiles.jsp.taglib.AddAttributeTag
Returns the attribute value.
getValue() - Method in class org.apache.tiles.jsp.taglib.AddListAttributeTag
Get list defined in tag.
getValue() - Method in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Get the value.
getValue() - Method in class org.apache.tiles.jsp.taglib.PutAttributeTag
Returns the Attribute value.
getValue() - Method in class org.apache.tiles.jsp.taglib.PutListAttributeTag
Get list defined in tag.
getVariableInfo(TagData) - Method in class org.apache.tiles.jsp.taglib.UseAttributeTag.Tei
getWriter() - Method in class org.apache.tiles.jsp.context.JspWriterResponse

H

hasAttributeValue(String) - Method in class org.apache.tiles.definition.Definition
Checks whether the key attribute has been set.
hashCode() - Method in class org.apache.tiles.context.MapEntry
Returns the hashcode for this entry.

I

ignore - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
Flag that, if true, ignores exceptions.
ignore - Variable in class org.apache.tiles.jsp.taglib.RenderTagSupport
This flag, if true, ignores exception thrown by preparers and those caused by problems with definitions.
ImportAttributeTag - Class in org.apache.tiles.jsp.taglib
Import attribute(s) into the specified scope.
ImportAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.ImportAttributeTag
 
include(String) - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Includes the response from the specified URL in the current response output.
include(String) - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Includes the response from the specified URL in the current response output.
include(String) - Method in interface org.apache.tiles.context.TilesRequestContext
Includes the response from the specified URL in the current response output.
include(String) - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Includes the response from the specified URL in the current response output.
include(String) - Method in class org.apache.tiles.jsp.context.JspTilesRequestContext
Includes the response from the specified URL in the current response output.
inherit - Variable in class org.apache.tiles.mgmt.TileDefinition
Extends attribute value.
init(Map<String, String>) - Method in class org.apache.tiles.context.ChainedTilesContextFactory
Initialize the factory.
init(Map<String, String>) - Method in class org.apache.tiles.context.portlet.PortletTilesContextFactory
Initialize the factory.
init(Map<String, String>) - Method in class org.apache.tiles.context.servlet.ServletTilesContextFactory
Initialize the factory.
init(Map<String, String>) - Method in interface org.apache.tiles.context.TilesContextFactory
Initialize the factory.
init(Map<String, String>) - Method in interface org.apache.tiles.definition.DefinitionsFactory
Initializes the DefinitionsFactory and its subcomponents.
init(Map<String, String>) - Method in interface org.apache.tiles.definition.DefinitionsReader
Initializes the DefinitionsReader object.
init(Map<String, String>) - Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
Initializes the DefinitionsReader object.
init(Map<String, String>) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Initializes the DefinitionsFactory and its subcomponents.
init(FilterConfig) - Method in class org.apache.tiles.filter.TilesFilter
init(Map<String, String>) - Method in class org.apache.tiles.impl.BasicTilesContainer
Initialize the Container with the given configuration.
init(Map<String, String>) - Method in class org.apache.tiles.jsp.context.JspTilesContextFactory
Initialize the factory.
init(Map<String, String>) - Method in class org.apache.tiles.locale.impl.DefaultLocaleResolver
Initializes the LocaleResolver object.
init(Map<String, String>) - Method in interface org.apache.tiles.locale.LocaleResolver
Initializes the LocaleResolver object.
init() - Method in class org.apache.tiles.servlet.TilesServlet
init(Map<String, String>) - Method in interface org.apache.tiles.TilesContainer
Initialize the container with the given configuration.
init(FilterConfig) - Method in class org.apache.tiles.web.TilesDecorationFilter
init() - Method in class org.apache.tiles.web.TilesDispatchServlet
InitContainerTag - Class in org.apache.tiles.jsp.taglib.definition
Init definitions impl.
InitContainerTag() - Constructor for class org.apache.tiles.jsp.taglib.definition.InitContainerTag
 
InitContainerTag.RuntimeConfiguredContext - Class in org.apache.tiles.jsp.taglib.definition
A servlet context created "on the fly" for container initialization.
InitContainerTag.RuntimeConfiguredContext(ServletContext) - Constructor for class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
Constructor.
initialize(PortletContext) - Method in class org.apache.tiles.context.portlet.PortletTilesApplicationContext
Initialize (or reinitialize) this PortletTilesApplicationContext instance for the specified Portlet API objects.
initialize(PortletRequest, PortletResponse) - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Initialize (or reinitialize) this PortletTilesRequestContext instance for the specified Portlet API objects.
initialize(ServletContext) - Method in class org.apache.tiles.context.servlet.ServletTilesApplicationContext
Initialize (or reinitialize) this TilesApplicationContext instance for the specified Servlet API objects.
initialize(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Initialize (or reinitialize) this ServletTilesRequestContext instance for the specified Servlet API objects.
initializeContainer(Object, BasicTilesContainer) - Method in class org.apache.tiles.factory.TilesContainerFactory
Initializes a container.
initializeDefinitionsFactory(DefinitionsFactory, String, Map<String, String>) - Method in class org.apache.tiles.impl.BasicTilesContainer
Initializes a definitions factory.
InsertAttributeTag - Class in org.apache.tiles.jsp.taglib
This is the tag handler for <tiles:attribute>, which defines an attribute.
InsertAttributeTag() - Constructor for class org.apache.tiles.jsp.taglib.InsertAttributeTag
 
InsertDefinitionTag - Class in org.apache.tiles.jsp.taglib
This is the tag handler for <tiles:insertDefinition>, which includes a name, eventually overriding or filling attributes of its template.
InsertDefinitionTag() - Constructor for class org.apache.tiles.jsp.taglib.InsertDefinitionTag
 
InsertTemplateTag - Class in org.apache.tiles.jsp.taglib
This is the tag handler for <tiles:insertTemplate>, which includes a template ready to be filled.
InsertTemplateTag() - Constructor for class org.apache.tiles.jsp.taglib.InsertTemplateTag
 
instantiate(String) - Static method in class org.apache.tiles.util.ClassUtil
Returns an instance of the given class name, by calling the default constructor.
instantiate(String, boolean) - Static method in class org.apache.tiles.util.ClassUtil
Returns an instance of the given class name, by calling the default constructor.
isAccessAllowed() - Method in class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport
Checks if the user is inside the specified role.
isContextProcessed(TilesRequestContext) - Method in class org.apache.tiles.definition.UrlDefinitionsFactory
Indicates whether a given context has been processed or not.
isDefinitionType(Attribute) - Method in class org.apache.tiles.definition.DefinitionsImpl
Checks if an attribute is of type "definition".
isExtending() - Method in class org.apache.tiles.definition.Definition
Get extends flag.
isFlush() - Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
Returns the flush flag.
isIgnore() - Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
Returns the ignore flag.
isIsVisited() - Method in class org.apache.tiles.definition.Definition
Returns the visit flag, used during inheritance resolution.
isUserInRole(String) - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Determine whether or not the specified user is in the given role
isUserInRole(String) - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Determine whether or not the specified user is in the given role
isUserInRole(String) - Method in interface org.apache.tiles.context.TilesRequestContext
Determine whether or not the specified user is in the given role
isUserInRole(String) - Method in class org.apache.tiles.context.TilesRequestContextWrapper
Determine whether or not the specified user is in the given role
isValidDefinition(String, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
Determine whether or not the definition exists.
isValidDefinition(String, Object...) - Method in interface org.apache.tiles.TilesContainer
Determine whether or not the definition exists.

J

JspTilesContextFactory - Class in org.apache.tiles.jsp.context
Creates an instance of the appropriate TilesApplicationContext implementation.
JspTilesContextFactory() - Constructor for class org.apache.tiles.jsp.context.JspTilesContextFactory
 
JspTilesRequestContext - Class in org.apache.tiles.jsp.context
Context implementation used for executing tiles within a jsp tag library.
JspTilesRequestContext(ServletContext, PageContext) - Constructor for class org.apache.tiles.jsp.context.JspTilesRequestContext
Constructor.
JspUtil - Class in org.apache.tiles.jsp.context
Utility class for working within a Jsp environment.
JspUtil() - Constructor for class org.apache.tiles.jsp.context.JspUtil
 
JspWriterResponse - Class in org.apache.tiles.jsp.context
It works as an HttpServletResponse by wrapping a JspWriter around a PrintWriter.
JspWriterResponse(PageContext) - Constructor for class org.apache.tiles.jsp.context.JspWriterResponse
Constructor.

K

key2definitionsFactory - Variable in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Maps definition factories to their keys.
KEY_EXTRACTOR_CLASS_INIT_PARAM - Static variable in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
Init parameter name that contains the class name for the key extractor.
KeyedDefinitionsFactoryTilesContainer - Class in org.apache.tiles.impl
Container that can be used to store multiple DefinitionsFactory instances mapped to different keys.
KeyedDefinitionsFactoryTilesContainer() - Constructor for class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
Constructor.
KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor - Class in org.apache.tiles.impl
This is the default factory key.
KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor() - Constructor for class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
 
KeyedDefinitionsFactoryTilesContainer.KeyExtractor - Interface in org.apache.tiles.impl
It represents an object able to return a key from a request.
KeyedDefinitionsFactoryTilesContainerFactory - Class in org.apache.tiles.factory
Factory that creates instances of container that will extend the KeyedDefinitionsFactoryTilesContainer class.
KeyedDefinitionsFactoryTilesContainerFactory() - Constructor for class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
 
keyExtractor - Variable in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
The key extractor object.

L

lastModifiedDates - Variable in class org.apache.tiles.definition.UrlDefinitionsFactory
Contains the dates that the URL sources were last modified.
ListAttribute - Class in org.apache.tiles.context
An attribute as a List.
ListAttribute() - Constructor for class org.apache.tiles.context.ListAttribute
Constructor.
ListAttribute(String, List<Object>) - Constructor for class org.apache.tiles.context.ListAttribute
Constructor.
LOCALE_KEY - Static variable in interface org.apache.tiles.Constants
The attribute name that is used to store the current locale.
LOCALE_RESOLVER_IMPL_PROPERTY - Static variable in interface org.apache.tiles.definition.DefinitionsFactory
Property name that specifies the implementation of LocaleResolver.
LocaleResolver - Interface in org.apache.tiles.locale
It represents an object able to resolve the current locale for the current request, where its strategy depends on its implementation.
log - Static variable in class org.apache.tiles.definition.Definition
Commons Logging instance.
log(String) - Method in class org.apache.tiles.filter.TilesFilter
log(String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
log(Exception, String) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
log(String, Throwable) - Method in class org.apache.tiles.jsp.taglib.definition.InitContainerTag.RuntimeConfiguredContext
LOG - Static variable in class org.apache.tiles.listener.TilesListener
Log instance.
log(String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
log(Exception, String) - Method in class org.apache.tiles.servlet.ServletContextAdapter
log(String, Throwable) - Method in class org.apache.tiles.servlet.ServletContextAdapter

M

MapEntry<K,V> - Class in org.apache.tiles.context
Map.Entry implementation that can be constructed to either be read-only or not.
MapEntry(K, V, boolean) - Constructor for class org.apache.tiles.context.MapEntry
Creates a map entry that can either allow modifications or not.
MenuItem - Interface in org.apache.tiles.beans
Interface for MenuItems.
MutableTilesContainer - Interface in org.apache.tiles.mgmt
Defines a mutable version of the TilesContainer.
mutate(AttributeContext, ServletRequest) - Method in interface org.apache.tiles.web.AttributeContextMutator
Mutate a AttributeContext.

N

name - Variable in class org.apache.tiles.jsp.taglib.AttributeTagSupport
The name of the attribute.
name - Variable in class org.apache.tiles.jsp.taglib.InsertAttributeTag
Name to insert.
name - Variable in class org.apache.tiles.jsp.taglib.PutAttributeTag
Name of attribute to put in attribute context.
name - Variable in class org.apache.tiles.mgmt.TileDefinition
TileDefinition name
NoSuchDefinitionException - Exception in org.apache.tiles.definition
Exception thrown when a definition is not found.
NoSuchDefinitionException() - Constructor for exception org.apache.tiles.definition.NoSuchDefinitionException
Constructor.
NoSuchDefinitionException(String) - Constructor for exception org.apache.tiles.definition.NoSuchDefinitionException
Constructor.
NoSuchPreparerException - Exception in org.apache.tiles.preparer
Thrown when the named preparerInstance can not be found.
NoSuchPreparerException(String) - Constructor for exception org.apache.tiles.preparer.NoSuchPreparerException
Constructor.
NoSuchPreparerException(String, Exception) - Constructor for exception org.apache.tiles.preparer.NoSuchPreparerException
Constructor.

O

org.apache.tiles - package org.apache.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles.
org.apache.tiles.access - package org.apache.tiles.access
 
org.apache.tiles.beans - package org.apache.tiles.beans
 
org.apache.tiles.context - package org.apache.tiles.context
 
org.apache.tiles.context.enhanced - package org.apache.tiles.context.enhanced
 
org.apache.tiles.context.portlet - package org.apache.tiles.context.portlet
 
org.apache.tiles.context.servlet - package org.apache.tiles.context.servlet
 
org.apache.tiles.definition - package org.apache.tiles.definition
 
org.apache.tiles.definition.digester - package org.apache.tiles.definition.digester
 
org.apache.tiles.definition.util - package org.apache.tiles.definition.util
 
org.apache.tiles.factory - package org.apache.tiles.factory
 
org.apache.tiles.filter - package org.apache.tiles.filter
 
org.apache.tiles.impl - package org.apache.tiles.impl
 
org.apache.tiles.impl.mgmt - package org.apache.tiles.impl.mgmt
 
org.apache.tiles.jsp.context - package org.apache.tiles.jsp.context
 
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.definition
 
org.apache.tiles.listener - package org.apache.tiles.listener
 
org.apache.tiles.locale - package org.apache.tiles.locale
 
org.apache.tiles.locale.impl - package org.apache.tiles.locale.impl
 
org.apache.tiles.mgmt - package org.apache.tiles.mgmt
 
org.apache.tiles.preparer - package org.apache.tiles.preparer
 
org.apache.tiles.servlet - package org.apache.tiles.servlet
 
org.apache.tiles.util - package org.apache.tiles.util
Static utility classes used throughout the implementation.
org.apache.tiles.web - package org.apache.tiles.web
 
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.context.portlet.PortletTilesRequestContext
The lazily instantiated Map of request parameter name-value.
paramValues - Variable in class org.apache.tiles.context.portlet.PortletTilesRequestContext
The lazily instantiated Map of request parameter name-values.
parseAlternateDefinitions() - Method in class org.apache.tiles.web.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
Pops a context object out of the stack
PortletTilesApplicationContext - Class in org.apache.tiles.context.portlet
Portlet-based TilesApplicationContext implementation.
PortletTilesApplicationContext(PortletContext) - Constructor for class org.apache.tiles.context.portlet.PortletTilesApplicationContext
Creates a new instance of PortletTilesApplicationContext
PortletTilesContextFactory - Class in org.apache.tiles.context.portlet
Creates an instance of the appropriate TilesApplicationContext implementation.
PortletTilesContextFactory() - Constructor for class org.apache.tiles.context.portlet.PortletTilesContextFactory
 
PortletTilesRequestContext - Class in org.apache.tiles.context.portlet
Portlet-based TilesApplicationContext implementation.
PortletTilesRequestContext(PortletContext, PortletRequest, PortletResponse) - Constructor for class org.apache.tiles.context.portlet.PortletTilesRequestContext
Creates a new instance of PortletTilesRequestContext
prepare(String, Object...) - Method in class org.apache.tiles.impl.BasicTilesContainer
prepare(String, Object...) - Method in interface org.apache.tiles.TilesContainer
 
preparer - Variable in class org.apache.tiles.jsp.taglib.RenderTagSupport
The view preparer to use before the rendering.
preparer - Variable in class org.apache.tiles.mgmt.TileDefinition
Associated ViewPreparer URL or classname, if defined
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(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
Pushes a context object in the stack.
put(String, Object) - Method in class org.apache.tiles.definition.Definition
Put an attribute in template definition.
put(String, Object, String) - Method in class org.apache.tiles.definition.Definition
Put an attribute in template definition.
put(String, Object, String, String) - Method in class org.apache.tiles.definition.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.mgmt.TileDefinition
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(TileDefinition, Object...) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Register a new definition with the container.
register(TileDefinition, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
Registers a custom definition.
register(TileDefinition, Object...) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Register a new definition with the container.
register(TileDefinition, TilesRequestContext) - Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
Registers a custom definition.
register(TileDefinition, 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.context.portlet.PortletTilesApplicationContext
Release references to allocated resources acquired in initialize() of via subsequent processing.
release() - Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
Release references to allocated resources acquired in initialize() of via subsequent processing.
release() - Method in class org.apache.tiles.context.servlet.ServletTilesApplicationContext
Release references to allocated resources acquired in initialize() of via subsequent processing.
release() - Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
Release references to allocated resources acquired in initialize() of via subsequent processing.
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.
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.servlet.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.context.portlet.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.
resolveAttributeDependencies(Locale) - Method in class org.apache.tiles.definition.DefinitionsImpl
Resolves attribute dependencies for the given locale.
resolveFactoryName(Map<String, String>, String) - Static method in class org.apache.tiles.factory.TilesContainerFactory
Resolves a factory class name.
resolveInheritance(Definition, Locale) - 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.context.portlet.PortletTilesRequestContext
The PortletResponse for this request.
role - Variable in class org.apache.tiles.Attribute
Role associated to this attribute.
role - Variable in class org.apache.tiles.mgmt.TileDefinition
Role associated to 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.servlet
Adapts a servlet config and a servlet context to become a unique servlet context.
ServletContextAdapter(ServletConfig) - Constructor for class org.apache.tiles.servlet.ServletContextAdapter
Constructor.
ServletTilesApplicationContext - Class in org.apache.tiles.context.servlet
Servlet-based implementation of the TilesApplicationContext interface.
ServletTilesApplicationContext(ServletContext) - Constructor for class org.apache.tiles.context.servlet.ServletTilesApplicationContext
Creates a new instance of ServletTilesApplicationContext
ServletTilesContextFactory - Class in org.apache.tiles.context.servlet
Creates an instance of the appropriate TilesApplicationContext implementation.
ServletTilesContextFactory() - Constructor for class org.apache.tiles.context.servlet.ServletTilesContextFactory
 
ServletTilesRequestContext - Class in org.apache.tiles.context.servlet
Servlet-bsed implementation of the TilesApplicationContext interface.
ServletTilesRequestContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.tiles.context.servlet.ServletTilesRequestContext
Creates a new instance of ServletTilesRequestContext
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.servlet.ServletContextAdapter
setAttributes(Map<String, Attribute>) - Method in class org.apache.tiles.Attribute
Sets the underlying attributes for this attribute.
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.jsp.taglib.definition.DefinitionTag
Sets the (optional) definition name that this definition extends.
setExtends(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Set 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.filter.TilesFilter
Set the filter configuration object for this filter.
setFlush(boolean) - Method in class org.apache.tiles.jsp.taglib.RenderTagSupport
Sets the flush flag.
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.
setIsVisited(boolean) - Method in class org.apache.tiles.definition.Definition
Sets the visit flag, used during inheritance resolution.
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
Sets the name of the attribute.
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.
setName(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Sets the value of the name property.
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.
setPreparer(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Set associated preparerInstance URL.
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.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.
setRole(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Sets the value of the role property.
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.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).
setTemplate(String) - Method in class org.apache.tiles.mgmt.TileDefinition
Sets the value of the template property.
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(String) - 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)
STRING - Static variable in class org.apache.tiles.Attribute
Attribute of type string.

T

TEMPLATE - Static variable in class org.apache.tiles.Attribute
Attribute of type template.
template - Variable in class org.apache.tiles.mgmt.TileDefinition
Template path.
TileDefinition - Class in org.apache.tiles.mgmt
Data transfer object used for registering new definitions with the Container.
TileDefinition() - Constructor for class org.apache.tiles.mgmt.TileDefinition
Constructor.
TilesAccess - Class in org.apache.tiles.access
Provides static access to the tiles container.
TilesAccess() - Constructor for class org.apache.tiles.access.TilesAccess
 
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
Decoration Filter.
TilesDecorationFilter() - Constructor for class org.apache.tiles.web.TilesDecorationFilter
 
TilesDispatchServlet - Class in org.apache.tiles.web
Tiles dispatching servlet.
TilesDispatchServlet() - Constructor for class org.apache.tiles.web.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.filter
Processes Reloadable Tiles Definitions.
TilesFilter() - Constructor for class org.apache.tiles.filter.TilesFilter
 
TilesListener - Class in org.apache.tiles.listener
Listener for the initialization of the Tiles container.
TilesListener() - Constructor for class org.apache.tiles.listener.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.servlet
Initialization Servlet.
TilesServlet() - Constructor for class org.apache.tiles.servlet.TilesServlet
 
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.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.
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
 

A B C D E F G H I J K L M N O P R S T U V