org.apache.tiles.request.portlet
Class RenderPortletRequest

Package class diagram package RenderPortletRequest
java.lang.Object
  extended by org.apache.tiles.request.AbstractRequest
      extended by org.apache.tiles.request.AbstractClientRequest
          extended by org.apache.tiles.request.portlet.PortletRequest
              extended by org.apache.tiles.request.portlet.RenderPortletRequest
All Implemented Interfaces:
DispatchRequest, Request

public class RenderPortletRequest
extends PortletRequest

Portlet request for a RenderRequest.

Version:
$Rev: 1066849 $ $Date: 2011-02-03 11:12:39 -0500 (Thu, 03 Feb 2011) $

Field Summary
 
Fields inherited from class org.apache.tiles.request.portlet.PortletRequest
context, request, requestDelegate, response, responseDelegate
 
Fields inherited from class org.apache.tiles.request.AbstractRequest
FORCE_INCLUDE_ATTRIBUTE_NAME
 
Constructor Summary
RenderPortletRequest(ApplicationContext applicationContext, javax.portlet.PortletContext context, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
          Constructor.
 
Method Summary
 
Methods inherited from class org.apache.tiles.request.portlet.PortletRequest
doForward, doInclude, getAvailableScopes, getContext, getHeader, getHeaderValues, getOutputStream, getParam, getParamValues, getPortletContext, getPortletSessionScope, getPrintWriter, getRequest, getRequestLocale, getRequestScope, getResponse, getResponseHeaders, getSessionScope, getWriter, isResponseCommitted, isUserInRole, setContentType
 
Methods inherited from class org.apache.tiles.request.AbstractClientRequest
dispatch, getApplicationContext, getApplicationScope, include
 
Methods inherited from class org.apache.tiles.request.AbstractRequest
isForceInclude, setForceInclude
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderPortletRequest

public RenderPortletRequest(ApplicationContext applicationContext,
                            javax.portlet.PortletContext context,
                            javax.portlet.RenderRequest request,
                            javax.portlet.RenderResponse response)
Constructor.

Parameters:
applicationContext - The application context.
context - The portlet context.
request - The portlet request.
response - The portlet response.


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