|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.wsrp.common.stubs.UpdateResponse
Constructor Summary | |
UpdateResponse()
|
|
UpdateResponse(SessionContext sessionContext,
PortletContext portletContext,
MarkupContext markupContext,
String navigationalState,
String newWindowState,
String newMode)
|
Method Summary | |
MarkupContext |
getMarkupContext()
|
String |
getNavigationalState()
|
String |
getNewMode()
|
String |
getNewWindowState()
|
PortletContext |
getPortletContext()
|
SessionContext |
getSessionContext()
|
void |
setMarkupContext(MarkupContext markupContext)
|
void |
setNavigationalState(String navigationalState)
|
void |
setNewMode(String newMode)
|
void |
setNewWindowState(String newWindowState)
|
void |
setPortletContext(PortletContext portletContext)
|
void |
setSessionContext(SessionContext sessionContext)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UpdateResponse()
public UpdateResponse(SessionContext sessionContext, PortletContext portletContext, MarkupContext markupContext, String navigationalState, String newWindowState, String newMode)
Method Detail |
public SessionContext getSessionContext()
public void setSessionContext(SessionContext sessionContext)
public PortletContext getPortletContext()
public void setPortletContext(PortletContext portletContext)
public MarkupContext getMarkupContext()
public void setMarkupContext(MarkupContext markupContext)
public String getNavigationalState()
public void setNavigationalState(String navigationalState)
public String getNewWindowState()
public void setNewWindowState(String newWindowState)
public String getNewMode()
public void setNewMode(String newMode)
|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |