|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportContext | |
|---|---|
| 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 | |
| Uses of ReportContext in net.sf.jasperreports.engine |
|---|
| Classes in net.sf.jasperreports.engine that implement ReportContext | |
|---|---|
class |
SimpleReportContext
|
| Methods in net.sf.jasperreports.engine that return ReportContext | |
|---|---|
ReportContext |
JRAbstractExporter.getReportContext()
|
ReportContext |
JRExporter.getReportContext()
|
| Methods in net.sf.jasperreports.engine with parameters of type ReportContext | |
|---|---|
void |
JRAbstractExporter.setReportContext(ReportContext reportContext)
|
void |
JRExporter.setReportContext(ReportContext reportContext)
|
| Uses of ReportContext in net.sf.jasperreports.engine.fill |
|---|
| Methods in net.sf.jasperreports.engine.fill that return ReportContext | |
|---|---|
ReportContext |
JRFillContext.getReportContext()
|
| Methods in net.sf.jasperreports.engine.fill with parameters of type ReportContext | |
|---|---|
void |
JRFillContext.setReportContext(ReportContext reportContext)
|
| Uses of ReportContext in net.sf.jasperreports.repo |
|---|
| Methods in net.sf.jasperreports.repo that return ReportContext | |
|---|---|
static ReportContext |
RepositoryUtil.getThreadReportContext()
Deprecated. To be removed. |
| Methods in net.sf.jasperreports.repo with parameters of type ReportContext | |
|---|---|
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. |
| Uses of ReportContext in net.sf.jasperreports.web |
|---|
| Classes in net.sf.jasperreports.web that implement ReportContext | |
|---|---|
class |
WebReportContext
|
| Uses of ReportContext in net.sf.jasperreports.web.actions |
|---|
| Methods in net.sf.jasperreports.web.actions that return ReportContext | |
|---|---|
ReportContext |
AbstractAction.getReportContext()
|
| Methods in net.sf.jasperreports.web.actions with parameters of type ReportContext | |
|---|---|
void |
AbstractAction.init(JasperReportsContext jasperReportsContext,
ReportContext reportContext)
|
| Uses of ReportContext in net.sf.jasperreports.web.commands |
|---|
| Constructors in net.sf.jasperreports.web.commands with parameters of type ReportContext | |
|---|---|
MultiActionCommand(List<AbstractAction> actions,
JasperReportsContext jasperReportsContext,
ReportContext reportContext)
|
|
ResetInCacheCommand(Command command,
JasperReportsContext jasperReportsContext,
ReportContext reportContext,
String uri)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||