Uses of Class
org.exoplatform.services.wsrp.type.ResourceList

Packages that use ResourceList
org.exoplatform.services.wsrp.producer   
org.exoplatform.services.wsrp.producer.impl   
org.exoplatform.services.wsrp.type   
 

Uses of ResourceList in org.exoplatform.services.wsrp.producer
 

Methods in org.exoplatform.services.wsrp.producer that return ResourceList
 ResourceList PortletContainerProxy.getResourceList(java.lang.String[] desiredLocales)
           
 

Uses of ResourceList in org.exoplatform.services.wsrp.producer.impl
 

Methods in org.exoplatform.services.wsrp.producer.impl that return ResourceList
 ResourceList JSR168ContainerProxyImpl.getResourceList(java.lang.String[] desiredLocales)
           
 

Uses of ResourceList in org.exoplatform.services.wsrp.type
 

Methods in org.exoplatform.services.wsrp.type that return ResourceList
 ResourceList PortletPropertyDescriptionResponse.getResourceList()
          Gets the resourceList value for this PortletPropertyDescriptionResponse.
 ResourceList ServiceDescription.getResourceList()
          Gets the resourceList value for this ServiceDescription.
 ResourceList PortletDescriptionResponse.getResourceList()
          Gets the resourceList value for this PortletDescriptionResponse.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type ResourceList
 void PortletPropertyDescriptionResponse.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this PortletPropertyDescriptionResponse.
 void ServiceDescription.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this ServiceDescription.
 void PortletDescriptionResponse.setResourceList(ResourceList resourceList)
          Sets the resourceList value for this PortletDescriptionResponse.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type ResourceList
PortletDescriptionResponse(PortletDescription portletDescription, ResourceList resourceList, Extension[] extensions)
           
PortletPropertyDescriptionResponse(ModelDescription modelDescription, ResourceList resourceList, Extension[] extensions)
           
ServiceDescription(boolean requiresRegistration, PortletDescription[] offeredPortlets, ItemDescription[] userCategoryDescriptions, ItemDescription[] customUserProfileItemDescriptions, ItemDescription[] customWindowStateDescriptions, ItemDescription[] customModeDescriptions, CookieProtocol requiresInitCookie, ModelDescription registrationPropertyDescription, java.lang.String[] locales, ResourceList resourceList, Extension[] extensions)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.