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

Packages that use Description
org.exoplatform.services.portletcontainer.pci   
org.exoplatform.services.portletcontainer.pci.model   
org.exoplatform.services.portletcontainer.plugins.pc   
 

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

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

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

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

Methods in org.exoplatform.services.portletcontainer.pci.model that return types with arguments of type Description
 List<Description> CustomPortletMode.getDescription()
           
 List<Description> CustomWindowState.getDescription()
           
 List<Description> EventDefinition.getDescription()
           
 List<Description> InitParam.getDescription()
           
 List<Description> Portlet.getDescription()
           
 List<Description> SecurityRoleRef.getDescription()
           
 List<Description> SharedSessionAttribute.getDescription()
           
 List<Description> UserAttribute.getDescription()
           
 List<Description> UserDataConstraint.getDescription()
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model with parameters of type Description
 void CustomPortletMode.addDescription(Description desc)
           
 void CustomWindowState.addDescription(Description desc)
           
 void EventDefinition.addDescription(Description desc)
           
 void Filter.addDescription(Description desc)
           
 void InitParam.addDescription(Description desc)
           
 void Portlet.addDescription(Description desc)
           
 void SecurityRoleRef.addDescription(Description desc)
           
 void SharedSessionAttribute.addDescription(Description desc)
           
 void UserAttribute.addDescription(Description desc)
           
 void UserDataConstraint.addDescription(Description desc)
           
 

Method parameters in org.exoplatform.services.portletcontainer.pci.model with type arguments of type Description
static String Util.getDescription(String lang, List<Description> descriptions)
           
 void CustomPortletMode.setDescription(List<Description> description)
           
 void CustomWindowState.setDescription(List<Description> description)
           
 void EventDefinition.setDescription(List<Description> description)
           
 void InitParam.setDescription(List<Description> description)
           
 void Portlet.setDescription(List<Description> description)
           
 void SecurityRoleRef.setDescription(List<Description> description)
           
 void SharedSessionAttribute.setDescription(List<Description> description)
           
 void UserAttribute.setDescription(List<Description> description)
           
 void UserDataConstraint.setDescription(List<Description> description)
           
 

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

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



Copyright © 2009 eXo Platform SAS. All Rights Reserved.