Package net.sf.jasperreports.json.export
Interface GenericElementJsonHandler
-
- All Superinterfaces:
GenericElementHandler
- All Known Implementing Classes:
CrosstabInteractiveJsonHandler
,HeaderToolbarElementJsonHandler
,MapElementJsonHandler
,SortElementJsonHandler
public interface GenericElementJsonHandler extends GenericElementHandler
A generic print element JSON export handler.- Author:
- Narcis Marcu(nmarcu@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAMETER_CLEAR_CONTEXT_CACHE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJsonFragment(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 Detail
-
PARAMETER_CLEAR_CONTEXT_CACHE
static final String PARAMETER_CLEAR_CONTEXT_CACHE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJsonFragment
String getJsonFragment(JsonExporterContext exporterContext, JRGenericPrintElement element)
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
-
-