Uses of Interface
de.hybris.platform.servicelayer.web.session.stale.StaleSessionStrategy
-
Packages that use StaleSessionStrategy Package Description de.hybris.platform.servicelayer.web.session.stale.impl -
-
Uses of StaleSessionStrategy in de.hybris.platform.servicelayer.web.session.stale.impl
Classes in de.hybris.platform.servicelayer.web.session.stale.impl that implement StaleSessionStrategy Modifier and Type Class Description classInvalidateSessionAndMarkRequestStrategyConstructors in de.hybris.platform.servicelayer.web.session.stale.impl with parameters of type StaleSessionStrategy Constructor Description DefaultStaleSessionCheckingFilterChain(javax.servlet.FilterChain targetFilterChain, StaleSessionDetector staleSessionDetector, StaleSessionStrategy staleSessionStrategy, StaleSessionConfig staleSessionConfig)DefaultStaleSessionSupport(StaleSessionStrategy staleSessionStrategy, StaleSessionDetector staleSessionDetector, StaleSessionConfig staleSessionConfig)
-