Uses of Class
org.exoplatform.social.common.xmlprocessor.model.XMLTagFilterPolicy.AllowedTag

Packages that use XMLTagFilterPolicy.AllowedTag
org.exoplatform.social.common.xmlprocessor.model   
 

Uses of XMLTagFilterPolicy.AllowedTag in org.exoplatform.social.common.xmlprocessor.model
 

Methods in org.exoplatform.social.common.xmlprocessor.model that return types with arguments of type XMLTagFilterPolicy.AllowedTag
 List<XMLTagFilterPolicy.AllowedTag> XMLTagFilterPolicy.AllowedTagPlugin.getAllowedTagList()
          Gets the allowed tag list.
 Set<XMLTagFilterPolicy.AllowedTag> XMLTagFilterPolicy.getAllowedTagSet()
          Gets allowed tag set.
 

Methods in org.exoplatform.social.common.xmlprocessor.model with parameters of type XMLTagFilterPolicy.AllowedTag
 void XMLTagFilterPolicy.addAllowedTag(XMLTagFilterPolicy.AllowedTag allowedTag)
          Adds allowed tag.
 void XMLTagFilterPolicy.removeAllowedTag(XMLTagFilterPolicy.AllowedTag allowedTag)
          Removed allowed tag.
 

Method parameters in org.exoplatform.social.common.xmlprocessor.model with type arguments of type XMLTagFilterPolicy.AllowedTag
 void XMLTagFilterPolicy.setAllowedTagSet(Set<XMLTagFilterPolicy.AllowedTag> allowedTagSet)
          Sets allowed tag set.
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.