| Interface | Description |
|---|---|
| ClassLoaderManager |
Store and create automatically class loaders by namespace.
|
| ExtendedURLStreamHandler |
Adds the ability for a
URLStreamHandler implementation to return the protocol
it's managing. |
| Class | Description |
|---|---|
| ExtendedURLClassLoader |
Implementation that allows adding URLs on demand (the default
URLClassLoader only allows adding URLs in the
constructor). |
| NamespaceURLClassLoader |
A
URIClassLoader associated with a namespace. |
| URIClassLoader |
Equivalent of java.net.URLClassloader but without bugs related to ill-formed URLs and with customizable JAR caching
policy.
|
Copyright © 2004–2014 XWiki. All rights reserved.