public interface FilterContainer
Modifier and Type | Method and Description |
---|---|
void |
addFilter(String name,
String classname,
Map<String,String> parameters)
Add a filter to the container.
|
void |
addGlobalFilter(String name,
String classname,
Map<String,String> parameters)
Add a global filter to the container.
|
Copyright © 2010 The Apache Software Foundation