Interface | Description |
---|---|
DestroyableClassLoader |
DestroyableClassLoader is a mixin interface for a ClassLoader that add a destroy method to propertly cleanup a
classloader then dereferenced by the server.
|
ResourceFinder |
Abstraction of resource searching policy.
|
ResourceHandle |
This is a handle (a connection) to some resource, which may
be a class, native library, text file, image, etc.
|
ResourceLocation |
This is a location which is searched by
|
Class | Description |
---|---|
AbstractResourceHandle | |
AbstractUrlResourceLocation | |
ClassLoaderUtil |
Utility methods for class loader manipulation in a server environment.
|
DirectoryResourceHandle | |
DirectoryResourceLocation | |
IoUtil | |
IoUtil.EmptyInputStream | |
JarFileClassLoader |
The JarFileClassLoader that loads classes and resources from a list of JarFiles.
|
JarFileUrlConnection | |
JarFileUrlStreamHandler | |
JarResourceHandle | |
JarResourceLocation | |
MultiParentClassLoader |
A MultiParentClassLoader is a simple extension of the URLClassLoader that simply changes the single parent class
loader model to support a list of parent class loaders.
|
NamedClassLoader |
The NamedClassLoader is a simple extension to URLClassLoader that adds a name and a destroy method that cleans up
the commons logging and JavaVM caches of the classloader.
|
ResourceEnumeration | |
ThreadContextClassLoaderFactoryBean |
A factory bean to expose the current thread context class loader.
|
UnionEnumeration | |
UrlResourceFinder |
Copyright © 2005–2017. All rights reserved.