Package net.sf.jasperreports.export
Class SimpleHtmlExporterOutput
java.lang.Object
net.sf.jasperreports.export.SimpleWriterExporterOutput
net.sf.jasperreports.export.SimpleHtmlExporterOutput
- All Implemented Interfaces:
ExporterOutput,HtmlExporterOutput,WriterExporterOutput
public class SimpleHtmlExporterOutput
extends SimpleWriterExporterOutput
implements HtmlExporterOutput
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.WriterExporterOutput
PROPERTY_CHARACTER_ENCODING -
Constructor Summary
ConstructorsConstructorDescriptionSimpleHtmlExporterOutput(File file) SimpleHtmlExporterOutput(File file, String encoding) SimpleHtmlExporterOutput(OutputStream outputStream) SimpleHtmlExporterOutput(OutputStream outputStream, String encoding) SimpleHtmlExporterOutput(Writer writer) SimpleHtmlExporterOutput(String fileName) SimpleHtmlExporterOutput(StringBuffer sbuffer) SimpleHtmlExporterOutput(StringBuilder sbuilder) SimpleHtmlExporterOutput(String fileName, String encoding) -
Method Summary
Modifier and TypeMethodDescriptionThis handler is needed when generating static, non-interactive HTML output, in server environments where the JsonExporter is not involved in bringing in the Web font information and the font CSS still needs to be generated dynamically and comes from a server URL that is different from the one used for static resources.voidsetFontHandler(HtmlResourceHandler fontHandler) voidsetImageHandler(HtmlResourceHandler imageHandler) voidsetResourceHandler(HtmlResourceHandler resourceHandler) Methods inherited from class net.sf.jasperreports.export.SimpleWriterExporterOutput
close, getEncoding, getWriterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.export.WriterExporterOutput
close, getEncoding, getWriter
-
Constructor Details
-
SimpleHtmlExporterOutput
-
SimpleHtmlExporterOutput
-
SimpleHtmlExporterOutput
-
SimpleHtmlExporterOutput
-
SimpleHtmlExporterOutput
-
SimpleHtmlExporterOutput
-
SimpleHtmlExporterOutput
-
SimpleHtmlExporterOutput
-
SimpleHtmlExporterOutput
-
-
Method Details
-
getImageHandler
- Specified by:
getImageHandlerin interfaceHtmlExporterOutput
-
setImageHandler
-
getFontHandler
Description copied from interface:HtmlExporterOutputThis handler is needed when generating static, non-interactive HTML output, in server environments where the JsonExporter is not involved in bringing in the Web font information and the font CSS still needs to be generated dynamically and comes from a server URL that is different from the one used for static resources.- Specified by:
getFontHandlerin interfaceHtmlExporterOutput
-
setFontHandler
-
getResourceHandler
- Specified by:
getResourceHandlerin interfaceHtmlExporterOutput
-
setResourceHandler
-