Package net.sf.jasperreports.json.export
Interface GenericElementJsonHandler
- All Superinterfaces:
GenericElementHandler
A generic print element JSON export handler.
- Author:
- Narcis Marcu(nmarcu@users.sourceforge.net)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetJsonFragment
(JsonExporterContext exporterContext, JRGenericPrintElement element) Returns an JSON fragment that is to be inserted in the export output.Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
-
Field Details
-
PARAMETER_CLEAR_CONTEXT_CACHE
- See Also:
-
-
Method Details
-
getJsonFragment
Returns an JSON fragment that is to be inserted in the export output.- Parameters:
element
- the generic print element- Returns:
- the JSON fragment that represents the exported element
-