Uses of Class
org.exoplatform.services.portletcontainer.pci.model.Supports

Packages that use Supports
org.exoplatform.services.portletcontainer.pci   
org.exoplatform.services.portletcontainer.pci.model   
org.exoplatform.services.portletcontainer.plugins.pc   
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp   
org.exoplatform.services.wsrp.producer.impl.helpers   
org.exoplatform.services.wsrp2.producer.impl.helpers   
 

Uses of Supports in org.exoplatform.services.portletcontainer.pci
 

Methods in org.exoplatform.services.portletcontainer.pci that return types with arguments of type Supports
 List<Supports> PortletData.getSupports()
           
 

Uses of Supports in org.exoplatform.services.portletcontainer.pci.model
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return Supports
static Supports XMLParser.readSupports(org.exoplatform.commons.xml.ExoXPPParser xpp)
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return types with arguments of type Supports
 List<Supports> Portlet.getSupports()
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model with parameters of type Supports
 void Portlet.addSupports(Supports s)
           
 void Portlet.setSupports(Supports s)
           
 

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

Methods in org.exoplatform.services.portletcontainer.plugins.pc that return types with arguments of type Supports
 List<Supports> PortletDataImp.getSupports()
          Overridden method.
 

Uses of Supports in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp
 

Fields in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp with type parameters of type Supports
protected  List<Supports> PortletURLImp.supports
          Supports.
 

Constructor parameters in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp with type arguments of type Supports
PortletURLImp(String type, String baseURL, String markup, List<Supports> supports, boolean isCurrentlySecured, boolean defaultEscapeXml, Portlet portletDatas)
           
 

Uses of Supports in org.exoplatform.services.wsrp.producer.impl.helpers
 

Constructor parameters in org.exoplatform.services.wsrp.producer.impl.helpers with type arguments of type Supports
ConsumerRewriterPortletURLImp(String type, String baseURL, String markup, List<Supports> supports, boolean isCurrentlySecured, String portletHandle, PersistentStateManager stateManager, String sessionID)
           
ProducerRewriterPortletURLImp(String type, String template, String markup, List<Supports> supports, boolean isCurrentlySecured, String portletHandle, PersistentStateManager persistentStateManager, String sessionID)
           
WSRPConsumerRewriterPortletURLFactory(String markup, String template, List<Supports> supports, boolean isCurrentlySecured, String portletHandle, PersistentStateManager stateManager, String sessionID)
           
WSRPProducerRewriterPortletURLFactory(String markup, String template, List<Supports> supports, boolean isCurrentlySecured, String portletHandle, PersistentStateManager persistentStateManager, String sessionID)
           
 

Uses of Supports in org.exoplatform.services.wsrp2.producer.impl.helpers
 

Constructor parameters in org.exoplatform.services.wsrp2.producer.impl.helpers with type arguments of type Supports
ConsumerRewriterPortletURLImp(String type, String baseURL, String markup, List<Supports> supports, boolean isCurrentlySecured, String portletHandle, PersistentStateManager stateManager, String sessionID, boolean defaultEscapeXml, List<String> supportedPublicRenderParameter, Portlet portlet)
           
ProducerRewriterPortletURLImp(String type, String template, String markup, List<Supports> supports, boolean isCurrentlySecured, String portletHandle, PersistentStateManager stateManager, String sessionID, boolean defaultEscapeXml, List<String> supportedPublicRenderParameter, Portlet portlet)
           
WSRPConsumerRewriterPortletURLFactory(String markup, String template, List<Supports> supports, boolean isCurrentlySecured, String portletHandle, PersistentStateManager stateManager, String sessionID, boolean defaultEscapeXml, String cacheLevel, List<String> supportedPublicRenderParameter, Portlet portlet)
           
WSRPProducerRewriterPortletURLFactory(String markup, String template, List<Supports> supports, boolean isCurrentlySecured, String portletHandle, PersistentStateManager stateManager, String sessionID, boolean defaultEscapeXml, String cacheLevel, List<String> supportedPublicRenderParameter, Portlet portlet)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.