Uses of Interface
net.sf.jasperreports.engine.ReportContext
Packages that use ReportContext
Package
Description
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).
Provides exporter input, exporter output and exporter configurations
Provides support for JasperReports repository.
-
Uses of ReportContext in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine that implement ReportContextMethods in net.sf.jasperreports.engine that return ReportContextMethods in net.sf.jasperreports.engine with parameters of type ReportContextModifier and TypeMethodDescriptionvoidJRAbstractExporter.setReportContext(ReportContext reportContext) -
Uses of ReportContext in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return ReportContextMethods in net.sf.jasperreports.engine.fill with parameters of type ReportContextModifier and TypeMethodDescriptionvoidJRFillContext.setReportContext(ReportContext reportContext) -
Uses of ReportContext in net.sf.jasperreports.export
Methods in net.sf.jasperreports.export that return ReportContextMethods in net.sf.jasperreports.export with parameters of type ReportContext -
Uses of ReportContext in net.sf.jasperreports.repo
Methods in net.sf.jasperreports.repo with parameters of type ReportContextModifier and TypeMethodDescriptionstatic JasperDesignCacheJasperDesignCache.getExistingInstance(ReportContext reportContext) static JasperDesignCacheJasperDesignCache.getInstance(JasperReportsContext jasperReportsContext, ReportContext reportContext) JasperDesignReportResourceCache.getInstance(ReportContext reportContext) RepositoryUtil.getReport(ReportContext reportContext, String location)