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

Packages that use PortletDescription
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.impl   
org.exoplatform.services.wsrp.producer   
org.exoplatform.services.wsrp.producer.impl   
org.exoplatform.services.wsrp.type   
 

Uses of PortletDescription in org.exoplatform.services.wsrp.consumer
 

Methods in org.exoplatform.services.wsrp.consumer that return PortletDescription
 PortletDescription Producer.getPortletDescription(java.lang.String portletHandle)
          Get the portlet description of the portlet with the given handle or null if the producer doesn't know an portlet with this handle.
 

Uses of PortletDescription in org.exoplatform.services.wsrp.consumer.impl
 

Methods in org.exoplatform.services.wsrp.consumer.impl that return PortletDescription
 PortletDescription ProducerImpl.getPortletDescription(java.lang.String portletHandle)
           
 

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

Methods in org.exoplatform.services.wsrp.producer that return PortletDescription
 PortletDescription PortletContainerProxy.getPortletDescription(java.lang.String portletHandle, java.lang.String[] desiredLocales)
           
 

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

Methods in org.exoplatform.services.wsrp.producer.impl that return PortletDescription
 PortletDescription JSR168ContainerProxyImpl.getPortletDescription(java.lang.String portletHandle, java.lang.String[] desiredLocales)
           
 

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

Methods in org.exoplatform.services.wsrp.type that return PortletDescription
 PortletDescription[] ServiceDescription.getOfferedPortlets()
          Gets the offeredPortlets value for this ServiceDescription.
 PortletDescription ServiceDescription.getOfferedPortlets(int i)
           
 PortletDescription PortletDescriptionResponse.getPortletDescription()
          Gets the portletDescription value for this PortletDescriptionResponse.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type PortletDescription
 void ServiceDescription.setOfferedPortlets(int i, PortletDescription _value)
           
 void ServiceDescription.setOfferedPortlets(PortletDescription[] offeredPortlets)
          Sets the offeredPortlets value for this ServiceDescription.
 void PortletDescriptionResponse.setPortletDescription(PortletDescription portletDescription)
          Sets the portletDescription value for this PortletDescriptionResponse.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type PortletDescription
PortletDescriptionResponse(PortletDescription portletDescription, 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.