public class CookieRuleFilter extends AbstractIgnorableOncePerRequestFilter
| Modifier and Type | Field and Description |
|---|---|
protected CookieRuleRequestProcessor |
processor |
| Constructor and Description |
|---|
CookieRuleFilter(CookieRuleRequestProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternalUnlessIgnored(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.FilterChain filterChain) |
int |
getOrder() |
doFilterInternal, isIgnoreddoFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchprotected CookieRuleRequestProcessor processor
public CookieRuleFilter(CookieRuleRequestProcessor processor)
protected void doFilterInternalUnlessIgnored(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.FilterChain filterChain)
throws javax.servlet.ServletException,
IOException
doFilterInternalUnlessIgnored in class AbstractIgnorableOncePerRequestFilterjavax.servlet.ServletExceptionIOExceptionpublic int getOrder()
Copyright © 2023. All rights reserved.