public class DispatcherFilter extends Object implements Filter
Dispatcher.| Constructor and Description |
|---|
DispatcherFilter(Dispatcher dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig filterConfig) |
public DispatcherFilter(Dispatcher dispatcher)
public void init(FilterConfig filterConfig) throws ServletException
init in interface FilterServletExceptionpublic void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter in interface FilterIOExceptionServletExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.