Uses of Interface
net.sf.jasperreports.engine.export.HtmlResourceHandler
-
Packages that use HtmlResourceHandler Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.export.parameters Provides support for export parametersnet.sf.jasperreports.web.util Contains utility classes for web applications. -
-
Uses of HtmlResourceHandler in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export that implement HtmlResourceHandler Modifier and Type Class Description classFileHtmlResourceHandlerclassMapHtmlResourceHandlerFields in net.sf.jasperreports.engine.export declared as HtmlResourceHandler Modifier and Type Field Description protected HtmlResourceHandlerAbstractHtmlExporter. fontHandlerDeprecated.To be removed.protected HtmlResourceHandlerAbstractHtmlExporter. imageHandlerDeprecated.To be removed.protected HtmlResourceHandlerAbstractHtmlExporter. resourceHandlerDeprecated.To be removed.Methods in net.sf.jasperreports.engine.export that return HtmlResourceHandler Modifier and Type Method Description HtmlResourceHandlerAbstractHtmlExporter. getFontHandler()Deprecated.Replaced byHtmlExporterOutput.getFontHandler().HtmlResourceHandlerAbstractHtmlExporter. getImageHandler()Deprecated.Replaced byHtmlExporterOutput.getImageHandler().HtmlResourceHandlerAbstractHtmlExporter. getResourceHandler()Deprecated.Replaced byHtmlExporterOutput.getResourceHandler().Methods in net.sf.jasperreports.engine.export with parameters of type HtmlResourceHandler Modifier and Type Method Description java.lang.StringHtmlFontUtil. getHtmlFont(HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal)voidHtmlFontUtil. handleHtmlFont(HtmlResourceHandler cssResourceSaver, HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal)voidAbstractHtmlExporter. setFontHandler(HtmlResourceHandler fontHandler)Deprecated.Replaced byHtmlExporterOutput.getFontHandler().voidAbstractHtmlExporter. setImageHandler(HtmlResourceHandler imageHandler)Deprecated.Replaced byHtmlExporterOutput.getImageHandler().voidAbstractHtmlExporter. setResourceHandler(HtmlResourceHandler resourceHandler)Deprecated.Replaced byHtmlExporterOutput.getResourceHandler().Constructors in net.sf.jasperreports.engine.export with parameters of type HtmlResourceHandler Constructor Description MapHtmlResourceHandler(HtmlResourceHandler parentHandler)MapHtmlResourceHandler(HtmlResourceHandler parentHandler, java.util.Map<java.lang.String,byte[]> resourcesMap) -
Uses of HtmlResourceHandler in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return HtmlResourceHandler Modifier and Type Method Description HtmlResourceHandlerHtmlExporterOutput. 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.HtmlResourceHandlerJsonExporterOutput. getFontHandler()HtmlResourceHandlerSimpleHtmlExporterOutput. getFontHandler()HtmlResourceHandlerSimpleJsonExporterOutput. getFontHandler()HtmlResourceHandlerHtmlExporterOutput. getImageHandler()HtmlResourceHandlerSimpleHtmlExporterOutput. getImageHandler()HtmlResourceHandlerHtmlExporterOutput. getResourceHandler()HtmlResourceHandlerJsonExporterOutput. getResourceHandler()HtmlResourceHandlerSimpleHtmlExporterOutput. getResourceHandler()HtmlResourceHandlerSimpleJsonExporterOutput. getResourceHandler()Methods in net.sf.jasperreports.export with parameters of type HtmlResourceHandler Modifier and Type Method Description voidSimpleHtmlExporterOutput. setFontHandler(HtmlResourceHandler fontHandler)voidSimpleJsonExporterOutput. setFontHandler(HtmlResourceHandler fontHandler)voidSimpleHtmlExporterOutput. setImageHandler(HtmlResourceHandler imageHandler)voidSimpleHtmlExporterOutput. setResourceHandler(HtmlResourceHandler resourceHandler)voidSimpleJsonExporterOutput. setResourceHandler(HtmlResourceHandler resourceHandler) -
Uses of HtmlResourceHandler in net.sf.jasperreports.export.parameters
Methods in net.sf.jasperreports.export.parameters that return HtmlResourceHandler Modifier and Type Method Description HtmlResourceHandlerParametersHtmlExporterOutput. getFontHandler()Deprecated.HtmlResourceHandlerParametersJsonExporterOutput. getFontHandler()Deprecated.HtmlResourceHandlerParametersHtmlExporterOutput. getImageHandler()Deprecated.HtmlResourceHandlerParametersHtmlExporterOutput. getResourceHandler()Deprecated.HtmlResourceHandlerParametersJsonExporterOutput. getResourceHandler()Deprecated. -
Uses of HtmlResourceHandler in net.sf.jasperreports.web.util
Classes in net.sf.jasperreports.web.util that implement HtmlResourceHandler Modifier and Type Class Description static classFontWebResourceHandler.FontFamilyHtmlResourceHandlerclassWebHtmlResourceHandler
-