Package | Description |
---|---|
net.sf.jasperreports.engine.component |
Provides interfaces and base classes for the built-in JasperReports component functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultComponentsBundle
The default
components bundle implementation. |
Modifier and Type | Method and Description |
---|---|
ComponentsBundle |
ComponentsEnvironment.getBundle(java.lang.String namespace)
Returns a component bundle that corresponds to a namespace.
|
static ComponentsBundle |
ComponentsEnvironment.getComponentsBundle(java.lang.String namespace)
Deprecated.
Replaced by
ComponentsEnvironment.getBundle(String) . |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,ComponentsBundle> |
ComponentsEnvironment.findBundles() |
protected static java.util.Map<java.lang.String,ComponentsBundle> |
ComponentsEnvironment.findComponentBundles()
Deprecated.
Replaced by
ComponentsEnvironment.findBundles() . |
java.util.Collection<ComponentsBundle> |
ComponentsEnvironment.getBundles()
Returns the set of all component bundles present in the registry.
|
protected java.util.Map<java.lang.String,ComponentsBundle> |
ComponentsEnvironment.getCachedBundles() |
protected static java.util.Map<java.lang.String,ComponentsBundle> |
ComponentsEnvironment.getCachedComponentBundles()
Deprecated.
Replaced by
ComponentsEnvironment.getCachedBundles() . |
static java.util.Collection<ComponentsBundle> |
ComponentsEnvironment.getComponentBundles()
Deprecated.
Replaced by
ComponentsEnvironment.getBundles() . |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com