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 java.lang.StringPARAMETER_CLEAR_CONTEXT_CACHE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetJsonFragment(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 java.lang.String PARAMETER_CLEAR_CONTEXT_CACHE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJsonFragment
java.lang.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
-
-