Class PlatformFilterChain
java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.springframework.web.filter.OncePerRequestFilter
de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain
de.hybris.platform.servicelayer.web.PlatformFilterChain
- All Implemented Interfaces:
javax.servlet.Filter,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean,org.springframework.context.EnvironmentAware,org.springframework.core.env.EnvironmentCapable,org.springframework.web.context.ServletContextAware
Standard platform filter chain.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain
AbstractPlatformFilterChain.InternalFilterChain -
Field Summary
Fields inherited from class org.springframework.web.filter.OncePerRequestFilter
ALREADY_FILTERED_SUFFIXFields inherited from class org.springframework.web.filter.GenericFilterBean
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanReturns true if filter is used in backoffice application.Methods inherited from class de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain
doFilterInternal, getExcludedUrlPaths, setExcludedUrlPaths, setPreFilter, setStatisticsConfig, shouldBreakFiltering, throwAnyException, throwUncheckedExceptionMethods inherited from class org.springframework.web.filter.OncePerRequestFilter
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchMethods inherited from class org.springframework.web.filter.GenericFilterBean
addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
-
Constructor Details
-
PlatformFilterChain
-
-
Method Details
-
isBackOfficeFilterChain
protected boolean isBackOfficeFilterChain()Description copied from class:AbstractPlatformFilterChainReturns true if filter is used in backoffice application.- Specified by:
isBackOfficeFilterChainin classAbstractPlatformFilterChain
-