com.sun.portal.wsrp.common.stubs
Class UpdateResponse
java.lang.Object
com.sun.portal.wsrp.common.stubs.UpdateResponse
- public class UpdateResponse
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)