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

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.
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
 
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.
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.
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.
AttributeExtractor - Interface in org.apache.tiles.request.attribute
Allows to get, put and remove Object-type attributes.

B

BasicRendererFactory - Class in org.apache.tiles.request.render
Basic renderer factory implementation.
BasicRendererFactory() - Constructor for class org.apache.tiles.request.render.BasicRendererFactory
Constructor.

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
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
containsValue(Object) - Method in class org.apache.tiles.request.collection.HeaderValuesMap
containsValue(Object) - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap

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
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
Delegate for ease of customization.
DispatchRequestWrapper(DispatchRequest) - Constructor for class org.apache.tiles.request.DispatchRequestWrapper
Constructor.
doForward(String) - Method in class org.apache.tiles.request.AbstractClientRequest
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.

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
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.
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

F

FORCE_INCLUDE_ATTRIBUTE_NAME - Static variable in class org.apache.tiles.request.AbstractRequest
Name of the attribute used to store the force-include option.

G

get(Object) - Method in class org.apache.tiles.request.collection.HeaderValuesMap
get(Object) - Method in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
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
Returns the associated application context.
getApplicationContext() - Method in interface org.apache.tiles.request.Request
Returns the associated application 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.
getAvailableScopes() - Method in class org.apache.tiles.request.DefaultRequestWrapper
Returns all available scopes, that are the ones returned by #getNativeScopes() plus derivative scopes (e.g.
getAvailableScopes() - Method in class org.apache.tiles.request.DispatchRequestWrapper
Returns all available scopes, that are the ones returned by #getNativeScopes() plus derivative scopes (e.g.
getAvailableScopes() - Method in interface org.apache.tiles.request.Request
Returns all available scopes, that are the ones returned by #getNativeScopes() plus derivative scopes (e.g.
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
Returns a context map, given the scope name.
getContext(String) - Method in interface org.apache.tiles.request.Request
Returns a context map, given the scope name.
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
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).
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
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).
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.
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.
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.
getLastModified() - Method in interface org.apache.tiles.request.ApplicationResource
Get the last modification date for this resource.
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.
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
Returns an output stream to be used to write directly in the response.
getOutputStream() - Method in interface org.apache.tiles.request.Request
Returns an output stream to be used to write directly in the response.
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
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParam() - Method in interface org.apache.tiles.request.Request
Return an immutable Map that maps request parameter names to the first (or only) value (as a String).
getParamValues() - Method in class org.apache.tiles.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
Return an immutable Map that maps request parameter names to the set of all values (as a String array).
getParamValues() - Method in interface org.apache.tiles.request.Request
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.
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
Returns a print writer to be used to write directly in the response.
getPrintWriter() - Method in interface org.apache.tiles.request.Request
Returns a print writer to be used to write directly in the response.
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.
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
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.
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.
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.
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
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.
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.
getValues(String) - Method in interface org.apache.tiles.request.attribute.EnumeratedValuesExtractor
Returns the values stored at the given key.
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
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
Returns a writer to be used to write directly in the response.
getWriter() - Method in interface org.apache.tiles.request.Request
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.
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
Includes the response from the specified URL in the current response output.
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
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.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.
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
Checks if the response has been committed.
isResponseCommitted() - Method in interface org.apache.tiles.request.Request
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
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.
iterator() - Method in class org.apache.tiles.request.collection.KeySet
 

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

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.

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.
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.
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.locale - package org.apache.tiles.request.locale
 
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.

P

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.
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
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

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
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.
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.
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.
request - Variable in class org.apache.tiles.request.collection.ReadOnlyEnumerationMap
The request.
Request - Interface in org.apache.tiles.request
Encapsulation of request information.
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.
RequestWrapper - Interface in org.apache.tiles.request
Delegate for ease of customization.
retainAll(Collection<?>) - Method in class org.apache.tiles.request.collection.KeySet
 
retainAll(Collection<?>) - Method in class org.apache.tiles.request.collection.RemovableKeySet
 

S

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.
setApplicationContext(ApplicationContext) - Method in interface org.apache.tiles.request.ApplicationContextAware
Sets the Tiles 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
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.
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.
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
start(String, Request) - Method in interface org.apache.tiles.request.render.PublisherRenderer.RendererListener
Called before the delegate's render method is called.
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

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

Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.