public abstract class AbstractBroadleafAdminRequestFilter
extends org.springframework.web.filter.OncePerRequestFilter
| Constructor and Description |
|---|
AbstractBroadleafAdminRequestFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected Set |
getIgnoreSuffixes()
Returns a set of suffixes that can be ignored by content processing.
|
protected boolean |
shouldProcessURL(javax.servlet.http.HttpServletRequest request,
String requestURI)
Determines if the passed in URL should be processed by the content management system.
|
doFilter, doFilterInternal, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchprotected boolean shouldProcessURL(javax.servlet.http.HttpServletRequest request,
String requestURI)
getIgnoreSuffixes.
This check is called with the doFilterInternal method to short-circuit the content
processing which can be expensive for requests that do not require it.requestURI - - the HttpServletRequest.getRequestURIHttpServletRequest should be processedprotected Set getIgnoreSuffixes()
Copyright © 2015. All rights reserved.