Uses of Interface
net.sf.jasperreports.engine.fill.JasperReportSource
Packages that use JasperReportSource
Package
Description
Contains fill time implementations for subreport component related interfaces.
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
-
Uses of JasperReportSource in net.sf.jasperreports.components.subreport.fill
Methods in net.sf.jasperreports.components.subreport.fill that return JasperReportSourceModifier and TypeMethodDescriptionprotected JasperReportSourceComponentFillSubreport.evaluateReportSource(byte evaluation) -
Uses of JasperReportSource in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JasperReportSourceModifier and TypeMethodDescriptionprotected JasperReportSourceJasperFillManager.getReportSource(File reportFile) protected JasperReportSourceJasperFillManager.getReportSource(File reportFile, JasperReport jasperReport) protected JasperReportSourceJasperFillManager.getReportSource(String location) protected static JasperReportSourceJasperFillManager.getReportSource(JasperReportsContext jasperReportsContext, File reportFile) -
Uses of JasperReportSource in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JasperReportSourceFields in net.sf.jasperreports.engine.fill declared as JasperReportSourceMethods in net.sf.jasperreports.engine.fill that return JasperReportSourceModifier and TypeMethodDescriptionprotected JasperReportSourceJRFillSubreport.evaluateReportSource(byte evaluation) JRFillContext.getLoadedSubreport(Object source) Gets a cached subreport.BaseReportFiller.getReportSource()static JasperReportSourceJRFillSubreport.getReportSource(Object source, Boolean isUsingCache, BaseReportFiller filler) protected static JasperReportSourceJRFillSubreport.loadReportSource(Object reportSource, String contextLocation, BaseReportFiller filler) Methods in net.sf.jasperreports.engine.fill with parameters of type JasperReportSourceModifier and TypeMethodDescriptionprotected static JRBaseFillerJRFiller.createBandReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, Connection conn) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, JRDataSource dataSource) static ReportFillerJRFiller.createReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, Connection conn) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, JRDataSource dataSource) voidJRFillContext.registerLoadedSubreport(Object source, JasperReportSource subreport) Registers a subreport loaded from a source.Constructors in net.sf.jasperreports.engine.fill with parameters of type JasperReportSourceModifierConstructorDescriptionprotectedAsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, JRDataSource dataSource, Connection conn) protectedBaseFillHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, JRDataSource dataSource, Connection conn) BaseReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, FillerParent parent) protectedJRBaseFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, BandReportFillerParent parent) JRHorizontalFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, BandReportFillerParent parent) JRVerticalFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, BandReportFillerParent parent) PartReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, PartFillerParent parent)