Uses of Class
net.sf.jasperreports.engine.util.ClassLoaderResource
-
Packages that use ClassLoaderResource Package Description net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.extensions Provides support for extension points. -
-
Uses of ClassLoaderResource in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return types with arguments of type ClassLoaderResource Modifier and Type Method Description static List<ClassLoaderResource>
JRLoader. getClassLoaderResources(String resource)
Scans the context classloader and the classloader of this class for all resources that have a specified name, and returns a list ofClassLoaderResource
objects for the found resources.Method parameters in net.sf.jasperreports.engine.util with type arguments of type ClassLoaderResource Modifier and Type Method Description protected static void
JRLoader. collectResources(String resourceName, ClassLoader classLoader, Map<URL,ClassLoaderResource> resources)
-
Uses of ClassLoaderResource in net.sf.jasperreports.extensions
Methods in net.sf.jasperreports.extensions that return types with arguments of type ClassLoaderResource Modifier and Type Method Description protected List<ClassLoaderResource>
DefaultExtensionsRegistry. loadExtensionPropertyResources()
-