public class

DisplayErrorServlet

extends JiraWebworkActionDispatcher
java.lang.Object
   ↳ javax.servlet.GenericServlet
     ↳ javax.servlet.http.HttpServlet
       ↳ com.atlassian.jira.web.dispatcher.JiraWebworkActionDispatcher
         ↳ com.atlassian.jira.web.filters.DisplayErrorServlet

Class Overview

Generic error servlet. Displays prettier errors than the default Tomcat ones.

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.dispatcher.JiraWebworkActionDispatcher
Public Constructors
DisplayErrorServlet()
Public Methods
void destroy()
ServletConfig getServletConfig()
String getServletInfo()
void init(ServletConfig config)
Initialize dispatcher servlet
void service(ServletRequest req, ServletResponse res)
[Expand]
Inherited Methods
From class com.atlassian.jira.web.dispatcher.JiraWebworkActionDispatcher
From class javax.servlet.http.HttpServlet
From class javax.servlet.GenericServlet
From class java.lang.Object
From interface javax.servlet.Servlet
From interface javax.servlet.ServletConfig

Public Constructors

public DisplayErrorServlet ()

Public Methods

public void destroy ()

public ServletConfig getServletConfig ()

public String getServletInfo ()

public void init (ServletConfig config)

Initialize dispatcher servlet

Parameters
config ServletConfig
Throws
ServletException

public void service (ServletRequest req, ServletResponse res)

Throws
ServletException
IOException