Package org.apache.catalina.loader

Interface Summary
Reloader Internal interface that ClassLoader implementations may optionally implement to support the auto-reload functionality of the classloader associated with the context.
 

Class Summary
Constants  
Extension Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
StandardClassLoader Subclass implementation of java.net.URLClassLoader that knows how to load classes from disk directories, as well as local and remote JAR files.
StandardLoader Deprecated. StandardLoader is slower and less robust than WebappLoader for loading web applications.
WebappClassLoader Specialized web application class loader.
WebappClassLoader.ResourceEntry Resource entry.
WebappLoader 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).
 



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.