A C D E G H I K M O P R S V 

A

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

C

clear() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
containsKey(Object) - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
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.

D

doForward(String) - Method in class org.apache.tiles.request.portlet.PortletRequest
doInclude(String) - Method in class org.apache.tiles.request.portlet.PortletRequest

E

entrySet() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
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.

G

get(Object) - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
getApplicationScope() - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
getAvailableScopes() - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getContext() - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
getContext(String) - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getHeader() - Method in class org.apache.tiles.request.portlet.PortletRequest
getHeaderValues() - Method in class org.apache.tiles.request.portlet.PortletRequest
getInitParams() - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
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
 
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
 
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
 
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
 
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.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
 
getRequest() - Method in class org.apache.tiles.request.portlet.PortletRequest
Return the PortletRequest for this context.
getRequestLocale() - Method in class org.apache.tiles.request.portlet.PortletRequest
getRequestScope() - Method in class org.apache.tiles.request.portlet.PortletRequest
getResource(String) - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
getResource(ApplicationResource, Locale) - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
getResources(String) - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
getResponse() - Method in class org.apache.tiles.request.portlet.PortletRequest
Return the PortletResponse for this context.
getResponseHeaders() - Method in class org.apache.tiles.request.portlet.PortletRequest
getSessionScope() - Method in class org.apache.tiles.request.portlet.PortletRequest
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
 
getValues(String) - Method in class org.apache.tiles.request.portlet.extractor.HeaderExtractor
 
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
 

H

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.

I

initialize(PortletContext) - Method in class org.apache.tiles.request.portlet.PortletApplicationContext
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.
isEmpty() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
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
 
isUserInRole(String) - Method in class org.apache.tiles.request.portlet.PortletRequest

K

keySet() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 

M

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.

O

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.

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.
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.
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.portlet.delegate.StateAwareParameterMap
 

R

remove(Object) - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
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
 
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.portlet.PortletRequest
The PortletRequest for this request.
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.
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.
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.).

S

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.
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
 
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
 
size() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
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
 

V

values() - Method in class org.apache.tiles.request.portlet.delegate.StateAwareParameterMap
 
A C D E G H I K M O P R S V 

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