Interface ConfluenceSitemeshDecorator.ErrorHandlingStrategy

Enclosing class:
ConfluenceSitemeshDecorator

protected static interface ConfluenceSitemeshDecorator.ErrorHandlingStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleException(Exception e, javax.servlet.http.HttpServletResponse response)
     
  • Method Details

    • handleException

      void handleException(Exception e, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Throws:
      javax.servlet.ServletException
      IOException