com.alibaba.druid.filter
Class FilterManager

java.lang.Object
  extended by com.alibaba.druid.filter.FilterManager

public class FilterManager
extends Object


Constructor Summary
FilterManager()
           
 
Method Summary
static String getFilter(String alias)
           
static void loadFilter(List<Filter> filters, String filterName)
           
static Properties loadFilterConfig()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterManager

public FilterManager()
Method Detail

getFilter

public static final String getFilter(String alias)

loadFilterConfig

public static Properties loadFilterConfig()
                                   throws IOException
Throws:
IOException

loadFilter

public static void loadFilter(List<Filter> filters,
                              String filterName)
                       throws SQLException
Throws:
SQLException


Copyright © 2012 Alibaba Group. All Rights Reserved.