@Component(value="blApiCustomerStateFilter")
public class ApiCustomerStateFilter
extends org.broadleafcommerce.common.web.filter.AbstractIgnorableOncePerRequestFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
BLC_RULE_MAP_PARAM |
protected CustomerStateService |
customerStateService |
| Constructor and Description |
|---|
ApiCustomerStateFilter(CustomerStateService customerStateService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternalUnlessIgnored(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain) |
int |
getOrder() |
protected boolean |
shouldNotFilterErrorDispatch() |
doFilterInternal, isIgnoreddoFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatchpublic static final String BLC_RULE_MAP_PARAM
protected final CustomerStateService customerStateService
public ApiCustomerStateFilter(CustomerStateService customerStateService)
protected void doFilterInternalUnlessIgnored(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilterInternalUnlessIgnored in class org.broadleafcommerce.common.web.filter.AbstractIgnorableOncePerRequestFilterIOExceptionjavax.servlet.ServletExceptionpublic int getOrder()
protected boolean shouldNotFilterErrorDispatch()
shouldNotFilterErrorDispatch in class org.springframework.web.filter.OncePerRequestFilterCopyright © 2017. All rights reserved.