Uses of Class
net.sf.jasperreports.engine.fill.ReportTemplateSource
Packages that use ReportTemplateSource
Package
Description
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 ReportTemplateSourceMethods in net.sf.jasperreports.engine.fill that return ReportTemplateSourceModifier and TypeMethodDescriptionJRFillReportTemplate.evaluate()
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 ReportTemplateSourceModifier and TypeMethodDescriptionprotected 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.