org.riotfamily.common.log
Class DiagnosticContextFilter
java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.riotfamily.common.web.filter.HttpFilterBean
org.riotfamily.common.log.DiagnosticContextFilter
- All Implemented Interfaces:
- Filter, BeanNameAware, DisposableBean, InitializingBean, ServletContextAware
public class DiagnosticContextFilter
- extends HttpFilterBean
Methods inherited from class org.springframework.web.filter.GenericFilterBean |
addRequiredProperty, afterPropertiesSet, destroy, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setServletContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiagnosticContextFilter
public DiagnosticContextFilter()
filter
protected void filter(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
filter
in class HttpFilterBean
- Throws:
IOException
ServletException