com.google.common.cache.CacheBuilder for more information
on these parameters.@Deprecated public class BroadleafProcessURLFilter extends org.springframework.web.filter.OncePerRequestFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCALE_CODE_PARAM
Deprecated.
Parameter/Attribute name for the current language
|
static String |
LOCALE_VAR
Deprecated.
Parameter/Attribute name for the current language
|
static String |
REQUEST_DTO
Deprecated.
Parameter/Attribute name for the current language
|
static String |
SANDBOX_VAR
Deprecated.
Request attribute to store the current sandbox
|
protected Boolean |
sandBoxPreviewEnabled
Deprecated.
|
| Constructor and Description |
|---|
BroadleafProcessURLFilter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain)
Deprecated.
(non-Javadoc)
|
int |
getCacheExpirationSeconds()
Deprecated.
|
protected Set |
getIgnoreSuffixes()
Deprecated.
Returns a set of suffixes that can be ignored by content processing.
|
int |
getMaxCacheConcurrency()
Deprecated.
|
int |
getMaxCacheElements()
Deprecated.
|
Boolean |
getSandBoxPreviewEnabled()
Deprecated.
|
List<URLProcessor> |
getUrlProcessorList()
Deprecated.
|
void |
setCacheExpirationSeconds(int cacheExpirationSeconds)
Deprecated.
|
void |
setMaxCacheConcurrency(int maxCacheConcurrency)
Deprecated.
|
void |
setMaxCacheElements(int maxCacheElements)
Deprecated.
|
void |
setSandBoxPreviewEnabled(Boolean sandBoxPreviewEnabled)
Deprecated.
|
void |
setUrlProcessorList(List<URLProcessor> urlProcessorList)
Deprecated.
|
protected boolean |
shouldProcessURL(javax.servlet.http.HttpServletRequest request,
String requestURI)
Deprecated.
Determines if the passed in URL should be processed by the content management system.
|
doFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchprotected Boolean sandBoxPreviewEnabled
public static String LOCALE_VAR
public static String LOCALE_CODE_PARAM
public static String REQUEST_DTO
public static String SANDBOX_VAR
public void doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain)
throws IOException,
javax.servlet.ServletException
doFilterInternal in class org.springframework.web.filter.OncePerRequestFilterIOExceptionjavax.servlet.ServletExceptionFilter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)protected 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()
public int getMaxCacheElements()
public void setMaxCacheElements(int maxCacheElements)
public int getCacheExpirationSeconds()
public void setCacheExpirationSeconds(int cacheExpirationSeconds)
public int getMaxCacheConcurrency()
public void setMaxCacheConcurrency(int maxCacheConcurrency)
public List<URLProcessor> getUrlProcessorList()
public void setUrlProcessorList(List<URLProcessor> urlProcessorList)
public Boolean getSandBoxPreviewEnabled()
public void setSandBoxPreviewEnabled(Boolean sandBoxPreviewEnabled)
Copyright © 2015. All Rights Reserved.