Uses of Interface
net.sf.jasperreports.engine.fill.JasperReportSource
-
Packages that use JasperReportSource Package Description net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.net.sf.jasperreports.engine 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.net.sf.jasperreports.engine.fill 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 JasperReportSource Modifier and Type Method Description protected JasperReportSource
ComponentFillSubreport. evaluateReportSource(byte evaluation)
-
Uses of JasperReportSource in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JasperReportSource Modifier and Type Method Description protected JasperReportSource
JasperFillManager. getReportSource(File reportFile)
protected JasperReportSource
JasperFillManager. getReportSource(File reportFile, JasperReport jasperReport)
protected JasperReportSource
JasperFillManager. getReportSource(String location)
protected static JasperReportSource
JasperFillManager. getReportSource(JasperReportsContext jasperReportsContext, File reportFile)
-
Uses of JasperReportSource in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JasperReportSource Modifier and Type Class Description class
SimpleJasperReportSource
Fields in net.sf.jasperreports.engine.fill declared as JasperReportSource Modifier and Type Field Description protected JasperReportSource
BaseReportFiller. reportSource
Methods in net.sf.jasperreports.engine.fill that return JasperReportSource Modifier and Type Method Description protected JasperReportSource
JRFillSubreport. evaluateReportSource(byte evaluation)
JasperReportSource
JRFillContext. getLoadedSubreport(Object source)
Gets a cached subreport.JasperReportSource
BaseReportFiller. getReportSource()
static JasperReportSource
JRFillSubreport. getReportSource(Object source, Boolean isUsingCache, BaseReportFiller filler)
protected static JasperReportSource
JRFillSubreport. loadReportSource(Object reportSource, String contextLocation, BaseReportFiller filler)
Methods in net.sf.jasperreports.engine.fill with parameters of type JasperReportSource Modifier and Type Method Description protected static JRBaseFiller
JRFiller. createBandReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource)
static AsynchronousFillHandle
AsynchronousFillHandle. createHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String,Object> parameters)
static AsynchronousFillHandle
AsynchronousFillHandle. createHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String,Object> parameters, Connection conn)
static AsynchronousFillHandle
AsynchronousFillHandle. createHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String,Object> parameters, JRDataSource dataSource)
static ReportFiller
JRFiller. createReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource)
static JasperPrint
JRFiller. fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String,Object> parameters)
static JasperPrint
JRFiller. fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String,Object> parameters, Connection conn)
static JasperPrint
JRFiller. fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String,Object> parameters, JRDataSource dataSource)
void
JRFillContext. registerLoadedSubreport(Object source, JasperReportSource subreport)
Registers a subreport loaded from a source.
-