org.jboss.portal.wsrp.core
Class UpdateResponse
java.lang.Object
org.jboss.portal.wsrp.core.UpdateResponse
- All Implemented Interfaces:
- java.io.Serializable
public class UpdateResponse
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessionContext
protected SessionContext sessionContext
portletContext
protected PortletContext portletContext
markupContext
protected MarkupContext markupContext
navigationalState
protected java.lang.String navigationalState
newWindowState
protected java.lang.String newWindowState
newMode
protected java.lang.String newMode
UpdateResponse
public UpdateResponse()
UpdateResponse
public UpdateResponse(SessionContext sessionContext,
PortletContext portletContext,
MarkupContext markupContext,
java.lang.String navigationalState,
java.lang.String newWindowState,
java.lang.String newMode)
getSessionContext
public SessionContext getSessionContext()
setSessionContext
public void setSessionContext(SessionContext sessionContext)
getPortletContext
public PortletContext getPortletContext()
setPortletContext
public void setPortletContext(PortletContext portletContext)
getMarkupContext
public MarkupContext getMarkupContext()
setMarkupContext
public void setMarkupContext(MarkupContext markupContext)
getNavigationalState
public java.lang.String getNavigationalState()
setNavigationalState
public void setNavigationalState(java.lang.String navigationalState)
getNewWindowState
public java.lang.String getNewWindowState()
setNewWindowState
public void setNewWindowState(java.lang.String newWindowState)
getNewMode
public java.lang.String getNewMode()
setNewMode
public void setNewMode(java.lang.String newMode)