This project has retired. For details please refer to its Attic page.
Index (Tiles Request Framework 1.0.8-SNAPSHOT API)
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractClientRequest - Class in org.apache.tiles.request
Base class for "client" requests, i.e.
AbstractClientRequest(ApplicationContext) - Constructor for class org.apache.tiles.request.AbstractClientRequest
Constructor.
AbstractRequest - Class in org.apache.tiles.request
Base request.
AbstractRequest() - Constructor for class org.apache.tiles.request.AbstractRequest
 
AbstractViewRequest - Class in org.apache.tiles.request
Base class for "view" requests, i.e.
AbstractViewRequest(DispatchRequest) - Constructor for class org.apache.tiles.request.AbstractViewRequest
Constructor.
ActionPortletRequest - Class in org.apache.tiles.request.portlet
Portlet request for an ActionRequest.
ActionPortletRequest(ApplicationContext, PortletContext, ActionRequest, ActionResponse) - Constructor for class org.apache.tiles.request.portlet.ActionPortletRequest
Constructor.
add(String) - Method in class org.apache.tiles.request.collection.KeySet
 
Addable<V> - Interface in org.apache.tiles.request.attribute
Allows to get and set attributes.
AddableParameterMap - Class in org.apache.tiles.request.collection
Exposes an HasAddableKeys object as a put/get (no remove) map.
AddableParameterMap(HasAddableKeys<String>) - Constructor for class org.apache.tiles.request.collection.AddableParameterMap
Constructor.
addAll(Collection<? extends String>) - Method in class org.apache.tiles.request.collection.KeySet
 
addAttributeRenderer(Renderer) - Method in class org.apache.tiles.request.render.ChainedDelegateRenderer
Adds an attribute renderer to the list.
addListener(PublisherRenderer.RendererListener) - Method in class org.apache.tiles.request.render.PublisherRenderer
 
addSharedVariableFactory(String, SharedVariableFactory) - Method in class org.apache.tiles.request.freemarker.servlet.SharedVariableLoaderFreemarkerServlet
Adds anew shared variable factory in a manual way.
append(char) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
append(CharSequence, int, int) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
append(CharSequence) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.apache.tiles.request.ApplicationAccess
The attribute name that will be used to store the application context itself.
APPLICATION_SCOPE - Static variable in interface org.apache.tiles.request.Request
the name of the (mandatory) "application" scope
ApplicationAccess - Class in org.apache.tiles.request
Entry point to get information about the application.
ApplicationContext - Interface in org.apache.tiles.request
Defines a set of methods which tiles use to communicate to the tiles container and runtime environment.
ApplicationContextAware - Interface in org.apache.tiles.request
It represents an object that can have a reference to the ApplicationContext.
ApplicationContextJeeConfig - Class in org.apache.tiles.request.velocity.render
Implements JeeConfig to use parameters set through VelocityRenderer#setParameter(String, String).
ApplicationContextJeeConfig(ApplicationContext, Map<String, String>) - Constructor for class org.apache.tiles.request.velocity.render.ApplicationContextJeeConfig
Constructor.
ApplicationContextWrapper - Class in org.apache.tiles.request
Delegate for ease of customization.
ApplicationContextWrapper(ApplicationContext) - Constructor for class org.apache.tiles.request.ApplicationContextWrapper
Constructor.
ApplicationResource - Interface in org.apache.tiles.request
A (localized) resource accessible through the ApplicationContext.
ApplicationScopeExtractor - Class in org.apache.tiles.request.portlet.extractor
Extracts attributes from portlet application scope.
ApplicationScopeExtractor(PortletContext) - Constructor for class org.apache.tiles.request.portlet.extractor.ApplicationScopeExtractor
Constructor.
ApplicationScopeExtractor - Class in org.apache.tiles.request.servlet.extractor
Extract attributes from application scope.
ApplicationScopeExtractor(ServletContext) - Constructor for class org.apache.tiles.request.servlet.extractor.ApplicationScopeExtractor
Constructor.
AttributeExtractor - Interface in org.apache.tiles.request.attribute
Allows to get, put and remove Object-type attributes.
AttributeValueFreemarkerServlet - Class in org.apache.tiles.request.freemarker.render
Extends SharedVariableLoaderFreemarkerServlet to use the attribute value as the template name.
AttributeValueFreemarkerServlet() - Constructor for class org.apache.tiles.request.freemarker.render.AttributeValueFreemarkerServlet
 

B

BasicRendererFactory - Class in org.apache.tiles.request.render
Basic renderer factory implementation.
BasicRendererFactory() - Constructor for class org.apache.tiles.request.render.BasicRendererFactory
Constructor.
build() - Method in class org.apache.tiles.request.freemarker.render.FreemarkerRendererBuilder
Creates a new FreemarkerRenderer with the given configuration.
build() - Method in class org.apache.tiles.request.velocity.render.VelocityRendererBuilder
Creates the Velocity renderer.
buildScope(Request) - Method in class org.apache.tiles.request.mustache.MustacheRenderer
 

C

CannotAccessMethodException - Exception in org.apache.tiles.request.reflect
Indicates that a method cannot be accessed.
CannotAccessMethodException() - Constructor for exception org.apache.tiles.request.reflect.CannotAccessMethodException
Constructor.
CannotAccessMethodException(String) - Constructor for exception org.apache.tiles.request.reflect.CannotAccessMethodException
Constructor.
CannotAccessMethodException(Throwable) - Constructor for exception org.apache.tiles.request.reflect.CannotAccessMethodException
Constructor.
CannotAccessMethodException(String, Throwable) - Constructor for exception org.apache.tiles.request.reflect.CannotAccessMethodException
Constructor.
CannotInstantiateObjectException - Exception in org.apache.tiles.request.reflect
Indicates that an object cannot be instantiated.
CannotInstantiateObjectException() - Constructor for exception org.apache.tiles.request.reflect.CannotInstantiateObjectException
Constructor.
CannotInstantiateObjectException(String) - Constructor for exception org.apache.tiles.request.reflect.CannotInstantiateObjectException
Constructor.
CannotInstantiateObjectException(Throwable) - Constructor for exception org.apache.tiles.request.reflect.CannotInstantiateObjectException
Constructor.
CannotInstantiateObjectException(String, Throwable) - Constructor for exception org.apache.tiles.request.reflect.CannotInstantiateObjectException
Constructor.
CannotRenderException - Exception in org.apache.tiles.request.render
Indicates that something went wrong during the rendering process.
CannotRenderException() - Constructor for exception org.apache.tiles.request.render.CannotRenderException
Constructor.
CannotRenderException(String) - Constructor for exception org.apache.tiles.request.render.CannotRenderException
Constructor.
CannotRenderException(Throwable) - Constructor for exception org.apache.tiles.request.render.CannotRenderException
Constructor.
CannotRenderException(String, Throwable) - Constructor for exception org.apache.tiles.request.render.CannotRenderException
Constructor.
ChainedDelegateRenderer - Class in org.apache.tiles.request.render
Renders an attribute that has no associated renderer using delegation to other renderers.
ChainedDelegateRenderer() - Constructor for class org.apache.tiles.request.render.ChainedDelegateRenderer
Constructor.
ClassUtil - Class in org.apache.tiles.request.reflect
Utilities to work with dynamic class loading and instantiation.
clear() - Method in class org.apache.tiles.request.collection.HeaderValuesMap
clear() - Method in class org.apache.tiles.request.collection.KeySet
 
clear() - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
clear() - Method in class org.apache.tiles.request.collection.ScopeMap
clear() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
close() - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
closeTemplateSource(Object) - Method in class org.apache.tiles.request.freemarker.servlet.WebappClassTemplateLoader
collectBeanInfo(Class<?>, Map<String, PropertyDescriptor>) - Static method in class org.apache.tiles.request.reflect.ClassUtil
Collects bean infos from a class and filling a list.
CollectionUtil - Class in org.apache.tiles.request.collection
Utilities for requests.
contains(Object) - Method in class org.apache.tiles.request.collection.KeySet
 
containsAll(Collection<?>) - Method in class org.apache.tiles.request.collection.KeySet
 
containsKey(Object) - Method in class org.apache.tiles.request.collection.HeaderValuesMap
containsKey(Object) - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
containsKey(Object) - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
containsValue(Object) - Method in class org.apache.tiles.request.collection.HeaderValuesMap
containsValue(Object) - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
containsValue(Object) - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
context - Variable in class org.apache.tiles.request.portlet.PortletApplicationContext
The PortletContext for this web application.
context - Variable in class org.apache.tiles.request.portlet.PortletRequest
The PortletContext for this application.
create() - Method in interface org.apache.tiles.request.freemarker.servlet.SharedVariableFactory
Creates a new shared variable.
createConfiguration() - Method in class org.apache.tiles.request.freemarker.servlet.SharedVariableLoaderFreemarkerServlet
createInstance() - Static method in class org.apache.tiles.request.freemarker.render.FreemarkerRendererBuilder
Creates a new instance of this class.
createInstance() - Static method in class org.apache.tiles.request.velocity.render.VelocityRendererBuilder
Returns a new instance of the builder.
createModelBody() - Method in class org.apache.tiles.request.freemarker.autotag.FreemarkerAutotagRuntime
createModelBody() - Method in class org.apache.tiles.request.jsp.autotag.JspAutotagRuntime
createModelBody() - Method in class org.apache.tiles.request.velocity.autotag.VelocityAutotagRuntime
createRequest() - Method in class org.apache.tiles.request.freemarker.autotag.FreemarkerAutotagRuntime
createRequest() - Method in class org.apache.tiles.request.jsp.autotag.JspAutotagRuntime
createRequest() - Method in class org.apache.tiles.request.velocity.autotag.VelocityAutotagRuntime
createServletFreemarkerRequest(ApplicationContext, Environment) - Static method in class org.apache.tiles.request.freemarker.FreemarkerRequest
Creates a new Freemarker request.
createServletJspRequest(ApplicationContext, PageContext) - Static method in class org.apache.tiles.request.jsp.JspRequest
Creates a JSP request.
createTemplateLoader(String) - Method in class org.apache.tiles.request.freemarker.servlet.SharedVariableLoaderFreemarkerServlet
createVelocityRequest(ApplicationContext, HttpServletRequest, HttpServletResponse, Context, Writer) - Static method in class org.apache.tiles.request.velocity.VelocityRequest
Factory method to create a Velocity request.
CUSTOM_SHARED_VARIABLE_FACTORIES_INIT_PARAM - Static variable in class org.apache.tiles.request.freemarker.servlet.SharedVariableLoaderFreemarkerServlet
The init parameter under which the factories will be put.

