Package net.sf.jasperreports.export
Interface HtmlExporterOutput
-
- All Superinterfaces:
ExporterOutput
,WriterExporterOutput
- All Known Implementing Classes:
SimpleHtmlExporterOutput
public interface HtmlExporterOutput extends WriterExporterOutput
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.export.WriterExporterOutput
PROPERTY_CHARACTER_ENCODING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.HtmlResourceHandler
getImageHandler()
HtmlResourceHandler
getResourceHandler()
-
Methods inherited from interface net.sf.jasperreports.export.WriterExporterOutput
close, getEncoding, getWriter
-
-
-
-
Method Detail
-
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()
-
-