Package net.sf.jasperreports.export
Interface HtmlExporterOutput
- All Superinterfaces:
ExporterOutput
,WriterExporterOutput
- All Known Implementing Classes:
SimpleHtmlExporterOutput
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.WriterExporterOutput
PROPERTY_CHARACTER_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.Methods inherited from interface net.sf.jasperreports.export.WriterExporterOutput
close, getEncoding, getWriter
-
Method Details
-
getImageHandler
HtmlResourceHandler getImageHandler() -
getFontHandler
HtmlResourceHandler getFontHandler()This 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. -
getResourceHandler
HtmlResourceHandler getResourceHandler()
-