Uses of Enum Class
de.hybris.platform.servicelayer.web.session.stale.StaleSessionStrategy.Action
Packages that use StaleSessionStrategy.Action
Package
Description
-
Uses of StaleSessionStrategy.Action in de.hybris.platform.servicelayer.web.session.stale
Methods in de.hybris.platform.servicelayer.web.session.stale that return StaleSessionStrategy.ActionModifier and TypeMethodDescriptionStaleSessionCheckingFilterChain.getStaleSessionAction()As part of theFilterChain.doFilter(ServletRequest, ServletResponse)invocation the decision should be made if further processing of theServletRequestis allowed or not.StaleSessionStrategy.onStaleSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Invoked when stale session was detected.static StaleSessionStrategy.ActionReturns the enum constant of this class with the specified name.static StaleSessionStrategy.Action[]StaleSessionStrategy.Action.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StaleSessionStrategy.Action in de.hybris.platform.servicelayer.web.session.stale.impl
Methods in de.hybris.platform.servicelayer.web.session.stale.impl that return StaleSessionStrategy.ActionModifier and TypeMethodDescriptionDefaultStaleSessionCheckingFilterChain.getStaleSessionAction()InvalidateSessionAndMarkRequestStrategy.onStaleSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)