org.exoplatform.social.common.xmlprocessor.model
Class XMLTagFilterPolicy.AllowedTagPlugin

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.social.common.xmlprocessor.model.XMLTagFilterPolicy.AllowedTagPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
Enclosing class:
XMLTagFilterPolicy

public static class XMLTagFilterPolicy.AllowedTagPlugin
extends org.exoplatform.container.component.BaseComponentPlugin

The plugin component for configuring the list of XMLTagFilterPolicy.AllowedTag.


Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
XMLTagFilterPolicy.AllowedTagPlugin(org.exoplatform.container.xml.InitParams initParams)
          Constructor.
 
Method Summary
 List<XMLTagFilterPolicy.AllowedTag> getAllowedTagList()
          Gets the allowed tag list.
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLTagFilterPolicy.AllowedTagPlugin

public XMLTagFilterPolicy.AllowedTagPlugin(org.exoplatform.container.xml.InitParams initParams)
Constructor.

Parameters:
initParams -
Method Detail

getAllowedTagList

public List<XMLTagFilterPolicy.AllowedTag> getAllowedTagList()
Gets the allowed tag list.

Returns:
the allowed tag list


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.