public final class ComponentsEnvironment
extends java.lang.Object
component bundles
.
Component bundles are registered as JasperReports extensions of type
ComponentsBundle
via the central extension framework (see
ExtensionsEnvironment
).
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXCEPTION_MESSAGE_KEY_BUNDLE_NOT_REGISTERED |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,ComponentsBundle> |
findBundles() |
protected static java.util.Map<java.lang.String,ComponentsBundle> |
findComponentBundles()
Deprecated.
Replaced by
findBundles() . |
ComponentsBundle |
getBundle(java.lang.String namespace)
Returns a component bundle that corresponds to a namespace.
|
java.util.Collection<ComponentsBundle> |
getBundles()
Returns the set of all component bundles present in the registry.
|
protected java.util.Map<java.lang.String,ComponentsBundle> |
getCachedBundles() |
protected static java.util.Map<java.lang.String,ComponentsBundle> |
getCachedComponentBundles()
Deprecated.
Replaced by
getCachedBundles() . |
static java.util.Collection<ComponentsBundle> |
getComponentBundles()
Deprecated.
Replaced by
getBundles() . |
static ComponentManager |
getComponentManager(ComponentKey componentKey)
Deprecated.
Replaced by
getManager(ComponentKey) . |
static ComponentsBundle |
getComponentsBundle(java.lang.String namespace)
Deprecated.
Replaced by
getBundle(String) . |
static ComponentsEnvironment |
getInstance(JasperReportsContext jasperReportsContext) |
ComponentManager |
getManager(ComponentKey componentKey)
Returns a component manager that corresponds to a particular component
type key.
|
public static final java.lang.String EXCEPTION_MESSAGE_KEY_BUNDLE_NOT_REGISTERED
public static ComponentsEnvironment getInstance(JasperReportsContext jasperReportsContext)
public java.util.Collection<ComponentsBundle> getBundles()
protected java.util.Map<java.lang.String,ComponentsBundle> getCachedBundles()
protected java.util.Map<java.lang.String,ComponentsBundle> findBundles()
public ComponentsBundle getBundle(java.lang.String namespace)
namespace
- a component bundle namespaceJRRuntimeException
- if no bundle corresponding to the namespace
is found in the registrypublic ComponentManager getManager(ComponentKey componentKey)
componentKey
- the component type keyJRRuntimeException
- if the registry does not contain the specified
component typepublic static java.util.Collection<ComponentsBundle> getComponentBundles()
getBundles()
.protected static java.util.Map<java.lang.String,ComponentsBundle> getCachedComponentBundles()
getCachedBundles()
.protected static java.util.Map<java.lang.String,ComponentsBundle> findComponentBundles()
findBundles()
.public static ComponentsBundle getComponentsBundle(java.lang.String namespace)
getBundle(String)
.public static ComponentManager getComponentManager(ComponentKey componentKey)
getManager(ComponentKey)
.© 2001-2014 TIBCO Software Inc. www.jaspersoft.com