org.exoplatform.applications.ooplugin.config
Class FilterListLoader

java.lang.Object
  extended by org.exoplatform.applications.ooplugin.config.XmlConfig
      extended by org.exoplatform.applications.ooplugin.config.FilterListLoader

public class FilterListLoader
extends XmlConfig

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Guly

Field Summary
static java.lang.String FILTERLIST_CONFIG
           
static java.lang.String XML_DOCUMENTNAME
           
static java.lang.String XML_FILTERGROUP
           
static java.lang.String XML_FILTERLIST
           
static java.lang.String XML_FILTERS
           
 
Constructor Summary
FilterListLoader()
           
 
Method Summary
 java.util.ArrayList<FilterType> getAllFilters()
           
 java.util.ArrayList<FilterType> getFilterTypes(java.lang.String groupName)
           
protected  void readFilterGroup(org.w3c.dom.Node groopNode)
           
 
Methods inherited from class org.exoplatform.applications.ooplugin.config.XmlConfig
getChildNode, getDocumentFromInputStream, getDocumentFromResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILTERLIST_CONFIG

public static final java.lang.String FILTERLIST_CONFIG
See Also:
Constant Field Values

XML_FILTERLIST

public static final java.lang.String XML_FILTERLIST
See Also:
Constant Field Values

XML_FILTERGROUP

public static final java.lang.String XML_FILTERGROUP
See Also:
Constant Field Values

XML_DOCUMENTNAME

public static final java.lang.String XML_DOCUMENTNAME
See Also:
Constant Field Values

XML_FILTERS

public static final java.lang.String XML_FILTERS
See Also:
Constant Field Values
Constructor Detail

FilterListLoader

public FilterListLoader()
Method Detail

readFilterGroup

protected void readFilterGroup(org.w3c.dom.Node groopNode)
                        throws java.lang.Exception
Throws:
java.lang.Exception

getFilterTypes

public java.util.ArrayList<FilterType> getFilterTypes(java.lang.String groupName)

getAllFilters

public java.util.ArrayList<FilterType> getAllFilters()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.