org.jboss.portal.wsrp.core
Class GetPortletPropertyDescription
java.lang.Object
org.jboss.portal.wsrp.core.GetPortletPropertyDescription
- All Implemented Interfaces:
- java.io.Serializable
public class GetPortletPropertyDescription
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registrationContext
protected RegistrationContext registrationContext
portletContext
protected PortletContext portletContext
userContext
protected UserContext userContext
desiredLocales
protected java.lang.String[] desiredLocales
GetPortletPropertyDescription
public GetPortletPropertyDescription()
GetPortletPropertyDescription
public GetPortletPropertyDescription(RegistrationContext registrationContext,
PortletContext portletContext,
UserContext userContext,
java.lang.String[] desiredLocales)
getRegistrationContext
public RegistrationContext getRegistrationContext()
setRegistrationContext
public void setRegistrationContext(RegistrationContext registrationContext)
getPortletContext
public PortletContext getPortletContext()
setPortletContext
public void setPortletContext(PortletContext portletContext)
getUserContext
public UserContext getUserContext()
setUserContext
public void setUserContext(UserContext userContext)
getDesiredLocales
public java.lang.String[] getDesiredLocales()
setDesiredLocales
public void setDesiredLocales(java.lang.String[] desiredLocales)