Class SessionCleanupFilter

    • Field Detail

      • STATEFUL_KEY

        public final String STATEFUL_KEY
    • Constructor Detail

      • SessionCleanupFilter

        public SessionCleanupFilter()
    • Method Detail

      • init

        public void init​(javax.servlet.FilterConfig filterConfig)
                  throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException
      • run

        public void run​(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response,
                        javax.servlet.FilterChain chain)
                 throws IOException,
                        javax.servlet.ServletException
        Specified by:
        run in class HttpFilter
        Throws:
        IOException
        javax.servlet.ServletException
      • destroy

        public void destroy()