|
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.SetPortletProperties
Constructor Summary | |
SetPortletProperties()
|
|
SetPortletProperties(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
PropertyList propertyList)
|
Method Summary | |
PortletContext |
getPortletContext()
|
PropertyList |
getPropertyList()
|
RegistrationContext |
getRegistrationContext()
|
UserContext |
getUserContext()
|
void |
setPortletContext(PortletContext portletContext)
|
void |
setPropertyList(PropertyList propertyList)
|
void |
setRegistrationContext(RegistrationContext registrationContext)
|
void |
setUserContext(UserContext userContext)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetPortletProperties()
public SetPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
Method Detail |
public RegistrationContext getRegistrationContext()
public void setRegistrationContext(RegistrationContext registrationContext)
public PortletContext getPortletContext()
public void setPortletContext(PortletContext portletContext)
public UserContext getUserContext()
public void setUserContext(UserContext userContext)
public PropertyList getPropertyList()
public void setPropertyList(PropertyList propertyList)
|
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 |