public class ProbeFilter extends Object
text/html.
An integrator is required to register this filter. The filter should only be mapped to a single URL pattern of value /*.
To disable the clippy support, set ConfigurationKey.PROBE_EMBED_INFO_SNIPPET to false. It's also possible to use the
ConfigurationKey.PROBE_INVOCATION_MONITOR_EXCLUDE_TYPE to skip the monitoring.
ConfigurationKey.PROBE_EMBED_INFO_SNIPPET,
ConfigurationKey.PROBE_INVOCATION_MONITOR_EXCLUDE_TYPE| Constructor and Description |
|---|
ProbeFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig filterConfig) |
public void init(FilterConfig filterConfig)
throws ServletException
ServletExceptionpublic void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
IOExceptionServletExceptionpublic void destroy()
Copyright © 2015. All Rights Reserved.