org.eclipse.jetty.webapp
public static interface WebAppClassLoader.Context
Modifier and Type | Method and Description |
---|---|
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.
|
Resource newResource(java.lang.String urlOrPath) throws java.io.IOException
Resource.newResource(String)
.urlOrPath
- The URL or path to convertjava.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()
Copyright © 2017. All Rights Reserved.