Uses of Class
net.sf.jasperreports.engine.fill.ReportTemplateSource
-
Packages that use ReportTemplateSource Package Description 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 ReportTemplateSource in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill with type parameters of type ReportTemplateSource Modifier and Type Field Description protected List<ReportTemplateSource>
JRBaseFiller. templates
Methods in net.sf.jasperreports.engine.fill that return ReportTemplateSource Modifier and Type Method Description ReportTemplateSource
JRFillReportTemplate. evaluate()
ReportTemplateSource
JRFillContext. getLoadedTemplate(Object source)
Gets a cached template.protected static ReportTemplateSource
JRFillReportTemplate. loadTemplate(Object source, JRBaseFiller filler, RepositoryContext repositoryContext)
static ReportTemplateSource
ReportTemplateSource. of(JRTemplate template)
static ReportTemplateSource
ReportTemplateSource. of(JRTemplate template, ResourceInfo templateResourceInfo)
Methods in net.sf.jasperreports.engine.fill with parameters of type ReportTemplateSource Modifier and Type Method Description protected void
JRBaseFiller. collectIncludedTemplates(ReportTemplateSource templateSource, List<JRStyle> externalStyles, Set<String> loadedLocations, Set<String> templateParentLocations)
protected void
JRBaseFiller. collectStyles(ReportTemplateSource template, List<JRStyle> externalStyles, Set<String> loadedLocations)
protected void
JRBaseFiller. collectStyles(ReportTemplateSource templateSource, List<JRStyle> externalStyles, Set<String> loadedLocations, Set<String> templateParentLocations)
void
JRFillContext. registerLoadedTemplate(Object source, ReportTemplateSource templateSource)
Registers a template loaded from a source.
-