Class DefaultRequestRejectedHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RequestRejectedException requestRejectedException)
      Handles an request rejected failure.
      • Methods inherited from class java.lang.Object

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

      • DefaultRequestRejectedHandler

        public DefaultRequestRejectedHandler()
    • Method Detail

      • handle

        public void handle​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response,
                           RequestRejectedException requestRejectedException)
                    throws java.io.IOException,
                           javax.servlet.ServletException
        Description copied from interface: RequestRejectedHandler
        Handles an request rejected failure.
        Specified by:
        handle in interface RequestRejectedHandler
        Parameters:
        request - that resulted in an RequestRejectedException
        response - so that the user agent can be advised of the failure
        requestRejectedException - that caused the invocation
        Throws:
        java.io.IOException - in the event of an IOException
        javax.servlet.ServletException - in the event of a ServletException