| Package | Description |
|---|---|
| org.glassfish.web.loader |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,ResourceEntry> |
WebappClassLoader.resourceEntries
The cache of ResourceEntry for classes and resources we have loaded,
keyed by resource name.
|
| Modifier and Type | Method and Description |
|---|---|
protected ResourceEntry |
WebappClassLoader.findClassInternal(String name)
Find specified class in local repositories.
|
protected ResourceEntry |
WebappClassLoader.findResourceInternal(String name,
String path)
Attempts to find the specified resource in local repositories.
|
ResourceEntry |
WebappClassLoader.PrivilegedFindResource.run() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<String,ResourceEntry> |
WebappClassLoader.getResourceEntries() |
Copyright © 2019. All rights reserved.