com.alibaba.druid.filter
类 FilterManager

java.lang.Object
  继承者 com.alibaba.druid.filter.FilterManager

public class FilterManager
extends Object


构造方法摘要
FilterManager()
           
 
方法摘要
static String getFilter(String alias)
           
static void loadFilter(List<Filter> filters, String filterName)
           
static Properties loadFilterConfig()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

FilterManager

public FilterManager()
方法详细信息

getFilter

public static final String getFilter(String alias)

loadFilterConfig

public static Properties loadFilterConfig()
                                   throws IOException
抛出:
IOException

loadFilter

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


Copyright © 2013 Alibaba Group. All Rights Reserved.