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
public class PlatformFilterChain extends AbstractPlatformFilterChain
Standard platform filter chain.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain
AbstractPlatformFilterChain.InternalFilterChain
-
-
Constructor Summary
Constructors Constructor Description PlatformFilterChain(java.util.List<javax.servlet.Filter> internalFilters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisBackOfficeFilterChain()Returns true if filter is used in backoffice application.-
Methods inherited from class de.hybris.platform.servicelayer.web.AbstractPlatformFilterChain
doFilterInternal, getExcludedUrlPaths, setExcludedUrlPaths, setPreFilter, shouldBreakFiltering, throwAnyException, throwUncheckedException
-
Methods inherited from class org.springframework.web.filter.OncePerRequestFilter
doFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch
-
-
-
-
Method Detail
-
isBackOfficeFilterChain
protected boolean isBackOfficeFilterChain()
Description copied from class:AbstractPlatformFilterChainReturns true if filter is used in backoffice application.- Specified by:
isBackOfficeFilterChainin classAbstractPlatformFilterChain
-
-