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 java.util.List<ClassLoaderResource>JRLoader. getClassLoaderResources(java.lang.String resource)Scans the context classloader and the classloader of this class for all resources that have a specified name, and returns a list ofClassLoaderResourceobjects 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 voidJRLoader. collectResources(java.lang.String resourceName, java.lang.ClassLoader classLoader, java.util.Map<java.net.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 java.util.List<ClassLoaderResource>DefaultExtensionsRegistry. loadExtensionPropertyResources()
-