Class SmartServiceInfoRefs.Chain

  • All Implemented Interfaces:
    javax.servlet.FilterChain
    Enclosing class:
    SmartServiceInfoRefs

    private class SmartServiceInfoRefs.Chain
    extends java.lang.Object
    implements javax.servlet.FilterChain
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int filterIdx  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Chain()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doFilter​(javax.servlet.ServletRequest req, javax.servlet.ServletResponse rsp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • filterIdx

        private int filterIdx
    • Constructor Detail

      • Chain

        private Chain()
    • Method Detail

      • doFilter

        public void doFilter​(javax.servlet.ServletRequest req,
                             javax.servlet.ServletResponse rsp)
                      throws java.io.IOException,
                             javax.servlet.ServletException
        Specified by:
        doFilter in interface javax.servlet.FilterChain
        Throws:
        java.io.IOException
        javax.servlet.ServletException