Class ConfluenceDispatcherErrorHandler

java.lang.Object
org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
com.atlassian.confluence.impl.struts.ConfluenceDispatcherErrorHandler
All Implemented Interfaces:
org.apache.struts2.dispatcher.DispatcherErrorHandler

public class ConfluenceDispatcherErrorHandler extends org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler
Temporary override to provide cross-compatibility with Servlet API 4.0 and 6.0.
Since:
9.3
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    sendErrorResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, int code, Exception e)
     

    Methods inherited from class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler

    createReportData, handleError, handleErrorInDevMode, init, setDevMode, setFreemarkerManager

    Methods inherited from class java.lang.Object

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

    • ConfluenceDispatcherErrorHandler

      public ConfluenceDispatcherErrorHandler()
  • Method Details

    • sendErrorResponse

      protected void sendErrorResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, int code, Exception e)
      Overrides:
      sendErrorResponse in class org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler