This is the classloader for the "common" user class/libs of the jot server (common to all webapps)
Will search in standard java classloader first (delegation) and if not found,
in jotserver /common folder (classpath common to all webapp)
/common/classes/*
/common/lib/*.jar (incl.
protectedfinal Class<Object>
defineClass
(byte[] arg0, int arg1, int arg2)
throws
ClassFormatError
[Inherited From ClassLoader]
protectedfinal Class<Object>
defineClass
(String arg0, byte[] arg1, int arg2, int arg3)
throws
ClassFormatError
[Inherited From ClassLoader]
protectedfinal Class<Object>
defineClass
(String arg0, byte[] arg1, int arg2, int arg3, CodeSource arg4)
[Inherited From SecureClassLoader]
protectedfinal Class<Object>
defineClass
(String arg0, byte[] arg1, int arg2, int arg3, ProtectionDomain arg4)
throws
ClassFormatError
[Inherited From ClassLoader]
protectedfinal Class<Object>
defineClass
(String arg0, ByteBuffer arg1, CodeSource arg2)
[Inherited From SecureClassLoader]
protectedfinal Class<Object>
defineClass
(String arg0, ByteBuffer arg1, ProtectionDomain arg2)
throws
ClassFormatError
[Inherited From ClassLoader]
protected Package
definePackage
(String arg0, Manifest arg1, URL arg2)
throws
IllegalArgumentException
[Inherited From URLClassLoader]
protected Class<Object>
findClass
(String arg0)
throws
ClassNotFoundException
[Inherited From URLClassLoader]
public Enumeration<URL>
findResources
(String arg0)
throws
IOException
[Inherited From URLClassLoader]
protectedfinal Class<Object>
findSystemClass
(String arg0)
throws
ClassNotFoundException
[Inherited From ClassLoader]
publicstatic Enumeration<URL>
getSystemResources
(String arg0)
throws
IOException
[Inherited From ClassLoader]
public Class<Object>
loadClass
(String arg0)
throws
ClassNotFoundException
[Inherited From ClassLoader]
protectedsynchronized Class<Object>
loadClass
(String arg0, boolean arg1)
throws
ClassNotFoundException
[Inherited From ClassLoader]
publicstatic URLClassLoader
newInstance
(URL arg0, ClassLoader arg1)
[Inherited From URLClassLoader]
publicsynchronized void
setClassAssertionStatus
(String arg0, boolean arg1)
[Inherited From ClassLoader]
publicsynchronized void
setPackageAssertionStatus
(String arg0, boolean arg1)
[Inherited From ClassLoader]