| Interface | Description |
|---|---|
| JasperAdapter |
Represents an interface that must be implemented by classloaders
that don't extend URLClassLoader and are installed as the parent
classloader for web applications.
|
| Class | Description |
|---|---|
| ASURLClassLoader |
Class loader used by the ejbs of an application or stand alone module.
|
| ASURLClassLoader.URLEntry |
URL entry - keeps track of the url resources.
|
| CurrentBeforeParentClassLoader |
As the name suggests, loads classes via current class loader ahead of parent class loader
by default, classes are loaded from the parent ClassLoader first, thus this class is
needed to allow overriding App Server's Modules / JAR files by placing them
into <domain_dir>/lib or EAR lib directory
|
Copyright © 2019. All rights reserved.