org.apache.catalina.loader |
|
Java Source File Name | Type | Comment |
Constants.java | Class | |
Reloader.java | Interface | Internal interface that ClassLoader implementations may
optionally implement to support the auto-reload functionality of
the classloader associated with the context.
author: Craig R. |
ResourceEntry.java | Class | Resource entry.
author: Remy Maucherat version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
StandardClassLoader.java | Class | Subclass implementation of java.net.URLClassLoader. |
StandardClassLoaderMBean.java | Interface | MBean interface for StandardClassLoader, to allow JMX remote management.
author: Remy Maucherat version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
VirtualWebappLoader.java | Class | Simple webapp classloader that allows a customized classpath to be added
through configuration in context xml. |
WebappClassLoader.java | Class | Specialized web application class loader.
This class loader is a full reimplementation of the
URLClassLoader from the JDK. |
WebappLoader.java | Class | Classloader implementation which is specialized for handling web
applications in the most efficient way, while being Catalina aware (all
accesses to resources are made through the DirContext interface).
This class loader supports detection of modified
Java classes, which can be used to implement auto-reload support.
This class loader is configured by adding the pathnames of directories,
JAR files, and ZIP files with the addRepository() method,
prior to calling start() . |