public abstract class AbstractBroadleafAdminRequestFilter extends AbstractIgnorableOncePerRequestFilter
| 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.
|
doFilterInternal, doFilterInternalUnlessIgnored, isIgnoreddoFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchaddRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContextprotected 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 © 2021. All rights reserved.