A C D E F G I J K L M N P R S T V W

W

writeBufferTo(ChartDescription, HttpServletResponse) - Method in class com.jxcell.server.ChartServerComponent
This method obtains the image bytes using getBytes method, sets the content type based on the image type, writes the bytes into the response, and closes the output.
writeCachedBufferTo(String, HttpServletResponse) - Method in class com.jxcell.server.ChartServerComponent
This method obtains the image bytes using getCachedBuffer method, sets the content type tbased on the image type, writes the bytes into the response, and closes the output.
writeCachedBufferTo(String, JspWriter, HttpServletResponse) - Method in class com.jxcell.server.ChartServerComponent
Used by the getImage.jsp to write cached bytes out - some servers will not allow us to getOutputStream from response and instead the writer should be used.

A C D E F G I J K L M N P R S T V W