public static interface WebAppClassLoader.Context extends ClassVisibilityChecker
| Modifier and Type | Method and Description |
|---|---|
String |
getExtraClasspath() |
PermissionCollection |
getPermissions() |
boolean |
isParentLoaderPriority() |
boolean |
isServerResource(String name,
URL parentUrl) |
boolean |
isSystemResource(String name,
URL webappUrl) |
Resource |
newResource(String urlOrPath)
Convert a URL or path to a Resource.
|
isServerClass, isSystemClassResource newResource(String urlOrPath) throws IOException
Resource.newResource(String).urlOrPath - The URL or path to convertIOException - The Resource could not be created.PermissionCollection getPermissions()
boolean isParentLoaderPriority()
String getExtraClasspath()
Copyright © 2010 - 2020 Adobe. All Rights Reserved