|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WebAppClassLoader.Context
The Context in which the classloader operates.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Resource newResource(String urlOrPath)
throws IOException
Resource.newResource(String).
urlOrPath - The URL or path to convert
IOException - 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||