Class PartComponentsEnvironment


  • public final class PartComponentsEnvironment
    extends java.lang.Object
    A class that provides access to component bundles.

    Component bundles are registered as JasperReports extensions of type PartComponentsBundle via the central extension framework (see ExtensionsEnvironment).

    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Field Detail

      • EXCEPTION_MESSAGE_KEY_PART_COMPONENTS_BUNDLE_NOT_REGISTERED

        public static final java.lang.String EXCEPTION_MESSAGE_KEY_PART_COMPONENTS_BUNDLE_NOT_REGISTERED
        See Also:
        Constant Field Values
    • Method Detail

      • getBundles

        public java.util.Collection<PartComponentsBundle> getBundles()
        Returns the set of all component bundles present in the registry.
        Returns:
        the set of component bundles
      • getCachedBundles

        protected java.util.Map<java.lang.String,​PartComponentsBundle> getCachedBundles()
      • getBundle

        public PartComponentsBundle getBundle​(java.lang.String namespace)
        Returns a component bundle that corresponds to a namespace.
        Parameters:
        namespace - a component bundle namespace
        Returns:
        the corresponding component bundle
        Throws:
        JRRuntimeException - if no bundle corresponding to the namespace is found in the registry
      • getManager

        public PartComponentManager getManager​(ComponentKey componentKey)
        Returns a component manager that corresponds to a particular component type key.
        Parameters:
        componentKey - the component type key
        Returns:
        the manager for the component type
        Throws:
        JRRuntimeException - if the registry does not contain the specified component type