D

defaultRenderer - Variable in class org.apache.tiles.request.render.BasicRendererFactory
The default renderer.
DefaultRequestWrapper - Class in org.apache.tiles.request
Delegate for ease of customization.
DefaultRequestWrapper(Request) - Constructor for class org.apache.tiles.request.DefaultRequestWrapper
Constructor.
dispatch(String) - Method in class org.apache.tiles.request.AbstractClientRequest
 
dispatch(String) - Method in class org.apache.tiles.request.AbstractViewRequest
 
dispatch(String) - Method in interface org.apache.tiles.request.DispatchRequest
Dispatches the request to a specified path.
dispatch(String) - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Dispatches the request to a specified path.
DispatchRenderer - Class in org.apache.tiles.request.render
Renders an attribute that contains a reference to a template.
DispatchRenderer() - Constructor for class org.apache.tiles.request.render.DispatchRenderer
 
DispatchRequest - Interface in org.apache.tiles.request
Encapsulation of request information.
DispatchRequestWrapper - Class in org.apache.tiles.request
Deprecated.
prefer RequestWrapper which is more general in purpose, unless you want to override dispatch() or include().
DispatchRequestWrapper(DispatchRequest) - Constructor for class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Constructor.
doForward(String) - Method in class org.apache.tiles.request.AbstractClientRequest
Forwards to a path.
doForward(String) - Method in class org.apache.tiles.request.portlet.PortletRequest
Forwards to a path.
doForward(String) - Method in class org.apache.tiles.request.servlet.ServletRequest
Forwards to a path.
doInclude(String) - Method in class org.apache.tiles.request.AbstractClientRequest
Includes the result of a path.
doInclude(String) - Method in class org.apache.tiles.request.AbstractViewRequest
Includes the result.
doInclude(String) - Method in class org.apache.tiles.request.jsp.JspRequest
Includes the result.
doInclude(String) - Method in class org.apache.tiles.request.portlet.PortletRequest
Includes the result of a path.
doInclude(String) - Method in class org.apache.tiles.request.servlet.ServletRequest
Includes the result of a path.
doInclude(String) - Method in class org.apache.tiles.request.velocity.VelocityRequest
Includes the result.
doTag() - Method in class org.apache.tiles.request.jsp.autotag.JspAutotagRuntime

E

end(String, Request) - Method in interface org.apache.tiles.request.render.PublisherRenderer.RendererListener
Called after the delegate's render method is called.
entrySet() - Method in class org.apache.tiles.request.collection.AddableParameterMap
entrySet() - Method in class org.apache.tiles.request.collection.HeaderValuesMap
entrySet() - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
entrySet() - Method in class org.apache.tiles.request.collection.ScopeMap
entrySet() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
EnumeratedValuesExtractor - Interface in org.apache.tiles.request.attribute
Allows to get values from multi-valued attributes.
enumerationSize(Enumeration<?>) - Static method in class org.apache.tiles.request.collection.CollectionUtil
Returns the number of elements in an enumeration, by iterating it.
EnvironmentScopeExtractor - Class in org.apache.tiles.request.freemarker.extractor
Extract attributes from Environment objects as a scope.
EnvironmentScopeExtractor(Environment) - Constructor for class org.apache.tiles.request.freemarker.extractor.EnvironmentScopeExtractor
Constructor.
equals(Object) - Method in class org.apache.tiles.request.collection.HeaderValuesMap
equals(Object) - Method in class org.apache.tiles.request.collection.MapEntry
Determines if this entry is equal to the passed object.
equals(Object) - Method in class org.apache.tiles.request.collection.MapEntryArrayValues
Determines if this entry is equal to the passed object.
equals(Object) - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
equals(Object) - Method in class org.apache.tiles.request.locale.PostfixedApplicationResource
evaluate(Writer) - Method in class org.apache.tiles.request.freemarker.autotag.FreemarkerModelBody
 
evaluate(Writer) - Method in class org.apache.tiles.request.jsp.autotag.JspModelBody
 
evaluate(Writer) - Method in class org.apache.tiles.request.velocity.autotag.VelocityModelBody
 
EventPortletRequest - Class in org.apache.tiles.request.portlet
Portlet request for an EventRequest.
EventPortletRequest(ApplicationContext, PortletContext, EventRequest, EventResponse) - Constructor for class org.apache.tiles.request.portlet.EventPortletRequest
Constructor.
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class org.apache.tiles.request.freemarker.autotag.FreemarkerAutotagRuntime
ExternalWriterHttpServletResponse - Class in org.apache.tiles.request.servlet
Wraps an HTTP response and overrides its print writer.
ExternalWriterHttpServletResponse(HttpServletResponse, PrintWriter) - Constructor for class org.apache.tiles.request.servlet.ExternalWriterHttpServletResponse
Constructor.

F

findInitParameter(String) - Method in class org.apache.tiles.request.velocity.render.ApplicationContextJeeConfig
findTemplateSource(String) - Method in class org.apache.tiles.request.freemarker.servlet.WebappClassTemplateLoader
flush() - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
FORCE_INCLUDE_ATTRIBUTE_NAME - Static variable in class org.apache.tiles.request.AbstractRequest
Name of the attribute used to store the force-include option.
FreemarkerAutotagException - Exception in org.apache.tiles.request.freemarker.autotag
Thrown when a Freemarker problem under Autotag runtime part happens.
FreemarkerAutotagException() - Constructor for exception org.apache.tiles.request.freemarker.autotag.FreemarkerAutotagException
Constructor.
FreemarkerAutotagException(String) - Constructor for exception org.apache.tiles.request.freemarker.autotag.FreemarkerAutotagException
Constructor.
FreemarkerAutotagException(Throwable) - Constructor for exception org.apache.tiles.request.freemarker.autotag.FreemarkerAutotagException
Constructor.
FreemarkerAutotagException(String, Throwable) - Constructor for exception org.apache.tiles.request.freemarker.autotag.FreemarkerAutotagException
Constructor.
FreemarkerAutotagRuntime - Class in org.apache.tiles.request.freemarker.autotag
A Runtime for implementing a Freemarker Template Directive.
FreemarkerAutotagRuntime() - Constructor for class org.apache.tiles.request.freemarker.autotag.FreemarkerAutotagRuntime
 
FreemarkerModelBody - Class in org.apache.tiles.request.freemarker.autotag
Body implementation of a Freemarker model body.
FreemarkerModelBody(Writer, TemplateDirectiveBody) - Constructor for class org.apache.tiles.request.freemarker.autotag.FreemarkerModelBody
Constructor.
FreemarkerRenderer - Class in org.apache.tiles.request.freemarker.render
FreeMarker renderer for rendering FreeMarker templates as Tiles attributes.
FreemarkerRenderer(AttributeValueFreemarkerServlet) - Constructor for class org.apache.tiles.request.freemarker.render.FreemarkerRenderer
Constructor.
FreemarkerRendererBuilder - Class in org.apache.tiles.request.freemarker.render
Builds instances of FreemarkerRenderer.
FreemarkerRequest - Class in org.apache.tiles.request.freemarker
The FreeMarker-specific request context.
FreemarkerRequest(DispatchRequest, Environment) - Constructor for class org.apache.tiles.request.freemarker.FreemarkerRequest
Constructor.
FreemarkerRequestException - Exception in org.apache.tiles.request.freemarker
Thrown when a Freemarker request fails.
FreemarkerRequestException() - Constructor for exception org.apache.tiles.request.freemarker.FreemarkerRequestException
Constructor.
FreemarkerRequestException(String) - Constructor for exception org.apache.tiles.request.freemarker.FreemarkerRequestException
Constructor.
FreemarkerRequestException(Throwable) - Constructor for exception org.apache.tiles.request.freemarker.FreemarkerRequestException
Constructor.
FreemarkerRequestException(String, Throwable) - Constructor for exception org.apache.tiles.request.freemarker.FreemarkerRequestException
Constructor.
FreemarkerRequestUtil - Class in org.apache.tiles.request.freemarker
Utilities to work with Freemarker requests.
FreemarkerUtil - Class in org.apache.tiles.request.freemarker.autotag
Utilities for FreeMarker usage in Tiles.

G

get(Object) - Method in class org.apache.tiles.request.collection.HeaderValuesMap
get(Object) - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
get(Object) - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
getApplicationContext() - Method in class org.apache.tiles.request.AbstractClientRequest
 
getApplicationContext() - Method in class org.apache.tiles.request.DefaultRequestWrapper
Returns the associated application context.
getApplicationContext() - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Returns the associated application context.
getApplicationContext(Environment) - Static method in class org.apache.tiles.request.freemarker.FreemarkerRequestUtil
Returns the application context.
getApplicationContext(JspContext) - Static method in class org.apache.tiles.request.jsp.JspUtil
Returns the application context.
getApplicationContext() - Method in interface org.apache.tiles.request.Request
Returns the associated application context.
getApplicationContext(ServletContext) - Static method in class org.apache.tiles.request.servlet.ServletUtil
Returns the application context getting it from the servlet context.
getApplicationScope() - Method in class org.apache.tiles.request.AbstractClientRequest
Returns the application scope.
getApplicationScope() - Method in interface org.apache.tiles.request.ApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
getApplicationScope() - Method in class org.apache.tiles.request.ApplicationContextWrapper
Returns a mutable Map that maps application scope attribute names to their values.
getApplicationScope() - Method in class org.apache.tiles.request.jsp.JspRequest
Returns the application scope.
getApplicationScope() - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
getApplicationScope() - Method in class org.apache.tiles.request.servlet.ServletApplicationContext
Returns a mutable Map that maps application scope attribute names to their values.
getAsObject(TemplateModel, Class<T>, T) - Static method in class org.apache.tiles.request.freemarker.autotag.FreemarkerUtil
Unwraps a TemplateModel to extract an object.
getAvailableScopes() - Method in class org.apache.tiles.request.DefaultRequestWrapper
Returns all available scopes.
getAvailableScopes() - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Returns all available scopes.
getAvailableScopes() - Method in class org.apache.tiles.request.freemarker.FreemarkerRequest
 
