Uses of Interface
net.sf.jasperreports.repo.ResourceInfo
-
Packages that use ResourceInfo 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).net.sf.jasperreports.repo Provides support for JasperReports repository. -
-
Uses of ResourceInfo in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return ResourceInfo Modifier and Type Method Description ResourceInfo
ReportTemplateSource. getTemplateResourceInfo()
Methods in net.sf.jasperreports.engine.fill with parameters of type ResourceInfo Modifier and Type Method Description static ReportTemplateSource
ReportTemplateSource. of(JRTemplate template, ResourceInfo templateResourceInfo)
void
ReportTemplateSource. setTemplateResourceInfo(ResourceInfo templateResourceInfo)
-
Uses of ResourceInfo in net.sf.jasperreports.repo
Classes in net.sf.jasperreports.repo that implement ResourceInfo Modifier and Type Class Description class
StandardResourceInfo
Methods in net.sf.jasperreports.repo that return ResourceInfo Modifier and Type Method Description ResourceInfo
DefaultRepositoryService. getResourceInfo(RepositoryContext context, String location)
ResourceInfo
FileRepositoryService. getResourceInfo(RepositoryContext context, String location)
default ResourceInfo
RepositoryService. getResourceInfo(RepositoryContext context, String location)
ResourceInfo
RepositoryUtil. getResourceInfo(String location)
-