@Component(value="blGeolocationFilter")
@ConditionalOnNotAdmin
public class GeolocationFilter
extends org.broadleafcommerce.common.web.filter.AbstractIgnorableOncePerRequestFilter
| Modifier and Type | Field and Description |
|---|---|
protected GeolocationRequestProcessor |
geolocationRequestProcessor |
| Constructor and Description |
|---|
GeolocationFilter() |
| 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, shouldNotFilterErrorDispatch@Autowired @Qualifier(value="blGeolocationRequestProcessor") protected GeolocationRequestProcessor geolocationRequestProcessor
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 org.broadleafcommerce.common.web.filter.AbstractIgnorableOncePerRequestFilterjavax.servlet.ServletExceptionIOExceptionpublic int getOrder()
Copyright © 2018. All rights reserved.