public class ExampleFilter extends Object implements Filter
Modifier and Type | Field and Description |
---|---|
protected FilterConfig |
filterConfig |
protected Logger |
logger |
Constructor and Description |
---|
ExampleFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest arg0,
ServletResponse arg1,
FilterChain arg2) |
void |
init(FilterConfig arg0) |
protected FilterConfig filterConfig
public ExampleFilter()
public void doFilter(ServletRequest arg0, ServletResponse arg1, FilterChain arg2) throws IOException, ServletException
doFilter
in interface Filter
IOException
ServletException
public void init(FilterConfig arg0) throws ServletException
init
in interface Filter
ServletException