|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentsBundle | |
|---|---|
| net.sf.jasperreports.engine.component | |
| Uses of ComponentsBundle in net.sf.jasperreports.engine.component |
|---|
| Classes in net.sf.jasperreports.engine.component that implement ComponentsBundle | |
|---|---|
class |
DefaultComponentsBundle
The default components bundle implementation. |
| Methods in net.sf.jasperreports.engine.component that return ComponentsBundle | |
|---|---|
ComponentsBundle |
ComponentsEnvironment.getBundle(String namespace)
Returns a component bundle that corresponds to a namespace. |
static ComponentsBundle |
ComponentsEnvironment.getComponentsBundle(String namespace)
Deprecated. Replaced by ComponentsEnvironment.getBundle(String). |
| Methods in net.sf.jasperreports.engine.component that return types with arguments of type ComponentsBundle | |
|---|---|
protected Map<String,ComponentsBundle> |
ComponentsEnvironment.findBundles()
|
protected static Map<String,ComponentsBundle> |
ComponentsEnvironment.findComponentBundles()
Deprecated. Replaced by ComponentsEnvironment.findBundles(). |
Collection<ComponentsBundle> |
ComponentsEnvironment.getBundles()
Returns the set of all component bundles present in the registry. |
protected Map<String,ComponentsBundle> |
ComponentsEnvironment.getCachedBundles()
|
protected static Map<String,ComponentsBundle> |
ComponentsEnvironment.getCachedComponentBundles()
Deprecated. Replaced by ComponentsEnvironment.getCachedBundles(). |
static Collection<ComponentsBundle> |
ComponentsEnvironment.getComponentBundles()
Deprecated. Replaced by ComponentsEnvironment.getBundles(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||