getAvailableScopes() - Method in class org.apache.tiles.request.jsp.JspRequest
 
getAvailableScopes() - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getAvailableScopes() - Method in interface org.apache.tiles.request.Request
Returns all available scopes.
getAvailableScopes() - Method in class org.apache.tiles.request.servlet.ServletRequest
 
getAvailableScopes() - Method in class org.apache.tiles.request.velocity.VelocityRequest
 
getClass(String, Class<T>) - Static method in class org.apache.tiles.request.reflect.ClassUtil
Returns the class and casts it to the correct subclass.
It tries to use the thread's current classloader first and, if it does not succeed, uses the classloader of ClassUtil.
getContext() - Method in interface org.apache.tiles.request.ApplicationContext
Returns the original, technology-dependent, context.
getContext() - Method in class org.apache.tiles.request.ApplicationContextWrapper
Returns the original, technology-dependent, context.
getContext(String) - Method in class org.apache.tiles.request.DefaultRequestWrapper
Returns a context map, given the scope name.
getContext(String) - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Returns a context map, given the scope name.
getContext(String) - Method in class org.apache.tiles.request.freemarker.FreemarkerRequest
 
getContext(String) - Method in class org.apache.tiles.request.jsp.JspRequest
 
getContext() - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
Returns the original, technology-dependent, context.
getContext(String) - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getContext(String) - Method in interface org.apache.tiles.request.Request
Returns a context map, given the scope name.
getContext() - Method in class org.apache.tiles.request.servlet.ServletApplicationContext
Returns the original, technology-dependent, context.
getContext(String) - Method in class org.apache.tiles.request.servlet.ServletRequest
 
getContext(String) - Method in class org.apache.tiles.request.velocity.VelocityRequest
 
getEnvironment() - Method in class org.apache.tiles.request.freemarker.FreemarkerRequest
Returns the environment object.
getFile() - Method in class org.apache.tiles.request.locale.URLApplicationResource
 
getHeader() - Method in class org.apache.tiles.request.DefaultRequestWrapper
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.request.DispatchRequestWrapper
Deprecated.
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.request.portlet.PortletRequest
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.request.Request
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.request.servlet.ServletRequest
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.request.DefaultRequestWrapper
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.request.DispatchRequestWrapper
Deprecated.
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.request.portlet.PortletRequest
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.request.Request
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.request.servlet.ServletRequest
Return an immutable Map that maps header names to the set of all values specified in the request (as a String array).
getInitParameter(String) - Method in class org.apache.tiles.request.freemarker.render.InitParamsServletConfig
getInitParameter(String) - Method in class org.apache.tiles.request.velocity.render.ApplicationContextJeeConfig
getInitParameterNames() - Method in class org.apache.tiles.request.freemarker.render.InitParamsServletConfig
getInitParameterNames() - Method in class org.apache.tiles.request.velocity.render.ApplicationContextJeeConfig
getInitParams() - Method in interface org.apache.tiles.request.ApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getInitParams() - Method in class org.apache.tiles.request.ApplicationContextWrapper
Return an immutable Map that maps context application initialization parameters to their values.
getInitParams() - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getInitParams() - Method in class org.apache.tiles.request.servlet.ServletApplicationContext
Return an immutable Map that maps context application initialization parameters to their values.
getInputStream() - Method in interface org.apache.tiles.request.ApplicationResource
Get a java.io.InputStream to read the contents of this resource.
getInputStream() - Method in class org.apache.tiles.request.locale.URLApplicationResource
Get a java.io.InputStream to read the contents of this resource.
getJspWriter() - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
Returns the original JSP writer.
getKey() - Method in class org.apache.tiles.request.collection.MapEntry
Gets the entry key.
getKeys() - Method in interface org.apache.tiles.request.attribute.HasKeys
The enumeration of the keys of the stored attributes.
getKeys() - Method in class org.apache.tiles.request.freemarker.extractor.EnvironmentScopeExtractor
 
getKeys() - Method in class org.apache.tiles.request.jsp.extractor.ScopeExtractor
 
getKeys() - Method in class org.apache.tiles.request.jsp.extractor.SessionScopeExtractor
 
getKeys() - Method in class org.apache.tiles.request.mustache.MustacheScopeExtractor
 
getKeys() - Method in class org.apache.tiles.request.portlet.extractor.ApplicationScopeExtractor
 
getKeys() - Method in class org.apache.tiles.request.portlet.extractor.HeaderExtractor
 
getKeys() - Method in class org.apache.tiles.request.portlet.extractor.InitParameterExtractor
 
getKeys() - Method in class org.apache.tiles.request.portlet.extractor.ParameterExtractor
 
getKeys() - Method in class org.apache.tiles.request.portlet.extractor.RequestScopeExtractor
 
getKeys() - Method in class org.apache.tiles.request.portlet.extractor.SessionScopeExtractor
 
getKeys() - Method in class org.apache.tiles.request.servlet.extractor.ApplicationScopeExtractor
 
getKeys() - Method in class org.apache.tiles.request.servlet.extractor.HeaderExtractor
 
getKeys() - Method in class org.apache.tiles.request.servlet.extractor.InitParameterExtractor
 
getKeys() - Method in class org.apache.tiles.request.servlet.extractor.ParameterExtractor
 
getKeys() - Method in class org.apache.tiles.request.servlet.extractor.RequestScopeExtractor
 
getKeys() - Method in class org.apache.tiles.request.servlet.extractor.SessionScopeExtractor
 
getKeys() - Method in class org.apache.tiles.request.velocity.extractor.VelocityScopeExtractor
 
getLastModified() - Method in interface org.apache.tiles.request.ApplicationResource
Get the last modification date for this resource.
getLastModified(Object) - Method in class org.apache.tiles.request.freemarker.servlet.WebappClassTemplateLoader
getLastModified() - Method in class org.apache.tiles.request.locale.URLApplicationResource
Get the last modification date for this resource.
getLocale() - Method in interface org.apache.tiles.request.ApplicationResource
Get the Locale for this resource.
getLocale() - Method in class org.apache.tiles.request.locale.PostfixedApplicationResource
Get the Locale for this resource.
getLocalePath() - Method in interface org.apache.tiles.request.ApplicationResource
Get the path name for this resource.
getLocalePath(Locale) - Method in interface org.apache.tiles.request.ApplicationResource
Get the path name of another version of the resource.
getLocalePath() - Method in class org.apache.tiles.request.locale.PostfixedApplicationResource
Get the path name for this resource.
getLocalePath(Locale) - Method in class org.apache.tiles.request.locale.PostfixedApplicationResource
Get the path name of another version of the resource.
getName() - Method in class org.apache.tiles.request.velocity.autotag.VelocityAutotagRuntime
getName() - Method in class org.apache.tiles.request.velocity.render.ApplicationContextJeeConfig
getObject(Object, Object) - Static method in class org.apache.tiles.request.velocity.autotag.VelocityUtil
Returns the "value" parameter if it is not null, otherwise returns "defaultValue".
getOutputStream() - Method in class org.apache.tiles.request.DefaultRequestWrapper
Returns an output stream to be used to write directly in the response.
getOutputStream() - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Returns an output stream to be used to write directly in the response.
getOutputStream() - Method in class org.apache.tiles.request.portlet.delegate.MimeResponseDelegate
Returns the output stream.
getOutputStream() - Method in interface org.apache.tiles.request.portlet.delegate.ResponseDelegate
Returns the output stream.
getOutputStream() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareResponseDelegate
 
getOutputStream() - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getOutputStream() - Method in interface org.apache.tiles.request.Request
Returns an output stream to be used to write directly in the response.
getOutputStream() - Method in class org.apache.tiles.request.servlet.ServletRequest
Returns an output stream to be used to write directly in the response.
getPageContext() - Method in class org.apache.tiles.request.jsp.JspRequest
Returns the page context that originated the request.
getPageScope() - Method in class org.apache.tiles.request.freemarker.FreemarkerRequest
Returns the page scope.
getPageScope() - Method in class org.apache.tiles.request.jsp.JspRequest
Returns the page scope.
getPageScope() - Method in class org.apache.tiles.request.velocity.VelocityRequest
Returns the page scope.
getParam() - Method in class org.apache.tiles.request.DefaultRequestWrapper
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.request.DispatchRequestWrapper
Deprecated.
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.request.portlet.delegate.PortletRequestDelegate
The parameters, as single values.
getParam() - Method in interface org.apache.tiles.request.portlet.delegate.RequestDelegate
The parameters, as single values.
getParam() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareRequestDelegate
The parameters, as single values.
getParam() - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getParam() - Method in interface org.apache.tiles.request.Request
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.request.servlet.ServletRequest
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParameter(String, Class<T>, T) - Method in class org.apache.tiles.request.freemarker.autotag.FreemarkerAutotagRuntime
getParameter(String, Class<T>, T) - Method in class org.apache.tiles.request.jsp.autotag.JspAutotagRuntime
getParameter(String, Class<T>, T) - Method in class org.apache.tiles.request.velocity.autotag.VelocityAutotagRuntime
getParameters(InternalContextAdapter, Node) - Static method in class org.apache.tiles.request.velocity.autotag.VelocityUtil
Extracts the parameters from the directives, by getting the child at position 0 supposing it is a map.
getParamValues() - Method in class org.apache.tiles.request.DefaultRequestWrapper
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.request.DispatchRequestWrapper
Deprecated.
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.request.portlet.delegate.PortletRequestDelegate
The parameters, with values as array of strings.
getParamValues() - Method in interface org.apache.tiles.request.portlet.delegate.RequestDelegate
The parameters, with values as array of strings.
getParamValues() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareRequestDelegate
The parameters, with values as array of strings.
getParamValues() - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getParamValues() - Method in interface org.apache.tiles.request.Request
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.request.servlet.ServletRequest
Return an immutable Map that maps request parameter names to the set of all values (as a String array).
getParentLocale(Locale) - Static method in class org.apache.tiles.request.locale.LocaleUtil
Returns the "parent" locale of a given locale.
getPath() - Method in interface org.apache.tiles.request.ApplicationResource
Get the path name for this resource.
getPath() - Method in class org.apache.tiles.request.locale.PostfixedApplicationResource
Get the path name for this resource.
getPortletContext() - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
Return the PortletContext for this context.
getPortletContext() - Method in class org.apache.tiles.request.portlet.PortletRequest
Returns the portlet context.
getPortletSessionScope() - Method in class org.apache.tiles.request.portlet.PortletRequest
getPrintWriter() - Method in class org.apache.tiles.request.DefaultRequestWrapper
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in class org.apache.tiles.request.freemarker.FreemarkerRequest
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in class org.apache.tiles.request.jsp.JspRequest
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in class org.apache.tiles.request.portlet.delegate.MimeResponseDelegate
Returns the print writer.
getPrintWriter() - Method in interface org.apache.tiles.request.portlet.delegate.ResponseDelegate
Returns the print writer.
getPrintWriter() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareResponseDelegate
 
getPrintWriter() - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getPrintWriter() - Method in interface org.apache.tiles.request.Request
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in class org.apache.tiles.request.servlet.ServletRequest
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in class org.apache.tiles.request.velocity.VelocityRequest
Returns a print writer to be used to write directly in the response.
getReader(Object, String) - Method in class org.apache.tiles.request.freemarker.servlet.WebappClassTemplateLoader
getRenderer(String) - Method in class org.apache.tiles.request.render.BasicRendererFactory
Returns a renderer by its name.
getRenderer(String) - Method in interface org.apache.tiles.request.render.RendererFactory
Returns a renderer by its name.
getRequest() - Method in class org.apache.tiles.request.portlet.PortletRequest
Return the PortletRequest for this context.
getRequest() - Method in class org.apache.tiles.request.servlet.ServletRequest
 
getRequestHashModel(Environment) - Static method in class org.apache.tiles.request.freemarker.FreemarkerRequestUtil
Returns the HTTP request hash model.
getRequestLocale() - Method in class org.apache.tiles.request.DefaultRequestWrapper
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class org.apache.tiles.request.freemarker.FreemarkerRequest
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class org.apache.tiles.request.portlet.PortletRequest
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in interface org.apache.tiles.request.Request
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class org.apache.tiles.request.servlet.ServletRequest
Return the preferred Locale in which the client will accept content.
getRequestScope() - Method in class org.apache.tiles.request.jsp.JspRequest
Returns the request scope.
getRequestScope() - Method in class org.apache.tiles.request.portlet.PortletRequest
getRequestScope() - Method in class org.apache.tiles.request.servlet.ServletRequest
getResource(String) - Method in interface org.apache.tiles.request.ApplicationContext
Return the application resource mapped to the specified path.
getResource(ApplicationResource, Locale) - Method in interface org.apache.tiles.request.ApplicationContext
Return a localized version of an ApplicationResource.
getResource(String) - Method in class org.apache.tiles.request.ApplicationContextWrapper
Return the application resource mapped to the specified path.
getResource(ApplicationResource, Locale) - Method in class org.apache.tiles.request.ApplicationContextWrapper
Return a localized version of an ApplicationResource.
getResource(String) - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
Return the application resource mapped to the specified path.
getResource(ApplicationResource, Locale) - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
Return a localized version of an ApplicationResource.
getResource(String) - Method in class org.apache.tiles.request.portlet.wildcard.WildcardPortletApplicationContext
Return the application resource mapped to the specified path.
getResource(ApplicationResource, Locale) - Method in class org.apache.tiles.request.portlet.wildcard.WildcardPortletApplicationContext
Return a localized version of an ApplicationResource.
getResource(String) - Method in class org.apache.tiles.request.servlet.ServletApplicationContext
Return the application resource mapped to the specified path.
getResource(ApplicationResource, Locale) - Method in class org.apache.tiles.request.servlet.ServletApplicationContext
Return a localized version of an ApplicationResource.
getResource(String) - Method in class org.apache.tiles.request.servlet.wildcard.WildcardServletApplicationContext
Return the application resource mapped to the specified path.
getResource(ApplicationResource, Locale) - Method in class org.apache.tiles.request.servlet.wildcard.WildcardServletApplicationContext
Return a localized version of an ApplicationResource.
getResources(String) - Method in interface org.apache.tiles.request.ApplicationContext
Return the application resources mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.request.ApplicationContextWrapper
Return the application resources mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
Return the application resources mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.request.portlet.wildcard.WildcardPortletApplicationContext
Return the application resources mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.request.servlet.ServletApplicationContext
Return the application resources mapped to the specified path.
getResources(String) - Method in class org.apache.tiles.request.servlet.wildcard.WildcardServletApplicationContext
Return the application resources mapped to the specified path.
getResponse() - Method in class org.apache.tiles.request.portlet.PortletRequest
Return the PortletResponse for this context.
getResponse() - Method in class org.apache.tiles.request.servlet.ServletRequest
 
getResponseHeaders() - Method in class org.apache.tiles.request.DefaultRequestWrapper
Return an Addable object that can be used to write headers to the response.
getResponseHeaders() - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Return an Addable object that can be used to write headers to the response.
getResponseHeaders() - Method in class org.apache.tiles.request.portlet.PortletRequest
Return an Addable object that can be used to write headers to the response.
getResponseHeaders() - Method in interface org.apache.tiles.request.Request
Return an Addable object that can be used to write headers to the response.
getResponseHeaders() - Method in class org.apache.tiles.request.servlet.ServletRequest
Return an Addable object that can be used to write headers to the response.
getServletContext() - Method in class org.apache.tiles.request.freemarker.render.InitParamsServletConfig
getServletContext(ApplicationContext) - Static method in class org.apache.tiles.request.servlet.ServletUtil
Gets a servlet context from a TilesApplicationContext.
getServletContext() - Method in class org.apache.tiles.request.velocity.render.ApplicationContextJeeConfig
getServletContextHashModel(Environment) - Static method in class org.apache.tiles.request.freemarker.FreemarkerRequestUtil
Returns the servlet context hash model.
getServletName() - Method in class org.apache.tiles.request.freemarker.render.InitParamsServletConfig
getServletRequest(Request) - Static method in class org.apache.tiles.request.servlet.ServletUtil
Opens a TilesRequestContext until it finds a ServletTilesRequestContext.
getSessionScope() - Method in class org.apache.tiles.request.jsp.JspRequest
Returns the session scope.
getSessionScope() - Method in class org.apache.tiles.request.portlet.PortletRequest
getSessionScope() - Method in class org.apache.tiles.request.servlet.ServletRequest
getThreadLocalRequest() - Static method in class org.apache.tiles.request.mustache.MustacheRenderer
 
getType() - Method in class org.apache.tiles.request.velocity.autotag.VelocityAutotagRuntime
getURL() - Method in class org.apache.tiles.request.locale.URLApplicationResource
 
getValue(String) - Method in interface org.apache.tiles.request.attribute.HasKeys
Returns the value of the attribute with the given key.
getValue() - Method in class org.apache.tiles.request.collection.MapEntry
Gets the entry value.
getValue(String) - Method in class org.apache.tiles.request.freemarker.extractor.EnvironmentScopeExtractor
 
getValue(String) - Method in class org.apache.tiles.request.jsp.extractor.ScopeExtractor
 
getValue(String) - Method in class org.apache.tiles.request.jsp.extractor.SessionScopeExtractor
 
getValue(String) - Method in class org.apache.tiles.request.mustache.MustacheScopeExtractor
 
getValue(String) - Method in class org.apache.tiles.request.portlet.extractor.ApplicationScopeExtractor
 
getValue(String) - Method in class org.apache.tiles.request.portlet.extractor.HeaderExtractor
 
getValue(String) - Method in class org.apache.tiles.request.portlet.extractor.InitParameterExtractor
 
getValue(String) - Method in class org.apache.tiles.request.portlet.extractor.ParameterExtractor
 
getValue(String) - Method in class org.apache.tiles.request.portlet.extractor.RequestScopeExtractor
 
getValue(String) - Method in class org.apache.tiles.request.portlet.extractor.SessionScopeExtractor
 
getValue(String) - Method in class org.apache.tiles.request.servlet.extractor.ApplicationScopeExtractor
 
getValue(String) - Method in class org.apache.tiles.request.servlet.extractor.HeaderExtractor
 
getValue(String) - Method in class org.apache.tiles.request.servlet.extractor.InitParameterExtractor
 
getValue(String) - Method in class org.apache.tiles.request.servlet.extractor.ParameterExtractor
 
getValue(String) - Method in class org.apache.tiles.request.servlet.extractor.RequestScopeExtractor
 
getValue(String) - Method in class org.apache.tiles.request.servlet.extractor.SessionScopeExtractor
 
getValue(String) - Method in class org.apache.tiles.request.velocity.extractor.VelocityScopeExtractor
 
getValues(String) - Method in interface org.apache.tiles.request.attribute.EnumeratedValuesExtractor
Returns the values stored at the given key.
getValues(String) - Method in class org.apache.tiles.request.portlet.extractor.HeaderExtractor
 
getValues(String) - Method in class org.apache.tiles.request.servlet.extractor.HeaderExtractor
 
