- 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
-
Deprecated.
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.
- getAvailableScopes() - Method in class org.apache.tiles.request.DispatchRequestWrapper
-
Deprecated.
Returns all available scopes.
- getAvailableScopes() - Method in interface org.apache.tiles.request.Request
-
Returns all available scopes.
- 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 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
-
Deprecated.
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
-
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 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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
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 interface org.apache.tiles.request.Request
-
Returns a writer to be used to write directly in the response.