org.jboss.portal.portlet.impl.jsr168.api
Class StateAwareResponseImpl
java.lang.Object
org.jboss.portal.portlet.impl.jsr168.api.PortletResponseImpl
org.jboss.portal.portlet.impl.jsr168.api.StateAwareResponseImpl
- All Implemented Interfaces:
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wantUpdate
protected StateAwareResponseImpl.WantUpdate wantUpdate
- .
wantRedirect
protected StateAwareResponseImpl.WantRedirect wantRedirect
- .
StateAwareResponseImpl
public StateAwareResponseImpl(PortletInvocation invocation,
PortletRequestImpl preq)
getResponse
public PortletInvocationResponse getResponse()
- Specified by:
getResponse in class PortletResponseImpl
requireUpdate
protected StateAwareResponseImpl.WantUpdate requireUpdate(java.lang.String errorMsg)
checkRedirect
protected void checkRedirect(java.lang.String errorMsg)
requireRedirect
protected StateAwareResponseImpl.WantRedirect requireRedirect()
wantUpdate
protected StateAwareResponseImpl.WantUpdate wantUpdate()
setWindowState
public void setWindowState(WindowState windowState)
throws WindowStateException
- Specified by:
setWindowState in interface javax.portlet.StateAwareResponse
- Throws:
WindowStateException
setPortletMode
public void setPortletMode(PortletMode portletMode)
throws PortletModeException
- Specified by:
setPortletMode in interface javax.portlet.StateAwareResponse
- Throws:
PortletModeException
setRenderParameters
public void setRenderParameters(java.util.Map<java.lang.String,java.lang.String[]> map)
- Specified by:
setRenderParameters in interface javax.portlet.StateAwareResponse
setRenderParameter
public void setRenderParameter(java.lang.String name,
java.lang.String value)
- Specified by:
setRenderParameter in interface javax.portlet.StateAwareResponse
setRenderParameter
public void setRenderParameter(java.lang.String name,
java.lang.String[] values)
- Specified by:
setRenderParameter in interface javax.portlet.StateAwareResponse
getRenderParameterMap
public java.util.Map<java.lang.String,java.lang.String[]> getRenderParameterMap()
- Specified by:
getRenderParameterMap in interface javax.portlet.StateAwareResponse
removePublicRenderParameter
public void removePublicRenderParameter(java.lang.String name)
- Specified by:
removePublicRenderParameter in interface javax.portlet.StateAwareResponse
setEvent
public void setEvent(javax.xml.namespace.QName name,
java.io.Serializable value)
- Specified by:
setEvent in interface javax.portlet.StateAwareResponse
setEvent
public void setEvent(java.lang.String localName,
java.io.Serializable value)
- Specified by:
setEvent in interface javax.portlet.StateAwareResponse
getPortletMode
public PortletMode getPortletMode()
- Specified by:
getPortletMode in interface javax.portlet.StateAwareResponse
getWindowState
public WindowState getWindowState()
- Specified by:
getWindowState in interface javax.portlet.StateAwareResponse
queueEvent
protected final void queueEvent(javax.xml.namespace.QName name,
java.io.Serializable value)
Copyright © 2008. All Rights Reserved.