Package net.sf.jasperreports.export
Interface JsonExporterOutput
-
- All Superinterfaces:
ExporterOutput,WriterExporterOutput
- All Known Implementing Classes:
ParametersJsonExporterOutput,SimpleJsonExporterOutput
public interface JsonExporterOutput 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 HtmlResourceHandlergetFontHandler()HtmlResourceHandlergetResourceHandler()-
Methods inherited from interface net.sf.jasperreports.export.WriterExporterOutput
close, getEncoding, getWriter
-
-
-
-
Method Detail
-
getFontHandler
HtmlResourceHandler getFontHandler()
-
getResourceHandler
HtmlResourceHandler getResourceHandler()
-
-