Liking cljdoc? Tell your friends :D

jdk.rmi.server.LoaderHandler

Deprecated. no replacement

Deprecated.
no replacement
raw docstring

get-security-contextclj

(get-security-context this loader)

Deprecated. no replacement

loader - a class loader from which to get the security context - java.lang.ClassLoader

returns: the security context - java.lang.Object

Deprecated. no replacement

loader - a class loader from which to get the security context - `java.lang.ClassLoader`

returns: the security context - `java.lang.Object`
raw docstring

load-classclj

(load-class this name)
(load-class this codebase name)

Deprecated. no replacement

codebase - the URL from which to load the class - java.net.URL name - the name of the class to load - java.lang.String

returns: the Class object representing the loaded class - java.lang.Class<?>

throws: java.net.MalformedURLException - if the codebase paramater contains an invalid URL

Deprecated. no replacement

codebase - the URL from which to load the class - `java.net.URL`
name - the name of the class to load - `java.lang.String`

returns: the Class object representing the loaded class - `java.lang.Class<?>`

throws: java.net.MalformedURLException - if the codebase paramater contains an invalid URL
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close