Interface StaleSessionCheckingFilterChain

All Superinterfaces:
javax.servlet.FilterChain
All Known Implementing Classes:
DefaultStaleSessionCheckingFilterChain

public interface StaleSessionCheckingFilterChain extends javax.servlet.FilterChain
A FilterChain responsible for dealing with the stale session.
  • Method Summary

    Modifier and Type
    Method
    Description
    As part of the FilterChain.doFilter(ServletRequest, ServletResponse) invocation the decision should be made if further processing of the ServletRequest is allowed or not.

    Methods inherited from interface javax.servlet.FilterChain

    doFilter