public class LogFilter
extends org.springframework.web.filter.OncePerRequestFilter
implements org.springframework.context.EnvironmentAware
| Modifier and Type | Field and Description |
|---|---|
static String |
CONSUMER_ID_HEADER_NAME |
static String[] |
NAV_CALL_ID_HEADER_NAMES |
static String |
PREFERRED_NAV_CALL_ID_HEADER_NAME |
| Constructor and Description |
|---|
LogFilter() |
LogFilter(LogFilterConfig logFilterConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.FilterChain filterChain) |
static String |
resolveCallId(javax.servlet.http.HttpServletRequest httpServletRequest) |
String |
resolveUserId(javax.servlet.http.HttpServletRequest httpServletRequest) |
doFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchaddRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContextpublic static final String CONSUMER_ID_HEADER_NAME
public static final String PREFERRED_NAV_CALL_ID_HEADER_NAME
public static final String[] NAV_CALL_ID_HEADER_NAMES
public LogFilter()
public LogFilter(LogFilterConfig logFilterConfig)
protected void doFilterInternal(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.FilterChain filterChain)
throws javax.servlet.ServletException,
IOException
doFilterInternal in class org.springframework.web.filter.OncePerRequestFilterjavax.servlet.ServletExceptionIOExceptionpublic static String resolveCallId(javax.servlet.http.HttpServletRequest httpServletRequest)
public String resolveUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
Copyright © 2019. All rights reserved.