org.apache.tiles.request.portlet
Class EventPortletRequest

Package class diagram package EventPortletRequest
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.EventPortletRequest
All Implemented Interfaces:
DispatchRequest, Request

public class EventPortletRequest
extends PortletRequest

Portlet request for an EventRequest.

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
 
Fields inherited from interface org.apache.tiles.request.Request
APPLICATION_SCOPE, REQUEST_SCOPE
 
Constructor Summary
EventPortletRequest(ApplicationContext applicationContext, PortletContext context, EventRequest request, EventResponse 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

EventPortletRequest

public EventPortletRequest(ApplicationContext applicationContext,
                           PortletContext context,
                           EventRequest request,
                           EventResponse 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.