getWrappedApplicationContext() - Method in class org.apache.tiles.request.ApplicationContextWrapper
Returns the wrapped application context.
getWrappedRequest() - Method in class org.apache.tiles.request.DefaultRequestWrapper
Returns the wrapped Tiles request.
getWrappedRequest() - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Returns the wrapped Tiles request.
getWrappedRequest() - Method in interface org.apache.tiles.request.RequestWrapper
Returns the wrapped Tiles request.
getWriter() - Method in class org.apache.tiles.request.DefaultRequestWrapper
Returns a writer to be used to write directly in the response.
getWriter() - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Returns a writer to be used to write directly in the response.
getWriter() - Method in class org.apache.tiles.request.freemarker.FreemarkerRequest
Returns a writer to be used to write directly in the response.
getWriter() - Method in class org.apache.tiles.request.jsp.JspRequest
Returns a writer to be used to write directly in the response.
getWriter() - Method in class org.apache.tiles.request.portlet.delegate.MimeResponseDelegate
Returns the writer.
getWriter() - Method in interface org.apache.tiles.request.portlet.delegate.ResponseDelegate
Returns the writer.
getWriter() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareResponseDelegate
 
getWriter() - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getWriter() - Method in interface org.apache.tiles.request.Request
Returns a writer to be used to write directly in the response.
getWriter() - Method in class org.apache.tiles.request.servlet.ExternalWriterHttpServletResponse
getWriter() - Method in class org.apache.tiles.request.servlet.ServletRequest
Returns a writer to be used to write directly in the response.
getWriter() - Method in class org.apache.tiles.request.velocity.VelocityRequest
Returns a writer to be used to write directly in the response.

H

