Class Rule

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id  
      protected static Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      Rule()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract Action check​(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)  
      void log​(javax.servlet.http.HttpServletRequest request, java.lang.String message)  
      protected void setId​(java.lang.String id)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • id

        protected java.lang.String id
      • logger

        protected static Logger logger
    • Constructor Detail

      • Rule

        public Rule()
    • Method Detail

      • check

        public abstract Action check​(javax.servlet.http.HttpServletRequest request,
                                     InterceptingHTTPServletResponse response,
                                     javax.servlet.http.HttpServletResponse httpResponse)
      • log

        public void log​(javax.servlet.http.HttpServletRequest request,
                        java.lang.String message)
      • setId

        protected void setId​(java.lang.String id)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object