Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected FilterConfig |
filterConfig |
static org.slf4j.Logger |
logger |
protected ServletContext |
servletContext |
Constructor and Description |
---|
DispatcherFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig filterConfig) |
public static final String copyright
public static final org.slf4j.Logger logger
protected FilterConfig filterConfig
protected ServletContext servletContext
public void init(FilterConfig filterConfig) throws ServletException
init
in interface Filter
ServletException
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter
in interface Filter
IOException
ServletException