Package com.alibaba.druid.filter
Class FilterManager
- java.lang.Object
-
- com.alibaba.druid.filter.FilterManager
-
public class FilterManager extends Object
-
-
Constructor Summary
Constructors Constructor Description FilterManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetFilter(String alias)static voidloadFilter(List<Filter> filters, String filterName)static PropertiesloadFilterConfig()
-
-
-
Method Detail
-
loadFilterConfig
public static Properties loadFilterConfig() throws IOException
- Throws:
IOException
-
loadFilter
public static void loadFilter(List<Filter> filters, String filterName) throws SQLException
- Throws:
SQLException
-
-