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

Packages that use MarkupType
org.exoplatform.services.wsrp.type   
 

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

Methods in org.exoplatform.services.wsrp.type that return MarkupType
 MarkupType[] PortletDescription.getMarkupTypes()
          Gets the markupTypes value for this PortletDescription.
 MarkupType PortletDescription.getMarkupTypes(int i)
           
 

Methods in org.exoplatform.services.wsrp.type with parameters of type MarkupType
 void PortletDescription.setMarkupTypes(int i, MarkupType _value)
           
 void PortletDescription.setMarkupTypes(MarkupType[] markupTypes)
          Sets the markupTypes value for this PortletDescription.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type MarkupType
PortletDescription(java.lang.String portletHandle, MarkupType[] markupTypes, java.lang.String groupID, LocalizedString description, LocalizedString shortTitle, LocalizedString title, LocalizedString displayName, LocalizedString[] keywords, java.lang.String[] userCategories, java.lang.String[] userProfileItems, java.lang.Boolean usesMethodGet, java.lang.Boolean defaultMarkupSecure, java.lang.Boolean onlySecure, java.lang.Boolean userContextStoredInSession, java.lang.Boolean templatesStoredInSession, java.lang.Boolean hasUserSpecificState, java.lang.Boolean doesUrlTemplateProcessing, Extension[] extensions)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.