Skip navigation links
A C D E G H I M O P R S T 

A

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

context - Variable in class org.apache.tiles.request.portlet.PortletRequest
The PortletContext for this application.

D

doExecute(String, ActionInvocation) - Method in class org.apache.struts2.views.tiles.PortletTilesResult
 
doForward(String) - Method in class org.apache.tiles.request.portlet.PortletRequest
doInclude(String) - Method in class org.apache.tiles.request.portlet.PortletRequest

E

executeActionResult(String, ActionInvocation) - Method in class org.apache.struts2.views.tiles.PortletTilesResult
 
executeRenderResult(String) - Method in class org.apache.struts2.views.tiles.PortletTilesResult
 

G

getAvailableScopes() - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getContainer(PortletContext) - Method in class org.apache.struts2.views.tiles.PortletTilesResult
 
getContainer(PortletContext, String) - Method in class org.apache.struts2.views.tiles.PortletTilesResult
 
getContext(String) - Method in class org.apache.tiles.request.portlet.PortletRequest
 
getCurrentContainer(PortletRequest, PortletContext) - Method in class org.apache.struts2.views.tiles.PortletTilesResult
 
getHeader() - Method in class org.apache.tiles.request.portlet.PortletRequest
getHeaderValues() - Method in class org.apache.tiles.request.portlet.PortletRequest
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.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.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.PortletRequest
 
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.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
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.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

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.
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.PortletRequest
 
isUserInRole(String) - Method in class org.apache.tiles.request.portlet.PortletRequest

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.struts2.views.tiles - package org.apache.struts2.views.tiles
 
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.
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.
PortletTilesResult - Class in org.apache.struts2.views.tiles
Dedicated Tile result to be used in Portlet environment WW-2749
PortletTilesResult() - Constructor for class org.apache.struts2.views.tiles.PortletTilesResult
 
PortletTilesResult(String) - Constructor for class org.apache.struts2.views.tiles.PortletTilesResult
 

R

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

T

TILES_ACTION_NAME - Static variable in class org.apache.struts2.views.tiles.PortletTilesResult
 
A C D E G H I M O P R S T 
Skip navigation links

Copyright © 2000–2024 Apache Software Foundation. All rights reserved.