Uses of Class
de.hybris.platform.servicelayer.web.session.stale.StaleSessionStrategy.Action
-
Packages that use StaleSessionStrategy.Action Package Description de.hybris.platform.servicelayer.web.session.stale de.hybris.platform.servicelayer.web.session.stale.impl -
-
Uses of StaleSessionStrategy.Action in de.hybris.platform.servicelayer.web.session.stale
Methods in de.hybris.platform.servicelayer.web.session.stale that return StaleSessionStrategy.Action Modifier and Type Method Description StaleSessionStrategy.ActionStaleSessionCheckingFilterChain. getStaleSessionAction()As part of theFilterChain.doFilter(ServletRequest, ServletResponse)invocation the decision should be made if further processing of theServletRequestis allowed or not.StaleSessionStrategy.ActionStaleSessionStrategy. onStaleSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Invoked when stale session was detected.static StaleSessionStrategy.ActionStaleSessionStrategy.Action. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StaleSessionStrategy.Action[]StaleSessionStrategy.Action. values()Returns an array containing the constants of this enum type, 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.Action Modifier and Type Method Description StaleSessionStrategy.ActionDefaultStaleSessionCheckingFilterChain. getStaleSessionAction()StaleSessionStrategy.ActionInvalidateSessionAndMarkRequestStrategy. onStaleSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-