Java org.jfree.chart.servlet ServletUtilities fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.servlet ServletUtilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.servlet ServletUtilities.

The text is from its open source code.

Subclass

org.jfree.chart.servlet.ServletUtilities has subclasses.
Click this link to see all its subclasses.

Method

voidcreateTempDir()
Creates the temporary directory if it does not exist.
StringgetTempOneTimeFilePrefix()
Returns the prefix for "one time" temporary file names generated by this class.
StringsaveChartAsJPEG(JFreeChart chart, int width, int height, ChartRenderingInfo info, HttpSession session)
Saves the chart as a JPEG format file in the temporary directory and populates the ChartRenderingInfo object which can be used to generate an HTML image map.
StringsaveChartAsPNG(JFreeChart chart, int width, int height, ChartRenderingInfo info, HttpSession session)
Saves the chart as a PNG format file in the temporary directory and populates the ChartRenderingInfo object which can be used to generate an HTML image map.
StringsaveChartAsPNG(JFreeChart chart, int width, int height, HttpSession session)
Saves the chart as a PNG format file in the temporary directory.
StringsearchReplace(String inputString, String searchString, String replaceString)
Perform a search/replace operation on a String There are String methods to do this since (JDK 1.4)
voidsendTempFile(String filename, HttpServletResponse response)
Binary streams the specified file in the temporary directory to the HTTP response in 1KB chunks.
voidsendTempFile(File file, HttpServletResponse response)
Binary streams the specified file to the HTTP response in 1KB chunks.
voidsetTempFilePrefix(String prefix)
Sets the prefix for the temporary file names generated by this class.