Class EventResponseImpl
- java.lang.Object
-
- org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
-
- org.gatein.pc.portlet.impl.jsr168.api.StateAwareResponseImpl
-
- org.gatein.pc.portlet.impl.jsr168.api.EventResponseImpl
-
- All Implemented Interfaces:
javax.portlet.EventResponse,javax.portlet.PortletResponse,javax.portlet.StateAwareResponse
public class EventResponseImpl extends StateAwareResponseImpl implements javax.portlet.EventResponse
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gatein.pc.portlet.impl.jsr168.api.StateAwareResponseImpl
StateAwareResponseImpl.WantRedirect, StateAwareResponseImpl.WantUpdate
-
-
Field Summary
-
Fields inherited from class org.gatein.pc.portlet.impl.jsr168.api.StateAwareResponseImpl
wantRedirect, wantUpdate
-
Fields inherited from class org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
invocation, preq
-
-
Constructor Summary
Constructors Constructor Description EventResponseImpl(org.gatein.pc.api.invocation.EventInvocation invocation, PortletRequestImpl preq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetRenderParameters(javax.portlet.EventRequest eventRequest)-
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.api.StateAwareResponseImpl
checkRedirect, getPortletMode, getRenderParameterMap, getResponse, getWindowState, queueEvent, removePublicRenderParameter, requireRedirect, requireUpdate, setEvent, setEvent, setPortletMode, setRenderParameter, setRenderParameter, setRenderParameters, setWindowState, wantUpdate
-
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, getProperties, getProperties, getRealResponse, setProperty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
EventResponseImpl
public EventResponseImpl(org.gatein.pc.api.invocation.EventInvocation invocation, PortletRequestImpl preq)
-
-