Class JasperFormatter
java.lang.Object
io.jmix.reports.yarg.formatters.impl.AbstractFormatter
io.jmix.reports.yarg.formatters.impl.JasperFormatter
- All Implemented Interfaces:
- ReportFormatter
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.reports.yarg.formatters.impl.AbstractFormatterAbstractFormatter.BandPathAndParameterName, AbstractFormatter.InlinerAndMatcher
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class io.jmix.reports.yarg.formatters.impl.AbstractFormatterALIAS_GROUP, ALIAS_WITH_BAND_NAME_PATTERN, ALIAS_WITH_BAND_NAME_REGEXP, BAND_NAME_DECLARATION_PATTERN, BAND_NAME_DECLARATION_REGEXP, contentInliners, defaultFormatProvider, groovyScriptParametersProvider, outputStream, outputType, reportTemplate, rootBand, scripting, SIMPLE_ALIAS_REGEXP, STRING_FUNCTION_GROUP, supportedOutputTypes, UNIVERSAL_ALIAS_PATTERN, UNIVERSAL_ALIAS_REGEXP, VALUE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected net.sf.jasperreports.export.Exporterprotected net.sf.jasperreports.engine.JRParameterprotected voidprintReport(net.sf.jasperreports.engine.JasperReport report) voidCreates document and serializes it to predefined stream (or something like this)Methods inherited from class io.jmix.reports.yarg.formatters.impl.AbstractFormatterapplyStringFunction, checkThreadInterrupted, containsJustOneAlias, createDocument, defaultFormat, findBandByPath, formatValue, formatValue, getAllAliases, getContentInlinerForFormat, getContentInliners, getFormatString, getFullParameterName, inlineParameterValue, insertBandDataToString, isGroovyScript, separateBandNameAndParameterName, setContentInliners, setDefaultFormatProvider, setScripting, unwrapParameterName, wrapWithReportingException, wrapWithReportingException
- 
Field Details- 
JASPER_EXT- See Also:
 
- 
JRXML_EXT- See Also:
 
- 
CSV_DELIMETER- See Also:
 
 
- 
- 
Constructor Details- 
JasperFormatter
 
- 
- 
Method Details- 
renderDocumentpublic void renderDocument()Description copied from interface:ReportFormatterCreates document and serializes it to predefined stream (or something like this)
- 
printReportprotected void printReport(net.sf.jasperreports.engine.JasperReport report) throws net.sf.jasperreports.engine.JRException - Throws:
- net.sf.jasperreports.engine.JRException
 
- 
createExporterprotected net.sf.jasperreports.export.Exporter createExporter()
- 
createJRParameterprotected net.sf.jasperreports.engine.JRParameter createJRParameter()
 
-