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. |
StandardClassLoader.java | Class | Subclass implementation of java.net.URLClassLoader that knows how
to load classes from disk directories, as well as local and remote JAR
files. |
StandardClassLoaderMBean.java | Interface | MBean interface for StandardClassLoader, to allow JMX remote management. |
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() . |