org.apache.tiles.request.portlet
Class EventPortletRequest
java.lang.Object
org.apache.tiles.request.AbstractRequest
org.apache.tiles.request.AbstractClientRequest
org.apache.tiles.request.portlet.PortletRequest
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) $
Constructor Summary |
EventPortletRequest(ApplicationContext applicationContext,
javax.portlet.PortletContext context,
javax.portlet.EventRequest request,
javax.portlet.EventResponse response)
Constructor. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventPortletRequest
public EventPortletRequest(ApplicationContext applicationContext,
javax.portlet.PortletContext context,
javax.portlet.EventRequest request,
javax.portlet.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.