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 ReportTemplateSourceJRFillReportTemplate.loadTemplate(Object source, JRBaseFiller filler, RepositoryContext repositoryContext) static ReportTemplateSourceReportTemplateSource.of(JRTemplate template) static ReportTemplateSourceReportTemplateSource.of(JRTemplate template, ResourceInfo templateResourceInfo) Methods in net.sf.jasperreports.engine.fill with parameters of type ReportTemplateSourceModifier and TypeMethodDescriptionprotected voidJRBaseFiller.collectIncludedTemplates(ReportTemplateSource templateSource, List<JRStyle> externalStyles, Set<String> loadedLocations, Set<String> templateParentLocations) protected voidJRBaseFiller.collectStyles(ReportTemplateSource template, List<JRStyle> externalStyles, Set<String> loadedLocations) protected voidJRBaseFiller.collectStyles(ReportTemplateSource templateSource, List<JRStyle> externalStyles, Set<String> loadedLocations, Set<String> templateParentLocations) voidJRFillContext.registerLoadedTemplate(Object source, ReportTemplateSource templateSource) Registers a template loaded from a source.