| Package | Description |
|---|---|
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through fa�ade 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).
|
| net.sf.jasperreports.repo | |
| net.sf.jasperreports.web | |
| net.sf.jasperreports.web.actions | |
| net.sf.jasperreports.web.commands |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleReportContext |
| Modifier and Type | Method and Description |
|---|---|
ReportContext |
JRAbstractExporter.getReportContext() |
ReportContext |
JRExporter.getReportContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRAbstractExporter.setReportContext(ReportContext reportContext) |
void |
JRExporter.setReportContext(ReportContext reportContext) |
| Modifier and Type | Method and Description |
|---|---|
ReportContext |
JRFillContext.getReportContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRFillContext.setReportContext(ReportContext reportContext) |
| Modifier and Type | Method and Description |
|---|---|
static ReportContext |
RepositoryUtil.getThreadReportContext()
Deprecated.
To be removed.
|
| Modifier and Type | Method and Description |
|---|---|
static JasperDesignCache |
JasperDesignCache.getExistingInstance(ReportContext reportContext) |
static JasperDesignCache |
JasperDesignCache.getInstance(JasperReportsContext jasperReportsContext,
ReportContext reportContext) |
static JasperDesignReportResourceCache |
JasperDesignReportResourceCache.getInstance(ReportContext reportContext) |
JasperReport |
RepositoryUtil.getReport(ReportContext reportContext,
String location) |
static void |
RepositoryUtil.setThreadReportContext(ReportContext reportContext)
Deprecated.
To be removed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebReportContext |
| Modifier and Type | Method and Description |
|---|---|
ReportContext |
AbstractAction.getReportContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAction.init(JasperReportsContext jasperReportsContext,
ReportContext reportContext) |
| Constructor and Description |
|---|
MultiActionCommand(List<AbstractAction> actions,
JasperReportsContext jasperReportsContext,
ReportContext reportContext) |
ResetInCacheCommand(Command command,
JasperReportsContext jasperReportsContext,
ReportContext reportContext,
String uri) |
Copyright © 2012. All Rights Reserved.