|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.apache.batik.script.rhino.RhinoClassLoader
public class RhinoClassLoader
This class loader implementation will work whether or not the documentURL is null.
Field Summary | |
---|---|
protected CodeSource |
codeSource
CodeSource for classes defined by this loader |
protected URL |
documentURL
URL for the document referencing the script. |
protected AccessControlContext |
rhinoAccessControlContext
The AccessControlContext which can be associated with code loaded by this class loader if it was running stand-alone (i.e., not invoked by code with lesser priviledges). |
Constructor Summary | |
---|---|
RhinoClassLoader(URL documentURL,
ClassLoader parent)
Constructor. |
Method Summary | |
---|---|
Class |
defineClass(String name,
byte[] data)
Define and load a Java class |
AccessControlContext |
getAccessControlContext()
Returns the AccessControlContext which should be associated with RhinoCode. |
protected PermissionCollection |
getPermissions(CodeSource codesource)
Returns the permissions for the given CodeSource object. |
void |
linkClass(Class clazz)
Links the Java class. |
Methods inherited from class java.net.URLClassLoader |
---|
addURL, definePackage, findClass, findResource, findResources, getURLs, newInstance, newInstance |
Methods inherited from class java.security.SecureClassLoader |
---|
defineClass, defineClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected URL documentURL
protected CodeSource codeSource
protected AccessControlContext rhinoAccessControlContext
Constructor Detail |
---|
public RhinoClassLoader(URL documentURL, ClassLoader parent)
documentURL
- the URL from which to load classes and resourcesparent
- the parent class loader for delegationMethod Detail |
---|
public Class defineClass(String name, byte[] data)
defineClass
in interface GeneratedClassLoader
public void linkClass(Class clazz)
linkClass
in interface GeneratedClassLoader
public AccessControlContext getAccessControlContext()
protected PermissionCollection getPermissions(CodeSource codesource)
getPermissions
in class URLClassLoader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |