Uses of Class
net.sf.jasperreports.engine.util.ClassLoaderResource
Packages that use ClassLoaderResource
Package
Description
Contains utility classes for the core library.
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 ClassLoaderResourceModifier and TypeMethodDescriptionstatic 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 ofClassLoaderResourceobjects for the found resources.Method parameters in net.sf.jasperreports.engine.util with type arguments of type ClassLoaderResourceModifier and TypeMethodDescriptionprotected static voidJRLoader.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 ClassLoaderResourceModifier and TypeMethodDescriptionprotected List<ClassLoaderResource> DefaultExtensionsRegistry.loadExtensionPropertyResources()