handleIOException(IOException, Request) - Method in interface org.apache.tiles.request.render.PublisherRenderer.RendererListener
If the delegate render method throws an IOException it is passed through this.
HasAddableKeys<V> - Interface in org.apache.tiles.request.attribute
Allows to get and set attributes.
hashCode() - Method in class org.apache.tiles.request.collection.HeaderValuesMap
hashCode() - Method in class org.apache.tiles.request.collection.MapEntry
Returns the hashcode for this entry.
hashCode() - Method in class org.apache.tiles.request.collection.MapEntryArrayValues
Returns the hashcode for this entry.
hashCode() - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
hashCode() - Method in class org.apache.tiles.request.locale.PostfixedApplicationResource
HasKeys<V> - Interface in org.apache.tiles.request.attribute
Allows to get attributes.
HasRemovableKeys<V> - Interface in org.apache.tiles.request.attribute
Allows to get and remove attributes.
HeaderExtractor - Class in org.apache.tiles.request.portlet.extractor
Extracts and puts headers in portlet requests and responses.
HeaderExtractor(PortletRequest, PortletResponse) - Constructor for class org.apache.tiles.request.portlet.extractor.HeaderExtractor
Constructor.
HeaderExtractor - Class in org.apache.tiles.request.servlet.extractor
Extract header values from an HTTP request.
HeaderExtractor(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.tiles.request.servlet.extractor.HeaderExtractor
Constructor.
HeaderValuesMap - Class in org.apache.tiles.request.collection
Exposes an EnumeratedValuesExtractor object as a read-only map.
HeaderValuesMap(EnumeratedValuesExtractor) - Constructor for class org.apache.tiles.request.collection.HeaderValuesMap
Constructor.

I

include(String) - Method in class org.apache.tiles.request.AbstractClientRequest
 
include(String) - Method in class org.apache.tiles.request.AbstractViewRequest
 
include(String) - Method in interface org.apache.tiles.request.DispatchRequest
Includes the response from the specified URL in the current response output.
include(String) - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Includes the response from the specified URL in the current response output.
init(ServletConfig) - Method in class org.apache.tiles.request.freemarker.servlet.SharedVariableLoaderFreemarkerServlet
 
initialize(PortletContext) - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
Initialize (or reinitialize) this PortletApplicationContext instance for the specified Portlet API objects.
initialize(PortletContext) - Method in class org.apache.tiles.request.portlet.wildcard.WildcardPortletApplicationContext
Initialize (or reinitialize) this PortletApplicationContext instance for the specified Portlet API objects.
InitParameterExtractor - Class in org.apache.tiles.request.portlet.extractor
Extracts init parameters from a portlet context.
InitParameterExtractor(PortletContext) - Constructor for class org.apache.tiles.request.portlet.extractor.InitParameterExtractor
Constructor.
InitParameterExtractor - Class in org.apache.tiles.request.servlet.extractor
Extract initialization parameters from the servlet context.
InitParameterExtractor(ServletContext) - Constructor for class org.apache.tiles.request.servlet.extractor.InitParameterExtractor
Constructor.
InitParamsServletConfig - Class in org.apache.tiles.request.freemarker.render
Implements ServletConfig to initialize the internal servlet using parameters set through FreemarkerRenderer#setParameter(String, String).
InitParamsServletConfig(Map<String, String>, ApplicationContext) - Constructor for class org.apache.tiles.request.freemarker.render.InitParamsServletConfig
Constructor.
instantiate(String) - Static method in class org.apache.tiles.request.reflect.ClassUtil
Returns an instance of the given class name, by calling the default constructor.
instantiate(String, boolean) - Static method in class org.apache.tiles.request.reflect.ClassUtil
Returns an instance of the given class name, by calling the default constructor.
isEmpty() - Method in class org.apache.tiles.request.collection.HeaderValuesMap
isEmpty() - Method in class org.apache.tiles.request.collection.KeySet
 
isEmpty() - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
isEmpty() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
isForceInclude() - Method in class org.apache.tiles.request.AbstractRequest
Checks if, when dispatching to a resource, the result must be included and not forwarded to.
isRenderable(String, Request) - Method in class org.apache.tiles.request.freemarker.render.FreemarkerRenderer
Checks if this renderer can render a path.
isRenderable(String, Request) - Method in class org.apache.tiles.request.mustache.MustacheRenderer
 
isRenderable(String, Request) - Method in class org.apache.tiles.request.render.ChainedDelegateRenderer
Checks if this renderer can render a path.
isRenderable(String, Request) - Method in class org.apache.tiles.request.render.DispatchRenderer
Checks if this renderer can render a path.
isRenderable(String, Request) - Method in class org.apache.tiles.request.render.PublisherRenderer
 
isRenderable(String, Request) - Method in interface org.apache.tiles.request.render.Renderer
Checks if this renderer can render a path.
isRenderable(String, Request) - Method in class org.apache.tiles.request.render.StringRenderer
Checks if this renderer can render a path.
isRenderable(String, Request) - Method in class org.apache.tiles.request.velocity.render.VelocityRenderer
Checks if this renderer can render a path.
isResponseCommitted() - Method in class org.apache.tiles.request.DefaultRequestWrapper
Checks if the response has been committed.
isResponseCommitted() - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Checks if the response has been committed.
isResponseCommitted() - Method in class org.apache.tiles.request.portlet.delegate.MimeResponseDelegate
Checks if the response is committed.
isResponseCommitted() - Method in interface org.apache.tiles.request.portlet.delegate.ResponseDelegate
Checks if the response is committed.
isResponseCommitted() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareResponseDelegate
 
isResponseCommitted() - Method in class org.apache.tiles.request.portlet.PortletRequest
 
isResponseCommitted() - Method in interface org.apache.tiles.request.Request
Checks if the response has been committed.
isResponseCommitted() - Method in class org.apache.tiles.request.servlet.ServletRequest
Checks if the response has been committed.
isUserInRole(String) - Method in class org.apache.tiles.request.DefaultRequestWrapper
Determine whether or not the specified user is in the given role.
isUserInRole(String) - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Determine whether or not the specified user is in the given role.
isUserInRole(String) - Method in class org.apache.tiles.request.portlet.PortletRequest
Determine whether or not the specified user is in the given role.
isUserInRole(String) - Method in interface org.apache.tiles.request.Request
Determine whether or not the specified user is in the given role.
isUserInRole(String) - Method in class org.apache.tiles.request.servlet.ServletRequest
Determine whether or not the specified user is in the given role.
iterator() - Method in class org.apache.tiles.request.collection.KeySet
 

J

JspAutotagRuntime - Class in org.apache.tiles.request.jsp.autotag
A Runtime for implementing JSP tag libraries.
JspAutotagRuntime() - Constructor for class org.apache.tiles.request.jsp.autotag.JspAutotagRuntime
 
JspModelBody - Class in org.apache.tiles.request.jsp.autotag
The body abstraction in a JSP tag.
JspModelBody(JspFragment, JspContext) - Constructor for class org.apache.tiles.request.jsp.autotag.JspModelBody
Constructor.
JspPrintWriterAdapter - Class in org.apache.tiles.request.jsp
Adapts a JspWriter to a PrintWriter, swallowing IOException.
JspPrintWriterAdapter(JspWriter) - Constructor for class org.apache.tiles.request.jsp.JspPrintWriterAdapter
Constructor.
JspRequest - Class in org.apache.tiles.request.jsp
Context implementation used for executing tiles within a jsp tag library.
JspRequest(DispatchRequest, PageContext) - Constructor for class org.apache.tiles.request.jsp.JspRequest
Constructor.
JspUtil - Class in org.apache.tiles.request.jsp
JSP utilities for JSP requests and related.

K

key(Object) - Static method in class org.apache.tiles.request.collection.CollectionUtil
Returns the string representation of the key.
keySet() - Method in class org.apache.tiles.request.collection.HeaderValuesMap
KeySet - Class in org.apache.tiles.request.collection
Exposes keys of a HasKeys object as a set.
KeySet(HasKeys<?>) - Constructor for class org.apache.tiles.request.collection.KeySet
Constructor.
keySet() - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
keySet() - Method in class org.apache.tiles.request.collection.ScopeMap
keySet() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 

L

LocaleUtil - Class in org.apache.tiles.request.locale
Utilities for locale manipulation.

M

MapEntry<K,V> - Class in org.apache.tiles.request.collection
Map.Entry implementation that can be constructed to either be read-only or not.
MapEntry(K, V, boolean) - Constructor for class org.apache.tiles.request.collection.MapEntry
Creates a map entry that can either allow modifications or not.
MapEntryArrayValues<K,V> - Class in org.apache.tiles.request.collection
Multi-valued map entry.
MapEntryArrayValues(K, V[], boolean) - Constructor for class org.apache.tiles.request.collection.MapEntryArrayValues
Constructor.
MimeResponseDelegate - Class in org.apache.tiles.request.portlet.delegate
Response delegate in case of MimeResponse.
MimeResponseDelegate(MimeResponse) - Constructor for class org.apache.tiles.request.portlet.delegate.MimeResponseDelegate
Constructor.
MustacheRenderer - Class in org.apache.tiles.request.mustache
The Mustache-specific renderer.
MustacheRenderer() - Constructor for class org.apache.tiles.request.mustache.MustacheRenderer
Uses the DefaultMustacheFactory
MustacheRenderer(MustacheFactory) - Constructor for class org.apache.tiles.request.mustache.MustacheRenderer
 
MustacheScopeExtractor - Class in org.apache.tiles.request.mustache
 
MustacheScopeExtractor(Map<String, Object>) - Constructor for class org.apache.tiles.request.mustache.MustacheScopeExtractor
 

N

NoSuchRendererException - Exception in org.apache.tiles.request.render
It is raised when a named renderer has not been found with that name.
NoSuchRendererException() - Constructor for exception org.apache.tiles.request.render.NoSuchRendererException
Constructor.
NoSuchRendererException(String, Throwable) - Constructor for exception org.apache.tiles.request.render.NoSuchRendererException
Constructor.
NoSuchRendererException(String) - Constructor for exception org.apache.tiles.request.render.NoSuchRendererException
Constructor.
NoSuchRendererException(Throwable) - Constructor for exception org.apache.tiles.request.render.NoSuchRendererException
Constructor.
NotAServletEnvironmentException - Exception in org.apache.tiles.request.servlet
Exception that indicates that a resource could not be used because it is not in a servlet environment.
NotAServletEnvironmentException() - Constructor for exception org.apache.tiles.request.servlet.NotAServletEnvironmentException
Constructor.
NotAServletEnvironmentException(String) - Constructor for exception org.apache.tiles.request.servlet.NotAServletEnvironmentException
Constructor.
NotAServletEnvironmentException(Throwable) - Constructor for exception org.apache.tiles.request.servlet.NotAServletEnvironmentException
Constructor.
NotAServletEnvironmentException(String, Throwable) - Constructor for exception org.apache.tiles.request.servlet.NotAServletEnvironmentException
Constructor.
NotAvailableFeatureException - Exception in org.apache.tiles.request
Exception that indicates that a feature could not be used since it is not available.
NotAvailableFeatureException() - Constructor for exception org.apache.tiles.request.NotAvailableFeatureException
Constructor.
NotAvailableFeatureException(String) - Constructor for exception org.apache.tiles.request.NotAvailableFeatureException
Constructor.
NotAvailableFeatureException(Throwable) - Constructor for exception org.apache.tiles.request.NotAvailableFeatureException
Constructor.
NotAvailableFeatureException(String, Throwable) - Constructor for exception org.apache.tiles.request.NotAvailableFeatureException
Constructor.
NotAvailableFreemarkerServletException - Exception in org.apache.tiles.request.freemarker
Thrown when a the Freemarker servlet is not available.
NotAvailableFreemarkerServletException() - Constructor for exception org.apache.tiles.request.freemarker.NotAvailableFreemarkerServletException
Constructor.
NotAvailableFreemarkerServletException(String) - Constructor for exception org.apache.tiles.request.freemarker.NotAvailableFreemarkerServletException
Constructor.
NotAvailableFreemarkerServletException(Throwable) - Constructor for exception org.apache.tiles.request.freemarker.NotAvailableFreemarkerServletException
Constructor.
NotAvailableFreemarkerServletException(String, Throwable) - Constructor for exception org.apache.tiles.request.freemarker.NotAvailableFreemarkerServletException
Constructor.
NULL_LOCALE - Static variable in class org.apache.tiles.request.locale.LocaleUtil
Deprecated.
use Locale.ROOT instead.

O

org.apache.tiles.request - package org.apache.tiles.request
This package defines the concept of "request" as the event causing a document to be generated from a template.
org.apache.tiles.request.attribute - package org.apache.tiles.request.attribute
Methods to get, set and remove attributes from different sources (like HTTP requests or sessions).
org.apache.tiles.request.collection - package org.apache.tiles.request.collection
Special collections and maps for attributes (like HTTP request or session attributes).
org.apache.tiles.request.freemarker - package org.apache.tiles.request.freemarker
Support for Freemarker's Environment as a request.
org.apache.tiles.request.freemarker.autotag - package org.apache.tiles.request.freemarker.autotag
Runtime part of Autotag support for Freemarker.
org.apache.tiles.request.freemarker.extractor - package org.apache.tiles.request.freemarker.extractor
Extractors to get information from Freemarker objects.
org.apache.tiles.request.freemarker.render - package org.apache.tiles.request.freemarker.render
Rendering of Freemarker templates.
org.apache.tiles.request.freemarker.servlet - package org.apache.tiles.request.freemarker.servlet
Servlets for easy addition of shared variables.
org.apache.tiles.request.jsp - package org.apache.tiles.request.jsp
Support of Tiles request in a JSP environment.
org.apache.tiles.request.jsp.autotag - package org.apache.tiles.request.jsp.autotag
Runtime part of Autotag support for JavaServer pages.
org.apache.tiles.request.jsp.extractor - package org.apache.tiles.request.jsp.extractor
Extractors to get scopes from PageContext.
org.apache.tiles.request.locale - package org.apache.tiles.request.locale
 
org.apache.tiles.request.mustache - package org.apache.tiles.request.mustache
Support of Tiles request for Mustache.
org.apache.tiles.request.portlet - package org.apache.tiles.request.portlet
Support of Tiles requests to portlets.
org.apache.tiles.request.portlet.delegate - package org.apache.tiles.request.portlet.delegate
Delegations to map all the different types of request and responses.
org.apache.tiles.request.portlet.extractor - package org.apache.tiles.request.portlet.extractor
Extractors to get scopes from Portlet requests.
org.apache.tiles.request.portlet.wildcard - package org.apache.tiles.request.portlet.wildcard
Classes and interfaces that allow to access the various contexts from a portlet application.
org.apache.tiles.request.reflect - package org.apache.tiles.request.reflect
Utilities to work with dynamic class loading and instantiation.
org.apache.tiles.request.render - package org.apache.tiles.request.render
Classes to allow rendering of a template (described by its path) in a uniform way.
org.apache.tiles.request.servlet - package org.apache.tiles.request.servlet
Tiles request support for Servlet technology.
org.apache.tiles.request.servlet.extractor - package org.apache.tiles.request.servlet.extractor
Extractors to get attributes and other info from servlet requests and contexts.
org.apache.tiles.request.servlet.wildcard - package org.apache.tiles.request.servlet.wildcard
Classes and interfaces that allow to access the various contexts from a servlet application.
org.apache.tiles.request.velocity - package org.apache.tiles.request.velocity
Tiles request support for Velocity.
org.apache.tiles.request.velocity.autotag - package org.apache.tiles.request.velocity.autotag
Runtime part of Autotag support for Velocity.
org.apache.tiles.request.velocity.extractor - package org.apache.tiles.request.velocity.extractor
Extractors to get info about Velocity-specific objects.
org.apache.tiles.request.velocity.render - package org.apache.tiles.request.velocity.render
Renderering support for Velocity.

P

ParameterExtractor - Class in org.apache.tiles.request.portlet.extractor
Extracts parameters from a portlet request.
ParameterExtractor(PortletRequest) - Constructor for class org.apache.tiles.request.portlet.extractor.ParameterExtractor
Constructor.
ParameterExtractor - Class in org.apache.tiles.request.servlet.extractor
Extract parameters from the request.
ParameterExtractor(HttpServletRequest) - Constructor for class org.apache.tiles.request.servlet.extractor.ParameterExtractor
Constructor.
PortletApplicationContext - Class in org.apache.tiles.request.portlet
Portlet-based TilesApplicationContext implementation.
PortletApplicationContext(PortletContext) - Constructor for class org.apache.tiles.request.portlet.PortletApplicationContext
Creates a new instance of PortletTilesApplicationContext.
PortletRequest - Class in org.apache.tiles.request.portlet
Portlet-based TilesApplicationContext implementation.
PortletRequest(ApplicationContext, PortletContext, PortletRequest, PortletResponse, RequestDelegate, ResponseDelegate) - Constructor for class org.apache.tiles.request.portlet.PortletRequest
Creates a new instance of PortletTilesRequestContext.
PortletRequestDelegate - Class in org.apache.tiles.request.portlet.delegate
Request delegate in case of simple Portlet request.
PortletRequestDelegate(PortletRequest) - Constructor for class org.apache.tiles.request.portlet.delegate.PortletRequestDelegate
Constructor.
PostfixedApplicationResource - Class in org.apache.tiles.request.locale
An ApplicationResource whose localization is managed by postfixing the file name.
PostfixedApplicationResource(String) - Constructor for class org.apache.tiles.request.locale.PostfixedApplicationResource
Create a new PostfixedApplicationResource for the specified path.
PostfixedApplicationResource(String, Locale) - Constructor for class org.apache.tiles.request.locale.PostfixedApplicationResource
Create a new PostfixedApplicationResource for the specified path.
print(boolean) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
print(char) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
print(char[]) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
print(double) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
print(float) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
print(int) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
print(long) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
print(Object) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
print(String) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
println() - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
println(boolean) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
println(char) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
println(char[]) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
println(double) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
println(float) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
println(int) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
println(long) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
println(Object) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
println(String) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
PublisherRenderer - Class in org.apache.tiles.request.render
Provides a Publisher-Subscriber implementation around the provided renderer to delegate to.
PublisherRenderer(Renderer) - Constructor for class org.apache.tiles.request.render.PublisherRenderer
 
PublisherRenderer.RendererListener - Interface in org.apache.tiles.request.render
 
put(String, String) - Method in class org.apache.tiles.request.collection.AddableParameterMap
put(String, String[]) - Method in class org.apache.tiles.request.collection.HeaderValuesMap
put(String, V) - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
put(String, Object) - Method in class org.apache.tiles.request.collection.ScopeMap
put(String, String[]) - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
putAll(Map<? extends String, ? extends String>) - Method in class org.apache.tiles.request.collection.AddableParameterMap
putAll(Map<? extends String, ? extends String[]>) - Method in class org.apache.tiles.request.collection.HeaderValuesMap
putAll(Map<? extends String, ? extends V>) - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.tiles.request.collection.ScopeMap
putAll(Map<? extends String, ? extends String[]>) - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 

R

ReadOnlyEnumerationMap<V> - Class in org.apache.tiles.request.collection
Wraps an HasKeys object into a read-only map.
ReadOnlyEnumerationMap(HasKeys<V>) - Constructor for class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
Constructor.
register(ApplicationContext) - Static method in class org.apache.tiles.request.ApplicationAccess
Registers an application context.
registerRenderer(String, Renderer) - Method in class org.apache.tiles.request.render.BasicRendererFactory
Registers a renderer.
RemovableKeySet - Class in org.apache.tiles.request.collection
Wraps HasRemovableKeys keys as a set.
RemovableKeySet(HasRemovableKeys<?>) - Constructor for class org.apache.tiles.request.collection.RemovableKeySet
Constructor.
remove(Object) - Method in class org.apache.tiles.request.collection.HeaderValuesMap
remove(Object) - Method in class org.apache.tiles.request.collection.KeySet
 
remove(Object) - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
remove(Object) - Method in class org.apache.tiles.request.collection.RemovableKeySet
 
remove(Object) - Method in class org.apache.tiles.request.collection.ScopeMap
remove(Object) - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
removeAll(Collection<?>) - Method in class org.apache.tiles.request.collection.KeySet
 
removeAll(Collection<?>) - Method in class org.apache.tiles.request.collection.RemovableKeySet
 
removeValue(String) - Method in interface org.apache.tiles.request.attribute.HasRemovableKeys
Removes an attribute.
removeValue(String) - Method in class org.apache.tiles.request.freemarker.extractor.EnvironmentScopeExtractor
 
removeValue(String) - Method in class org.apache.tiles.request.jsp.extractor.ScopeExtractor
 
removeValue(String) - Method in class org.apache.tiles.request.jsp.extractor.SessionScopeExtractor
 
removeValue(String) - Method in class org.apache.tiles.request.mustache.MustacheScopeExtractor
 
removeValue(String) - Method in class org.apache.tiles.request.portlet.extractor.ApplicationScopeExtractor
 
removeValue(String) - Method in class org.apache.tiles.request.portlet.extractor.RequestScopeExtractor
 
removeValue(String) - Method in class org.apache.tiles.request.portlet.extractor.SessionScopeExtractor
 
removeValue(String) - Method in class org.apache.tiles.request.servlet.extractor.ApplicationScopeExtractor
 
removeValue(String) - Method in class org.apache.tiles.request.servlet.extractor.RequestScopeExtractor
 
removeValue(String) - Method in class org.apache.tiles.request.servlet.extractor.SessionScopeExtractor
 
removeValue(String) - Method in class org.apache.tiles.request.velocity.extractor.VelocityScopeExtractor
 
render(String, Request) - Method in class org.apache.tiles.request.freemarker.render.FreemarkerRenderer
Renders a path.
render(String, Request) - Method in class org.apache.tiles.request.mustache.MustacheRenderer
 
render(String, Request) - Method in class org.apache.tiles.request.render.ChainedDelegateRenderer
 
render(String, Request) - Method in class org.apache.tiles.request.render.DispatchRenderer
Renders a path.
render(String, Request) - Method in class org.apache.tiles.request.render.PublisherRenderer
 
render(String, Request) - Method in interface org.apache.tiles.request.render.Renderer
Renders a path.
render(String, Request) - Method in class org.apache.tiles.request.render.StringRenderer
Renders a path.
render(InternalContextAdapter, Writer, Node) - Method in class org.apache.tiles.request.velocity.autotag.VelocityAutotagRuntime
render(String, Request) - Method in class org.apache.tiles.request.velocity.render.VelocityRenderer
Renders a path.
Renderer - Interface in org.apache.tiles.request.render
An object that can render a path, depending on the request passed as a parameter.
RendererFactory - Interface in org.apache.tiles.request.render
Factory interface used to create/retrieve instances of the AttributeRenderer interface.
renderers - Variable in class org.apache.tiles.request.render.BasicRendererFactory
The renderer name/renderer map.
RenderException - Exception in org.apache.tiles.request.render
Thrown when rendering fails.
RenderException() - Constructor for exception org.apache.tiles.request.render.RenderException
Constructor.
RenderException(String) - Constructor for exception org.apache.tiles.request.render.RenderException
Constructor.
RenderException(Throwable) - Constructor for exception org.apache.tiles.request.render.RenderException
Constructor.
RenderException(String, Throwable) - Constructor for exception org.apache.tiles.request.render.RenderException
Constructor.
RenderPortletRequest - Class in org.apache.tiles.request.portlet
Portlet request for a RenderRequest.
RenderPortletRequest(ApplicationContext, PortletContext, RenderRequest, RenderResponse) - Constructor for class org.apache.tiles.request.portlet.RenderPortletRequest
Constructor.
request - Variable in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
The request.
request - Variable in class org.apache.tiles.request.portlet.PortletRequest
The PortletRequest for this request.
Request - Interface in org.apache.tiles.request
Encapsulation of request information.
REQUEST_SCOPE - Static variable in interface org.apache.tiles.request.Request
the name of the "request" context
RequestDelegate - Interface in org.apache.tiles.request.portlet.delegate
Exposes the parameters of a portlet request, if available.
requestDelegate - Variable in class org.apache.tiles.request.portlet.PortletRequest
The delegate to get information about parameters.
RequestException - Exception in org.apache.tiles.request
Thrown when something related to a request fails.
RequestException() - Constructor for exception org.apache.tiles.request.RequestException
Constructor.
RequestException(String) - Constructor for exception org.apache.tiles.request.RequestException
Constructor.
RequestException(Throwable) - Constructor for exception org.apache.tiles.request.RequestException
Constructor.
RequestException(String, Throwable) - Constructor for exception org.apache.tiles.request.RequestException
Constructor.
RequestScopeExtractor - Class in org.apache.tiles.request.portlet.extractor
Extracts attributes from request scope of a portlet request.
RequestScopeExtractor(PortletRequest) - Constructor for class org.apache.tiles.request.portlet.extractor.RequestScopeExtractor
Constructor.
RequestScopeExtractor - Class in org.apache.tiles.request.servlet.extractor
Extracts attributes from request scope.
RequestScopeExtractor(HttpServletRequest) - Constructor for class org.apache.tiles.request.servlet.extractor.RequestScopeExtractor
Constructor.
requestUrlToTemplatePath(HttpServletRequest) - Method in class org.apache.tiles.request.freemarker.render.AttributeValueFreemarkerServlet
RequestWrapper - Interface in org.apache.tiles.request
Delegate for ease of customization.
resolver - Variable in class org.apache.tiles.request.portlet.wildcard.WildcardPortletApplicationContext
The pattern resolver.
resolver - Variable in class org.apache.tiles.request.servlet.wildcard.WildcardServletApplicationContext
The pattern resolver.
ResourcePortletRequest - Class in org.apache.tiles.request.portlet
Portlet request for a ResourceRequest.
ResourcePortletRequest(ApplicationContext, PortletContext, ResourceRequest, ResourceResponse) - Constructor for class org.apache.tiles.request.portlet.ResourcePortletRequest
Constructor.
response - Variable in class org.apache.tiles.request.portlet.PortletRequest
The PortletResponse for this request.
ResponseDelegate - Interface in org.apache.tiles.request.portlet.delegate
Exposes features of a response, if they are available.
responseDelegate - Variable in class org.apache.tiles.request.portlet.PortletRequest
The delegate to get information from a response (output stream, writer, etc.).
retainAll(Collection<?>) - Method in class org.apache.tiles.request.collection.KeySet
 
retainAll(Collection<?>) - Method in class org.apache.tiles.request.collection.RemovableKeySet
 

S

ScopeExtractor - Class in org.apache.tiles.request.jsp.extractor
Extracts attributes from a numbered scope from JspContext.
ScopeExtractor(JspContext, int) - Constructor for class org.apache.tiles.request.jsp.extractor.ScopeExtractor
Constructor.
ScopeMap - Class in org.apache.tiles.request.collection
Exposes a scope context as a map.
ScopeMap(AttributeExtractor) - Constructor for class org.apache.tiles.request.collection.ScopeMap
Constructor.
ServletApplicationContext - Class in org.apache.tiles.request.servlet
Servlet-based implementation of the TilesApplicationContext interface.
ServletApplicationContext(ServletContext) - Constructor for class org.apache.tiles.request.servlet.ServletApplicationContext
Creates a new instance of ServletTilesApplicationContext.
ServletRequest - Class in org.apache.tiles.request.servlet
Servlet-based implementation of the TilesApplicationContext interface.
ServletRequest(ApplicationContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.tiles.request.servlet.ServletRequest
Creates a new instance of ServletTilesRequestContext.
ServletUtil - Class in org.apache.tiles.request.servlet
Utilities for Tiles request servlet support.
SessionScopeExtractor - Class in org.apache.tiles.request.jsp.extractor
Extracts attributes from session scope from PageContext.
SessionScopeExtractor(PageContext) - Constructor for class org.apache.tiles.request.jsp.extractor.SessionScopeExtractor
Constructor.
SessionScopeExtractor - Class in org.apache.tiles.request.portlet.extractor
Extracts attributes from the session scope of a portlet request.
SessionScopeExtractor(PortletRequest, int) - Constructor for class org.apache.tiles.request.portlet.extractor.SessionScopeExtractor
Constructor.
SessionScopeExtractor - Class in org.apache.tiles.request.servlet.extractor
Extract attributes from session scope.
SessionScopeExtractor(HttpServletRequest) - Constructor for class org.apache.tiles.request.servlet.extractor.SessionScopeExtractor
Constructor.
setAcceptPattern(Pattern) - Method in class org.apache.tiles.request.mustache.MustacheRenderer
 
setApplicationContext(ApplicationContext) - Method in interface org.apache.tiles.request.ApplicationContextAware
Sets the Tiles application context.
setApplicationContext(ApplicationContext) - Method in class org.apache.tiles.request.freemarker.render.FreemarkerRendererBuilder
Sets the application context.
setApplicationContext(ApplicationContext) - Method in class org.apache.tiles.request.velocity.render.VelocityRendererBuilder
Sets the application context.
setContentType(String) - Method in interface org.apache.tiles.request.DispatchRequest
Sets the content type when rendering the result.
setContentType(String) - Method in class org.apache.tiles.request.DispatchRequestWrapper
Deprecated.
Sets the content type when rendering the result.
setContentType(String) - Method in class org.apache.tiles.request.portlet.delegate.MimeResponseDelegate
Sets the content type of the response.
setContentType(String) - Method in interface org.apache.tiles.request.portlet.delegate.ResponseDelegate
Sets the content type of the response.
setContentType(String) - Method in class org.apache.tiles.request.portlet.delegate.StateAwareResponseDelegate
 
setContentType(String) - Method in class org.apache.tiles.request.portlet.PortletRequest
 
setContentType(String) - Method in class org.apache.tiles.request.servlet.ServletRequest
Sets the content type when rendering the result.
setDefaultRenderer(Renderer) - Method in class org.apache.tiles.request.render.BasicRendererFactory
Sets the default renderer.
setForceInclude(boolean) - Method in class org.apache.tiles.request.AbstractRequest
Sets the flag to force inclusion at next dispatch.
setParameter(String, String) - Method in class org.apache.tiles.request.freemarker.render.FreemarkerRendererBuilder
Sets a parameter for the internal servlet.
setParameter(String, String) - Method in class org.apache.tiles.request.velocity.render.VelocityRendererBuilder
Sets a parameter for the internal servlet.
setValue(String, V) - Method in interface org.apache.tiles.request.attribute.Addable
Sets a value for the given key.
setValue(V) - Method in class org.apache.tiles.request.collection.MapEntry
Sets the entry value if the entry can be modified.
setValue(String, Object) - Method in class org.apache.tiles.request.freemarker.extractor.EnvironmentScopeExtractor
 
setValue(String) - Method in class org.apache.tiles.request.freemarker.render.AttributeValueFreemarkerServlet
Sets the value to use as the template name.
setValue(String, Object) - Method in class org.apache.tiles.request.jsp.extractor.ScopeExtractor
 
setValue(String, Object) - Method in class org.apache.tiles.request.jsp.extractor.SessionScopeExtractor
 
setValue(String, Object) - Method in class org.apache.tiles.request.mustache.MustacheScopeExtractor
 
setValue(String, Object) - Method in class org.apache.tiles.request.portlet.extractor.ApplicationScopeExtractor
 
setValue(String, String) - Method in class org.apache.tiles.request.portlet.extractor.HeaderExtractor
 
setValue(String, Object) - Method in class org.apache.tiles.request.portlet.extractor.RequestScopeExtractor
 
setValue(String, Object) - Method in class org.apache.tiles.request.portlet.extractor.SessionScopeExtractor
 
setValue(String, String) - Method in class org.apache.tiles.request.portlet.extractor.StateAwareParameterExtractor
 
setValue(String, Object) - Method in class org.apache.tiles.request.servlet.extractor.ApplicationScopeExtractor
 
setValue(String, String) - Method in class org.apache.tiles.request.servlet.extractor.HeaderExtractor
 
setValue(String, Object) - Method in class org.apache.tiles.request.servlet.extractor.RequestScopeExtractor
 
setValue(String, Object) - Method in class org.apache.tiles.request.servlet.extractor.SessionScopeExtractor
 
setValue(String, Object) - Method in class org.apache.tiles.request.velocity.extractor.VelocityScopeExtractor
 
SharedVariableFactory - Interface in org.apache.tiles.request.freemarker.servlet
It is an object that can create a shared variable, as a template model.
SharedVariableLoaderFreemarkerServlet - Class in org.apache.tiles.request.freemarker.servlet
Extends FreemarkerServlet to load Tiles directives as a shared variable.
SharedVariableLoaderFreemarkerServlet() - Constructor for class org.apache.tiles.request.freemarker.servlet.SharedVariableLoaderFreemarkerServlet
 
size() - Method in class org.apache.tiles.request.collection.HeaderValuesMap
size() - Method in class org.apache.tiles.request.collection.KeySet
 
size() - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
size() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
start(String, Request) - Method in interface org.apache.tiles.request.render.PublisherRenderer.RendererListener
Called before the delegate's render method is called.
StateAwareParameterExtractor - Class in org.apache.tiles.request.portlet.extractor
Extracts parameters from a request and allows putting render parameters in a state aware response.
StateAwareParameterExtractor(PortletRequest, StateAwareResponse) - Constructor for class org.apache.tiles.request.portlet.extractor.StateAwareParameterExtractor
Constructor.
StateAwareParameterMap - Class in org.apache.tiles.request.portlet.delegate
Parameter map to be used when the response is a StateAwareResponse.
StateAwareParameterMap(Map<String, String[]>, Map<String, String[]>) - Constructor for class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
Constructor.
StateAwareRequestDelegate - Class in org.apache.tiles.request.portlet.delegate
Exposes parameters getting them from a portlet reques and allowing to be put into a StateAwareResponse.
StateAwareRequestDelegate(PortletRequest, StateAwareResponse) - Constructor for class org.apache.tiles.request.portlet.delegate.StateAwareRequestDelegate
Constructor.
StateAwareResponseDelegate - Class in org.apache.tiles.request.portlet.delegate
A state aware response does not allow to access to the output stream and similar, so it is, essentially, a feature blocker.
StateAwareResponseDelegate() - Constructor for class org.apache.tiles.request.portlet.delegate.StateAwareResponseDelegate
 
StringRenderer - Class in org.apache.tiles.request.render
Renders an attribute that contains a string.
StringRenderer() - Constructor for class org.apache.tiles.request.render.StringRenderer
 

T

toArray() - Method in class org.apache.tiles.request.collection.KeySet
 
toArray(T[]) - Method in class org.apache.tiles.request.collection.KeySet
 
toString() - Method in class org.apache.tiles.request.locale.URLApplicationResource

U

URLApplicationResource - Class in org.apache.tiles.request.locale
A PostfixedApplicationResource that can be accessed through a URL.
URLApplicationResource(String, URL) - Constructor for class org.apache.tiles.request.locale.URLApplicationResource
Creates a URLApplicationResource for the specified path that can be accessed through the specified URL.
URLApplicationResource(String, Locale, URL) - Constructor for class org.apache.tiles.request.locale.URLApplicationResource
Creates a URLApplicationResource for the specified path that can be accessed through the specified URL.

V

values() - Method in class org.apache.tiles.request.collection.HeaderValuesMap
values() - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
values() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
VelocityAutotagRuntime - Class in org.apache.tiles.request.velocity.autotag
A Runtime for implementing Velocity Directives.
VelocityAutotagRuntime() - Constructor for class org.apache.tiles.request.velocity.autotag.VelocityAutotagRuntime
 
VelocityModelBody - Class in org.apache.tiles.request.velocity.autotag
Body abstraction for a Velocity directive body.
VelocityModelBody(InternalContextAdapter, ASTBlock, Writer) - Constructor for class org.apache.tiles.request.velocity.autotag.VelocityModelBody
Constructor.
VelocityRenderer - Class in org.apache.tiles.request.velocity.render
Attribute renderer for rendering Velocity templates as attributes.
VelocityRenderer(VelocityView) - Constructor for class org.apache.tiles.request.velocity.render.VelocityRenderer
Constructor.
VelocityRendererBuilder - Class in org.apache.tiles.request.velocity.render
VelocityRequest - Class in org.apache.tiles.request.velocity
The implementation of the Tiles request context specific for Velocity.
VelocityRequest(DispatchRequest, Context, Writer) - Constructor for class org.apache.tiles.request.velocity.VelocityRequest
Constructor.
VelocityScopeExtractor - Class in org.apache.tiles.request.velocity.extractor
Extracts attributes from Velocity context..
VelocityScopeExtractor(Context) - Constructor for class org.apache.tiles.request.velocity.extractor.VelocityScopeExtractor
Constructor.
VelocityUtil - Class in org.apache.tiles.request.velocity.autotag
Utilities for Velocity usage in Tiles.

W

WebappClassTemplateLoader - Class in org.apache.tiles.request.freemarker.servlet
Delegates loading templates using a WebappTemplateLoader and, if not found, a ClassTemplateLoader.
WebappClassTemplateLoader(ServletContext) - Constructor for class org.apache.tiles.request.freemarker.servlet.WebappClassTemplateLoader
Constructor.
WildcardPortletApplicationContext - Class in org.apache.tiles.request.portlet.wildcard
Portlet-based implementation of the TilesApplicationContext interface that can resolve resources even using wildcards.
WildcardPortletApplicationContext(PortletContext) - Constructor for class org.apache.tiles.request.portlet.wildcard.WildcardPortletApplicationContext
Constructor.
WildcardServletApplicationContext - Class in org.apache.tiles.request.servlet.wildcard
Servlet-based implementation of the TilesApplicationContext interface that can resolve resources even using wildcards.
WildcardServletApplicationContext(ServletContext) - Constructor for class org.apache.tiles.request.servlet.wildcard.WildcardServletApplicationContext
Constructor.
wrapServletException(ServletException, String) - Static method in class org.apache.tiles.request.servlet.ServletUtil
Wraps a ServletException to create an IOException with the root cause if present.
write(char[], int, int) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
write(char[]) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
write(int) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
write(String, int, int) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
write(String) - Method in class org.apache.tiles.request.jsp.JspPrintWriterAdapter
A B C D E F G H I J K L M N O P R S T U V W 

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