public static interface WebAppClassLoader.Context
Modifier and Type | Method and Description |
---|---|
String |
getExtraClasspath() |
PermissionCollection |
getPermissions() |
boolean |
isParentLoaderPriority() |
boolean |
isServerClass(String clazz)
Is the class a Server Class.
|
boolean |
isSystemClass(String clazz)
Is the class a System Class.
|
Resource |
newResource(String urlOrPath)
Convert a URL or path to a Resource.
|
Resource newResource(String urlOrPath) throws IOException
Resource.newResource(String)
.urlOrPath
- The URL or path to convertIOException
- The Resource could not be created.PermissionCollection getPermissions()
boolean isSystemClass(String clazz)
clazz
- The fully qualified name of the class.boolean isServerClass(String clazz)
clazz
- The fully qualified name of the class.boolean isParentLoaderPriority()
String getExtraClasspath()
Copyright © 1995-2015 Webtide. All Rights Reserved.