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