|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServlet
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:
Constructor Summary | |
DisplayChart()
Default constructor. |
Method Summary | |
void |
init()
Init method. |
void |
service(HttpServletRequest request,
HttpServletResponse response)
Service method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DisplayChart()
Method Detail |
public void init() throws ServletException
ServletException
- never.public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
request
- the request.response
- the response.
ServletException
- ??.
java.io.IOException
- ??.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |