|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public static interface WebAppClassLoader.Context
The Context in which the classloader operates.
| 方法摘要 | |
|---|---|
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 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()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||