public class RequestResponseLogFilter
extends org.springframework.web.filter.OncePerRequestFilter
For more inspiration see AbstractRequestLoggingFilter.
Constructor and Description |
---|
RequestResponseLogFilter(RequestResponseLogFilterConfiguration configuration,
HttpRequestResponseLogUtil httpRequestResponseLogUtil)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain) |
protected void |
initFilterBean() |
doFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch
public RequestResponseLogFilter(RequestResponseLogFilterConfiguration configuration, HttpRequestResponseLogUtil httpRequestResponseLogUtil)
protected void doFilterInternal(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain filterChain) throws javax.servlet.ServletException, java.io.IOException
doFilterInternal
in class org.springframework.web.filter.OncePerRequestFilter
javax.servlet.ServletException
java.io.IOException
protected void initFilterBean() throws javax.servlet.ServletException
initFilterBean
in class org.springframework.web.filter.GenericFilterBean
javax.servlet.ServletException