Package | Description |
---|---|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table 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.data |
Provides various report data source implementations and allows creating custom data sources.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
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).
|
net.sf.jasperreports.engine.scriptlets |
Contains factory interfaces and implementations for global report scriptlets.
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.repo |
Provides support for JasperReports repository.
|
net.sf.jasperreports.web.servlets |
Contains web servlets implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
TableJasperReport |
Modifier and Type | Method and Description |
---|---|
protected JasperReport |
FillTable.containingReport(JasperReport parentReport) |
protected JasperReport |
FillTableSubreport.evaluateReport(byte evaluation) |
JasperReport |
TableJasperReport.getParentReport() |
Modifier and Type | Method and Description |
---|---|
protected JasperReport |
FillTable.containingReport(JasperReport parentReport) |
protected JRReportCompileData |
FillTable.createTableReportCompileData(JasperReport parentReport,
JRDataset reportSubdataset) |
String |
TableReportCompileData.getUnitName(JasperReport jasperReport,
JRCrosstab crosstab) |
String |
TableReportCompileData.getUnitName(JasperReport jasperReport,
JRDataset dataset) |
Constructor and Description |
---|
TableJasperReport(JasperReport parentReport,
TableReport baseReport,
Serializable compileData,
JRBaseObjectFactory factory,
String compileNameSuffix) |
TableReportCompileData(JasperReport originialReport) |
Modifier and Type | Method and Description |
---|---|
JasperReport |
JasperCompileManager.compile(InputStream inputStream)
Compiles the serialized report design object read from the supplied input stream and
returns the generated compiled report design object.
|
JasperReport |
JasperCompileManager.compile(JasperDesign jasperDesign)
Compiles the report design object received as parameter and
returns the generated compiled report design object.
|
JasperReport |
JasperCompileManager.compile(String sourceFileName)
Compiles the XML report design file received as parameter, and returns
the compiled report design object.
|
static JasperReport |
JasperCompileManager.compileReport(InputStream inputStream) |
static JasperReport |
JasperCompileManager.compileReport(JasperDesign jasperDesign) |
static JasperReport |
JasperCompileManager.compileReport(String sourceFileName) |
Modifier and Type | Method and Description |
---|---|
JRDataSource |
JRDataSourceProvider.create(JasperReport report)
Creates and returns a new instance of the provided data source.
|
JasperPrint |
JasperFillManager.fill(JasperReport jasperReport,
Map<String,Object> parameters)
Fills the compiled report design supplied as the first parameter and returns
the generated report object.
|
JasperPrint |
JasperFillManager.fill(JasperReport jasperReport,
Map<String,Object> parameters,
Connection connection)
Fills the compiled report design supplied as the first parameter and returns
the generated report object.
|
JasperPrint |
JasperFillManager.fill(JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource dataSource)
Fills the compiled report design supplied as the first parameter and returns
the generated report object.
|
static JasperPrint |
JasperFillManager.fillReport(JasperReport jasperReport,
Map<String,Object> parameters) |
static JasperPrint |
JasperFillManager.fillReport(JasperReport jasperReport,
Map<String,Object> parameters,
Connection connection) |
static JasperPrint |
JasperFillManager.fillReport(JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource dataSource) |
static void |
JasperFillManager.fillReportToFile(JasperReport jasperReport,
String destFileName,
Map<String,Object> parameters) |
static void |
JasperFillManager.fillReportToFile(JasperReport jasperReport,
String destFileName,
Map<String,Object> parameters,
Connection connection) |
static void |
JasperFillManager.fillReportToFile(JasperReport jasperReport,
String destFileName,
Map<String,Object> parameters,
JRDataSource dataSource) |
static void |
JasperFillManager.fillReportToStream(JasperReport jasperReport,
OutputStream outputStream,
Map<String,Object> parameters) |
static void |
JasperFillManager.fillReportToStream(JasperReport jasperReport,
OutputStream outputStream,
Map<String,Object> parameters,
Connection connection) |
static void |
JasperFillManager.fillReportToStream(JasperReport jasperReport,
OutputStream outputStream,
Map<String,Object> parameters,
JRDataSource dataSource) |
void |
JasperFillManager.fillToFile(JasperReport jasperReport,
String destFileName,
Map<String,Object> parameters)
Fills the compiled report design received as the first parameter
and places the result in the file specified by the second parameter.
|
void |
JasperFillManager.fillToFile(JasperReport jasperReport,
String destFileName,
Map<String,Object> parameters,
Connection connection)
Fills the compiled report design received as the first parameter
and places the result in the file specified by the second parameter.
|
void |
JasperFillManager.fillToFile(JasperReport jasperReport,
String destFileName,
Map<String,Object> parameters,
JRDataSource dataSource)
Fills the compiled report design received as the first parameter
and places the result in the file specified by the second parameter.
|
void |
JasperFillManager.fillToStream(JasperReport jasperReport,
OutputStream outputStream,
Map<String,Object> parameters)
Fills the compiled report design supplied as the first parameter and writes
the generated report object to the output stream specified by the second parameter.
|
void |
JasperFillManager.fillToStream(JasperReport jasperReport,
OutputStream outputStream,
Map<String,Object> parameters,
Connection connection)
Fills the compiled report design supplied as the first parameter and writes
the generated report object to the output stream specified by the second parameter.
|
void |
JasperFillManager.fillToStream(JasperReport jasperReport,
OutputStream outputStream,
Map<String,Object> parameters,
JRDataSource dataSource)
Fills the compiled report design supplied as the first parameter and writes
the generated report object to the output stream specified by the second parameter.
|
JREvaluator |
JasperCompileManager.getEvaluator(JasperReport jasperReport) |
JREvaluator |
JasperCompileManager.getEvaluator(JasperReport jasperReport,
JRCrosstab crosstab) |
JREvaluator |
JasperCompileManager.getEvaluator(JasperReport jasperReport,
JRDataset dataset) |
JRField[] |
JRDataSourceProvider.getFields(JasperReport report)
Returns the fields that are available from the data source.
|
static JREvaluator |
JasperCompileManager.loadEvaluator(JasperReport jasperReport) |
static JREvaluator |
JasperCompileManager.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab) |
static JREvaluator |
JasperCompileManager.loadEvaluator(JasperReport jasperReport,
JRDataset dataset) |
static byte[] |
JasperRunManager.runReportToPdf(JasperReport jasperReport,
Map<String,Object> parameters) |
static byte[] |
JasperRunManager.runReportToPdf(JasperReport jasperReport,
Map<String,Object> parameters,
Connection conn) |
static byte[] |
JasperRunManager.runReportToPdf(JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource jrDataSource) |
byte[] |
JasperRunManager.runToPdf(JasperReport jasperReport,
Map<String,Object> parameters)
Fills a report and returns byte array object containing the report in PDF format.
|
byte[] |
JasperRunManager.runToPdf(JasperReport jasperReport,
Map<String,Object> parameters,
Connection conn)
Fills a report and returns byte array object containing the report in PDF format.
|
byte[] |
JasperRunManager.runToPdf(JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource jrDataSource)
Fills a report and returns byte array object containing the report in PDF format.
|
Modifier and Type | Method and Description |
---|---|
JRDataSource |
JRCsvDataSourceProvider.create(JasperReport report) |
JRField[] |
JRCsvDataSourceProvider.getFields(JasperReport report) |
JRField[] |
JRAbstractBeanDataSourceProvider.getFields(JasperReport report) |
Modifier and Type | Method and Description |
---|---|
JasperReport |
JRAbstractCompiler.compileReport(JasperDesign jasperDesign) |
JasperReport |
JRCompiler.compileReport(JasperDesign jasperDesign)
Compiles a report design.
|
Modifier and Type | Method and Description |
---|---|
String |
JRReportCompileData.getUnitName(JasperReport jasperReport,
JRCrosstab crosstab) |
static String |
JRAbstractCompiler.getUnitName(JasperReport report,
JRCrosstab crosstab)
Returns the name of the expression evaluator unit for a crosstab of a report.
|
String |
JRReportCompileData.getUnitName(JasperReport jasperReport,
JRDataset dataset) |
static String |
JRAbstractCompiler.getUnitName(JasperReport report,
JRDataset dataset)
Returns the name of the expression evaluator unit for a dataset of a report.
|
JREvaluator |
JRAbstractCompiler.loadEvaluator(JasperReport jasperReport) |
JREvaluator |
JRCompiler.loadEvaluator(JasperReport jasperReport)
Loads the evaluator for a report's main dataset.
|
JREvaluator |
JRAbstractCompiler.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab) |
JREvaluator |
JRCompiler.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab)
Loads a expression evaluator class for a crosstab of a report.
|
JREvaluator |
JRAbstractCompiler.loadEvaluator(JasperReport jasperReport,
JRDataset dataset) |
JREvaluator |
JRCompiler.loadEvaluator(JasperReport jasperReport,
JRDataset dataset)
Loads a expression evaluator class for a dataset of a report.
|
Modifier and Type | Field and Description |
---|---|
protected JasperReport |
BaseFillHandle.jasperReport |
protected JasperReport |
BaseReportFiller.jasperReport
The report.
|
Modifier and Type | Method and Description |
---|---|
protected JasperReport |
JRFillSubreport.evaluateReport(byte evaluation) |
JasperReport |
BaseReportFiller.getJasperReport()
Returns the report.
|
JasperReport |
JRFillContext.getLoadedSubreport(Object source)
Gets a cached subreport.
|
static JasperReport |
JRFillSubreport.loadReport(Object source,
BaseReportFiller filler) |
Modifier and Type | Method and Description |
---|---|
protected static JRBaseFiller |
JRFiller.createBandReportFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport) |
void |
JRFillDataset.createCalculator(JasperReport jasperReport)
Creates the calculator
|
protected static JRCalculator |
JRFillDataset.createCalculator(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
JRDataset dataset) |
static JRBaseFiller |
JRFiller.createFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport) |
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReport jasperReport,
Map<String,Object> parameters) |
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReport jasperReport,
Map<String,Object> parameters,
Connection conn) |
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource dataSource) |
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters)
Creates an asychronous filling handle.
|
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters,
Connection conn)
Creates an asychronous filling handle.
|
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource dataSource)
Creates an asychronous filling handle.
|
static ReportFiller |
JRFiller.createReportFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport) |
static Map<String,Object> |
JRParameterDefaultValuesEvaluator.evaluateParameterDefaultValues(JasperReport report,
Map<String,Object> initialParameters)
Evaluates the default values for the parameters of a report.
|
static Map<String,Object> |
JRParameterDefaultValuesEvaluator.evaluateParameterDefaultValues(JasperReportsContext jasperReportsContext,
JasperReport report,
Map<String,Object> initialParameters)
Evaluates the default values for the parameters of a report.
|
static JasperPrint |
JRFiller.fill(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters)
Fills a report.
|
static JasperPrint |
JRFiller.fill(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters,
Connection conn) |
static JasperPrint |
JRFiller.fill(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource dataSource) |
protected void |
JRFillCrosstab.loadEvaluator(JasperReport jasperReport) |
void |
JRFillContext.registerLoadedSubreport(Object source,
JasperReport subreport)
Registers a subreport loaded from a source.
|
void |
JRFillContext.registerReportStyles(JasperReport jasperReport,
UUID id,
List<JRStyle> styles) |
Modifier and Type | Method and Description |
---|---|
JasperReport |
ScriptletFactoryContext.getJasperReport()
Returns the
JasperReport object for this context. |
Modifier and Type | Method and Description |
---|---|
static JRDataset |
JRReportUtils.findSubdataset(JRDatasetRun datasetRun,
JasperReport report) |
Modifier and Type | Method and Description |
---|---|
JasperReport |
JasperDesignCache.getJasperReport(String uri) |
JasperReport |
ReportResource.getReport() |
JasperReport |
RepositoryUtil.getReport(ReportContext reportContext,
String location) |
Modifier and Type | Method and Description |
---|---|
String |
JasperDesignCache.locateReport(JasperReport jasperReport) |
void |
JasperDesignCache.set(String uri,
JasperReport jasperReport) |
void |
ReportResource.setReport(JasperReport report) |
Modifier and Type | Method and Description |
---|---|
protected void |
Controller.runReport(ReportContext reportContext,
JasperReport jasperReport,
boolean async) |
Copyright © 2017. All rights reserved.