Uses of Interface
net.sf.jasperreports.engine.component.ComponentsBundle
-
Packages that use ComponentsBundle Package Description net.sf.jasperreports.engine.component Provides interfaces and base classes for the built-in JasperReports component functionality. -
-
Uses of ComponentsBundle in net.sf.jasperreports.engine.component
Classes in net.sf.jasperreports.engine.component that implement ComponentsBundle Modifier and Type Class Description classDefaultComponentsBundleThe defaultcomponents bundleimplementation.Methods in net.sf.jasperreports.engine.component that return ComponentsBundle Modifier and Type Method Description ComponentsBundleComponentsEnvironment. getBundle(String namespace)Returns a component bundle that corresponds to a namespace.Methods in net.sf.jasperreports.engine.component that return types with arguments of type ComponentsBundle Modifier and Type Method Description protected Map<String,ComponentsBundle>ComponentsEnvironment. findBundles()Collection<ComponentsBundle>ComponentsEnvironment. getBundles()Returns the set of all component bundles present in the registry.protected Map<String,ComponentsBundle>ComponentsEnvironment. getCachedBundles()
-