WebAppContextpublic static interface WebAppClassLoader.Context
| Modifier and Type | Method | 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.
|
org.eclipse.jetty.util.resource.Resource |
newResource(java.lang.String urlOrPath) |
Convert a URL or path to a Resource.
|
org.eclipse.jetty.util.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 © 1995–2018 Webtide. All rights reserved.