Class StateAwareResponseImpl
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
org.gatein.pc.portlet.impl.jsr168.api.StateAwareResponseImpl
- All Implemented Interfaces:
javax.portlet.PortletResponse,javax.portlet.StateAwareResponse
- Direct Known Subclasses:
ActionResponseImpl,EventResponseImpl
public abstract class StateAwareResponseImpl
extends PortletResponseImpl
implements javax.portlet.StateAwareResponse
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StateAwareResponseImpl.WantRedirect.protected StateAwareResponseImpl.WantUpdate.Fields inherited from class org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
invocation, preq -
Constructor Summary
ConstructorsConstructorDescriptionStateAwareResponseImpl(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckRedirect(String errorMsg) javax.portlet.PortletModeorg.gatein.pc.api.invocation.response.PortletInvocationResponsejavax.portlet.WindowStateprotected final voidqueueEvent(QName name, Serializable value) voidprotected StateAwareResponseImpl.WantRedirectprotected StateAwareResponseImpl.WantUpdaterequireUpdate(String errorMsg) voidsetEvent(String localName, Serializable value) voidsetEvent(QName name, Serializable value) voidsetPortletMode(javax.portlet.PortletMode portletMode) voidsetRenderParameter(String name, String value) voidsetRenderParameter(String name, String[] values) voidsetRenderParameters(Map<String, String[]> map) voidsetWindowState(javax.portlet.WindowState windowState) protected StateAwareResponseImpl.WantUpdateMethods inherited from class org.gatein.pc.portlet.impl.jsr168.api.PortletResponseImpl
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, getProperties, getProperties, getRealResponse, setPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.portlet.PortletResponse
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, setProperty
-
Field Details
-
wantUpdate
. -
wantRedirect
.
-
-
Constructor Details
-
StateAwareResponseImpl
public StateAwareResponseImpl(org.gatein.pc.api.invocation.PortletInvocation invocation, PortletRequestImpl preq)
-
-
Method Details
-
getResponse
public org.gatein.pc.api.invocation.response.PortletInvocationResponse getResponse()- Specified by:
getResponsein classPortletResponseImpl
-
requireUpdate
-
checkRedirect
-
requireRedirect
-
wantUpdate
-
setWindowState
public void setWindowState(javax.portlet.WindowState windowState) throws javax.portlet.WindowStateException - Specified by:
setWindowStatein interfacejavax.portlet.StateAwareResponse- Throws:
javax.portlet.WindowStateException
-
setPortletMode
public void setPortletMode(javax.portlet.PortletMode portletMode) throws javax.portlet.PortletModeException - Specified by:
setPortletModein interfacejavax.portlet.StateAwareResponse- Throws:
javax.portlet.PortletModeException
-
setRenderParameters
- Specified by:
setRenderParametersin interfacejavax.portlet.StateAwareResponse
-
setRenderParameter
- Specified by:
setRenderParameterin interfacejavax.portlet.StateAwareResponse
-
setRenderParameter
- Specified by:
setRenderParameterin interfacejavax.portlet.StateAwareResponse
-
getRenderParameterMap
- Specified by:
getRenderParameterMapin interfacejavax.portlet.StateAwareResponse
-
removePublicRenderParameter
- Specified by:
removePublicRenderParameterin interfacejavax.portlet.StateAwareResponse
-
setEvent
- Specified by:
setEventin interfacejavax.portlet.StateAwareResponse
-
setEvent
- Specified by:
setEventin interfacejavax.portlet.StateAwareResponse
-
getPortletMode
public javax.portlet.PortletMode getPortletMode()- Specified by:
getPortletModein interfacejavax.portlet.StateAwareResponse
-
getWindowState
public javax.portlet.WindowState getWindowState()- Specified by:
getWindowStatein interfacejavax.portlet.StateAwareResponse
-
queueEvent
-