Interface JsonExporterContext
-
- All Superinterfaces:
HyperlinkURLResolver,JRExporterContext
- All Known Implementing Classes:
JsonExporter.ExporterContext,JsonMetadataExporter.ExporterContext
public interface JsonExporterContext extends JRExporterContext, HyperlinkURLResolver
A context that represents information about an HTML export process.- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
JsonExporter
-
-
Method Summary
-
Methods inherited from interface net.sf.jasperreports.engine.export.HyperlinkURLResolver
getHyperlinkURL
-
Methods inherited from interface net.sf.jasperreports.engine.export.JRExporterContext
getExportedReport, getExporter, getExporterRef, getExportParameters, getExportPropertiesPrefix, getJasperReportsContext, getOffsetX, getOffsetY, getRepository, getValue, getValues, setValue
-
-