| Interface | Description |
|---|---|
| Reloader |
Internal interface that
ClassLoader implementations may
optionally implement to support the auto-reload functionality of
the classloader associated with the context. |
| Class | Description |
|---|---|
| JdbcLeakPrevention |
This class is loaded by the
WebappClassLoader to enable it to
deregister JDBC drivers forgotten by the web application. |
| LogFacade |
/**
Provides the logging facilities.
|
| ResourceEntry |
Resource entry.
|
| ServletContainerInitializerUtil |
Utility class - contains util methods used for implementation of
pluggable Shared Library features
|
| StringManager |
An internationalization / localization helper class which reduces
the bother of handling ResourceBundles and takes care of the
common cases of message formating which otherwise require the
creation of Object arrays and such.
|
| WebappClassLoader |
Specialized web application class loader.
|
| WebappClassLoader.PrivilegedGetClassLoader |
Copyright © 2019. All rights reserved.