|
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.PortletContext
Constructor Summary | |
PortletContext()
|
|
PortletContext(java.lang.String portletHandle,
byte[] portletState,
Extension[] extensions)
|
Method Summary | |
Extension[] |
getExtensions()
|
java.lang.String |
getPortletHandle()
|
byte[] |
getPortletState()
|
void |
setExtensions(Extension[] extensions)
|
void |
setPortletHandle(java.lang.String portletHandle)
|
void |
setPortletState(byte[] portletState)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortletContext()
public PortletContext(java.lang.String portletHandle, byte[] portletState, Extension[] extensions)
Method Detail |
public java.lang.String getPortletHandle()
public void setPortletHandle(java.lang.String portletHandle)
public byte[] getPortletState()
public void setPortletState(byte[] portletState)
public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
|
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 |