Class ActionResponseImpl
- 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.ActionResponseImpl
-
- All Implemented Interfaces:
javax.portlet.ActionResponse,javax.portlet.PortletResponse,javax.portlet.StateAwareResponse
public class ActionResponseImpl extends StateAwareResponseImpl implements javax.portlet.ActionResponse
- Version:
- $Revision: 7379 $
- 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 Modifier and Type Field Description protected org.gatein.pc.api.invocation.response.PortletInvocationResponseresponse.-
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 ActionResponseImpl(org.gatein.pc.api.invocation.ActionInvocation invocation, PortletRequestImpl preq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendRedirect(String location)voidsendRedirect(String s, String s1)-
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
-
ActionResponseImpl
public ActionResponseImpl(org.gatein.pc.api.invocation.ActionInvocation invocation, PortletRequestImpl preq)
-
-
Method Detail
-
sendRedirect
public void sendRedirect(String s, String s1) throws IOException
- Specified by:
sendRedirectin interfacejavax.portlet.ActionResponse- Throws:
IOException
-
sendRedirect
public void sendRedirect(String location) throws IOException
- Specified by:
sendRedirectin interfacejavax.portlet.ActionResponse- Throws:
IOException
-
-