org.jfree.chart.servlet
Class DisplayChart
HttpServlet
org.jfree.chart.servlet.DisplayChart
Servlet used for streaming charts to the client browser from the temporary
directory. You need to add this servlet and mapping to your deployment
descriptor (web.xml) in order to get it to work. The syntax is as follows:
DisplayChart
org.jfree.chart.servlet.DisplayChart
DisplayChart
/servlet/DisplayChart
void | init() - Init method.
|
void | service(HttpServletRequest request, HttpServletResponse response) - Service method.
|
init
public void init()
throws ServletException
Init method.
service
public void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
Service method.
request
- the request.response
- the response.