public class

DisplayChartServlet

extends Object
implements Servlet
java.lang.Object
   ↳ com.atlassian.jira.charts.jfreechart.DisplayChartServlet

Class Overview

Display chart servlet that delegates processing to DisplayChart, after a few additional checks have been done on the filename request parameter. If there is an attempted path traversal, it is logged and a 404 is returned.

Summary

Fields
public static final Logger log Logger for DisplayChartServlet.
Public Constructors
DisplayChartServlet()
Public Methods
void destroy()
ServletConfig getServletConfig()
String getServletInfo()
void init(ServletConfig config)
void service(ServletRequest request, ServletResponse response)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.servlet.Servlet

Fields

public static final Logger log

Logger for DisplayChartServlet.

Public Constructors

public DisplayChartServlet ()

Public Methods

public void destroy ()

public ServletConfig getServletConfig ()

public String getServletInfo ()

public void init (ServletConfig config)

Throws
ServletException

public void service (ServletRequest request, ServletResponse response)

Throws
ServletException
IOException