|
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.RuntimeContext
Constructor Summary | |
RuntimeContext()
|
|
RuntimeContext(String userAuthentication,
String portletInstanceKey,
String namespacePrefix,
Templates templates,
String sessionID,
Extension[] extensions)
|
Method Summary | |
Extension[] |
getExtensions()
|
String |
getNamespacePrefix()
|
String |
getPortletInstanceKey()
|
String |
getSessionID()
|
Templates |
getTemplates()
|
String |
getUserAuthentication()
|
void |
setExtensions(Extension[] extensions)
|
void |
setNamespacePrefix(String namespacePrefix)
|
void |
setPortletInstanceKey(String portletInstanceKey)
|
void |
setSessionID(String sessionID)
|
void |
setTemplates(Templates templates)
|
void |
setUserAuthentication(String userAuthentication)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RuntimeContext()
public RuntimeContext(String userAuthentication, String portletInstanceKey, String namespacePrefix, Templates templates, String sessionID, Extension[] extensions)
Method Detail |
public String getUserAuthentication()
public void setUserAuthentication(String userAuthentication)
public String getPortletInstanceKey()
public void setPortletInstanceKey(String portletInstanceKey)
public String getNamespacePrefix()
public void setNamespacePrefix(String namespacePrefix)
public Templates getTemplates()
public void setTemplates(Templates templates)
public String getSessionID()
public void setSessionID(String sessionID)
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 |