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 ResourceInfoReportTemplateSource. getTemplateResourceInfo()Methods in net.sf.jasperreports.engine.fill with parameters of type ResourceInfo Modifier and Type Method Description static ReportTemplateSourceReportTemplateSource. of(JRTemplate template, ResourceInfo templateResourceInfo)voidReportTemplateSource. 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 classStandardResourceInfoMethods in net.sf.jasperreports.repo that return ResourceInfo Modifier and Type Method Description ResourceInfoDefaultRepositoryService. getResourceInfo(RepositoryContext context, String location)ResourceInfoFileRepositoryService. getResourceInfo(RepositoryContext context, String location)default ResourceInfoRepositoryService. getResourceInfo(RepositoryContext context, String location)ResourceInfoRepositoryUtil. getResourceInfo(String location)
-