|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getExtraClasspath()
|
java.security.PermissionCollection |
getPermissions()
|
boolean |
isParentLoaderPriority()
|
boolean |
isServerClass(java.lang.String clazz)
Is the class a Server Class. |
boolean |
isSystemClass(java.lang.String clazz)
Is the class a System Class. |
Resource |
newResource(java.lang.String urlOrPath)
Convert a URL or path to a Resource. |
| Method Detail |
|---|
Resource newResource(java.lang.String urlOrPath)
throws java.io.IOException
Resource.newResource(String).
urlOrPath - The URL or path to convert
java.io.IOException - The Resource could not be created.java.security.PermissionCollection getPermissions()
boolean isSystemClass(java.lang.String clazz)
clazz - The fully qualified name of the class.
boolean isServerClass(java.lang.String clazz)
clazz - The fully qualified name of the class.
boolean isParentLoaderPriority()
java.lang.String getExtraClasspath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||