Interface | Description |
---|---|
BundleClassLoaderHelper |
BundleClassLoaderHelper
Is there a clean OSGi way to go from the Bundle object to the classloader of
the Bundle ? You can certainly take a class inside the bundle and get the
bundle's classloader that way.
|
BundleFileLocatorHelper |
BundleFileLocatorHelper
From a bundle to its location on the filesystem.
|
TldBundleDiscoverer |
TldBundleDiscoverer
Convert bundles that contain tlds into URL locations for consumption by jasper.
|
Class | Description |
---|---|
BundleClassLoaderHelperFactory |
BundleClassLoaderHelperFactory
Get a class loader helper adapted for the particular osgi environment.
|
BundleFileLocatorHelperFactory |
BundleFileLocatorHelperFactory
Obtain a helper for locating files based on the bundle.
|
EventSender |
EventSender
Utility class for emiting OSGi EventAdmin events
|
FakeURLClassLoader |
FakeURLClassLoader
A URLClassloader that overrides the getURLs() method to return the list
of urls passed in to the constructor, but otherwise acts as if it has no
urls, which would cause it to delegate to the parent classloader (in this
case an OSGi classloader).
|
OSGiClassLoader |
OSGiClassLoader
Class loader that is aware of a bundle.
|
Util |
Util
Various useful functions used widely.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.