Class | Description |
---|---|
StandardClassLoader |
Subclass implementation of java.net.URLClassLoader that knows how
to load classes from disk directories, as well as local and remote JAR
files.
|
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 © 2019. All rights reserved.