Uses of Interface
org.exoplatform.services.portletcontainer.pci.PortletData

Packages that use PortletData
org.exoplatform.services.portletcontainer   
org.exoplatform.services.portletcontainer.impl   
org.exoplatform.services.portletcontainer.plugins.pc   
org.exoplatform.services.wsrp.consumer.impl   
org.exoplatform.services.wsrp.consumer.portlets   
org.exoplatform.services.wsrp.producer   
org.exoplatform.services.wsrp.producer.impl   
org.exoplatform.services.wsrp2.consumer.impl   
org.exoplatform.services.wsrp2.producer   
org.exoplatform.services.wsrp2.producer.impl   
 

Uses of PortletData in org.exoplatform.services.portletcontainer
 

Methods in org.exoplatform.services.portletcontainer that return types with arguments of type PortletData
 Map<String,PortletData> PortletContainerPlugin.getAllPortletMetaData()
          Get all portlet metadata.
 Map<String,PortletData> PortletContainerService.getAllPortletMetaData()
           
 Map<String,PortletData> PortletContainerService.getAllPortletMetaData(boolean localPortlet)
           
 Map<String,PortletData> PortletContainerService.getAllPortletMetaData(String pluginName)
           
 

Uses of PortletData in org.exoplatform.services.portletcontainer.impl
 

Methods in org.exoplatform.services.portletcontainer.impl that return types with arguments of type PortletData
 Map<String,PortletData> PortletContainerServiceImpl.getAllPortletMetaData()
          Get all portlet metadata.
 Map<String,PortletData> PortletContainerServiceImpl.getAllPortletMetaData(boolean localPortlet)
          Get all portlet metadata with boolean option which indicate should we return local or remote portlets.
 Map<String,PortletData> PortletContainerServiceImpl.getAllPortletMetaData(String pluginName)
          Get all portlet metadata with string option which indicate the plugin's prefix or the exact name.
 

Uses of PortletData in org.exoplatform.services.portletcontainer.plugins.pc
 

Classes in org.exoplatform.services.portletcontainer.plugins.pc that implement PortletData
 class PortletDataImp
           
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc that return types with arguments of type PortletData
 Map<String,PortletData> PortletApplicationsHolder.getAllPortletMetaData()
           
 Map<String,PortletData> PortletContainerDispatcher.getAllPortletMetaData()
          Overridden method.
 

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

Methods in org.exoplatform.services.wsrp.consumer.impl that return types with arguments of type PortletData
 Map<String,PortletData> WSRPConsumerPlugin.getAllPortletMetaData()
           
 

Uses of PortletData in org.exoplatform.services.wsrp.consumer.portlets
 

Classes in org.exoplatform.services.wsrp.consumer.portlets that implement PortletData
 class WSRPAdminPortletDataImp
          Created by The eXo Platform SAS Author : Alexey Zavizionov alexey.zavizionov@exoplatform.com.ua 07.06.2007
 

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

Methods in org.exoplatform.services.wsrp.producer that return types with arguments of type PortletData
 Map<String,PortletData> PortletContainerProxy.getAllPortletMetaData()
           
 

Methods in org.exoplatform.services.wsrp.producer with parameters of type PortletData
 org.exoplatform.services.wsrp.type.CacheControl TransientStateManager.getCacheControl(PortletData portletDatas)
           
 

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

Methods in org.exoplatform.services.wsrp.producer.impl that return types with arguments of type PortletData
 Map<String,PortletData> JSR168ContainerProxyImpl.getAllPortletMetaData()
           
 

Methods in org.exoplatform.services.wsrp.producer.impl with parameters of type PortletData
 org.exoplatform.services.wsrp.type.CacheControl TransientStateManagerImpl.getCacheControl(PortletData portletDatas)
           
 

Uses of PortletData in org.exoplatform.services.wsrp2.consumer.impl
 

Methods in org.exoplatform.services.wsrp2.consumer.impl that return types with arguments of type PortletData
 Map<String,PortletData> WSRPConsumerPlugin.getAllPortletMetaData()
           
 

Uses of PortletData in org.exoplatform.services.wsrp2.producer
 

Methods in org.exoplatform.services.wsrp2.producer that return types with arguments of type PortletData
 Map<String,PortletData> PortletContainerProxy.getAllPortletMetaData()
           
 

Methods in org.exoplatform.services.wsrp2.producer with parameters of type PortletData
 org.exoplatform.services.wsrp2.type.CacheControl TransientStateManager.getCacheControl(PortletData portletDatas)
           
 

Uses of PortletData in org.exoplatform.services.wsrp2.producer.impl
 

Methods in org.exoplatform.services.wsrp2.producer.impl that return types with arguments of type PortletData
 Map<String,PortletData> JSR286ContainerProxyImpl.getAllPortletMetaData()
           
 

Methods in org.exoplatform.services.wsrp2.producer.impl with parameters of type PortletData
 org.exoplatform.services.wsrp2.type.CacheControl TransientStateManagerImpl.getCacheControl(PortletData portletDatas)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.