A C D E G H I J M N O P R S T U V 

A

addCachingContext(String, String, CachingContext) - Method in class org.jaggeryjs.scriptengine.cache.ContextWrapper
 
addCachingContext(String, CachingContext) - Method in class org.jaggeryjs.scriptengine.cache.PackageWrapper
 
addHostObject(JavaScriptHostObject) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
addMethod(JavaScriptMethod) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
addPackage(String, PackageWrapper) - Method in class org.jaggeryjs.scriptengine.cache.ContextWrapper
 
addProperty(String, Object) - Method in class org.jaggeryjs.scriptengine.engine.JaggeryContext
 
addProperty(JavaScriptProperty) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
addScript(JavaScriptScript) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 

C

CacheManager - Class in org.jaggeryjs.scriptengine.cache
 
CacheManager(CompilerEnvirons) - Constructor for class org.jaggeryjs.scriptengine.cache.CacheManager
 
cacheScript(Reader, ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.cache.CacheManager
 
CachingContext - Class in org.jaggeryjs.scriptengine.cache
 
CachingContext(String, String, String) - Constructor for class org.jaggeryjs.scriptengine.cache.CachingContext
 
call(Reader, String, Object[], ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Executes a particular JavaScript function from a script on a clone of engine's scope and returns the result.
call(Reader, String, Object[], ScriptableObject, ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Executes a particular JavaScript function from a script on a clone of engine's scope and returns the result.
call(Reader, String, Object[], ScriptableObject, ScriptableObject, ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Executes a particular JavaScript function from a script on the specified scope and returns the result.
callWithDomain(Object, Context, Callable, Scriptable, Scriptable, Object[]) - Method in class org.jaggeryjs.scriptengine.security.RhinoSecurityController
 
clearInterval(Context, Scriptable, Object[], Function) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
clearInterval(String) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
clearTimeout(Context, Scriptable, Object[], Function) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
clearTimeout(String) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
ContextWrapper - Class in org.jaggeryjs.scriptengine.cache
 
ContextWrapper(String) - Constructor for class org.jaggeryjs.scriptengine.cache.ContextWrapper
 
createClassLoader(ClassLoader, Object) - Method in class org.jaggeryjs.scriptengine.security.RhinoSecurityController
 

D

defineHostObject(ScriptableObject, JavaScriptHostObject) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
This method registers a hostobject in the given scope.
defineHostObject(JavaScriptHostObject) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
This method registers a hostobject in the engine scope.
defineMethod(ScriptableObject, JavaScriptMethod) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
This method registers the given method in the specified scope.
defineMethod(JavaScriptMethod) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
This method registers the given method in the engine scope.
defineModule(JavaScriptModule) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
This method registers the given module in the specified scope.
defineProperty(ScriptableObject, JavaScriptProperty) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
This method registers the specified property in the specified scope.
defineProperty(JavaScriptProperty) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
This method registers the specified property in the engine scope.
defineScript(ScriptableObject, JavaScriptScript) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
This method executes the given script in the specified scope.
defineScript(JavaScriptScript) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
This method executes the given script in the engine scope.

E

EngineConstants - Class in org.jaggeryjs.scriptengine
 
EngineConstants() - Constructor for class org.jaggeryjs.scriptengine.EngineConstants
 
enterContext() - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Creates a Rhino Context in the current thread or returned the already created one
enterContext(ContextFactory) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Creates a Rhino Context in the current thread using the specified ContextFactory or returned the already created one
enterGlobalContext() - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Creates a Rhino Context in the current thread using the global ContextFactory or returned the already created one
eval(Reader, ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Evaluates the specified script and the result is returned.
eval(Reader, ScriptableObject, ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Evaluates the specified script and the result is returned.
exec(Reader, ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Executes the script on a clone of the engine scope and the scope is returned.
exec(Reader, ScriptableObject, ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Executes the script on the specified scope.
exit(Context, Scriptable, Object[], Function) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
exitContext() - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Exists from the context associated in the current thread

G

getAttribute() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptHostObject
 
getAttribute() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptMethod
 
getAttribute() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptProperty
 
getCacheKey() - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
getCacheKey() - Method in class org.jaggeryjs.scriptengine.cache.ScriptCachingContext
 
getCacheUpdatedTime() - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
getCachingContext(String) - Method in class org.jaggeryjs.scriptengine.cache.PackageWrapper
 
getCachingContext(String, String, String) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
getCachingContext(ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
getCachingContextCount() - Method in class org.jaggeryjs.scriptengine.cache.PackageWrapper
 
getCachingContexts() - Method in class org.jaggeryjs.scriptengine.cache.PackageWrapper
 
getClassIndex() - Method in class org.jaggeryjs.scriptengine.cache.PackageWrapper
 
getClassName() - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
getClazz() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptHostObject
 
getClazz() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptMethod
 
getCodeSource() - Method in interface org.jaggeryjs.scriptengine.security.RhinoSecurityDomain
 
getCodeSource() - Method in class org.jaggeryjs.scriptengine.security.RhinoURISecurityDomain
 
getContext() - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
getContext() - Method in class org.jaggeryjs.scriptengine.cache.ScriptCachingContext
 
getContext(String) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
getContext(ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
getContextProperty(Object) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Gets a property from the Context of the current thread
getContexts() - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
getDynamicSecurityDomain(Object) - Method in class org.jaggeryjs.scriptengine.security.RhinoSecurityController
 
getEngine() - Method in class org.jaggeryjs.scriptengine.engine.JaggeryContext
 
getHostObjects() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
getLastModificationTest() - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
getLastUsageTime() - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
getMethod() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptMethod
 
getMethodName() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptMethod
 
getMethods() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
getName() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptHostObject
 
getName() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptMethod
 
getName() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
getName() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptProperty
 
getName() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptScript
 
getNamespace() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
getPackage(String) - Method in class org.jaggeryjs.scriptengine.cache.ContextWrapper
 
getPackage(String, String) - Static method in class org.jaggeryjs.scriptengine.cache.ContextWrapper
 
getPackages() - Method in class org.jaggeryjs.scriptengine.cache.ContextWrapper
 
getPath() - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
getPath() - Method in class org.jaggeryjs.scriptengine.cache.ScriptCachingContext
 
getPath(String, String) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
getPath(ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
getPathCount() - Method in class org.jaggeryjs.scriptengine.cache.ContextWrapper
 
getProperties() - Method in class org.jaggeryjs.scriptengine.engine.JaggeryContext
 
getProperties() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
getProperty(String) - Method in class org.jaggeryjs.scriptengine.engine.JaggeryContext
 
getReservedHostObjectWarn(String) - Static method in class org.jaggeryjs.scriptengine.util.HostObjectUtil
 
getRuntimeScope() - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
This clones the engine scope and returns.
getScope() - Method in class org.jaggeryjs.scriptengine.engine.JaggeryContext
 
getScript() - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
getScript() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptScript
 
getScriptObject(Reader, ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.cache.CacheManager
 
getScripts() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
getScriptURI() - Method in class org.jaggeryjs.scriptengine.security.RhinoURISecurityDomain
 
getSecurityDomain() - Method in class org.jaggeryjs.scriptengine.cache.ScriptCachingContext
 
getSourceModifiedTime() - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
getSourceModifiedTime() - Method in class org.jaggeryjs.scriptengine.cache.ScriptCachingContext
 
getStaticSecurityDomainClassInternal() - Method in class org.jaggeryjs.scriptengine.security.RhinoSecurityController
 
getTenantId() - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
getTenantId() - Method in class org.jaggeryjs.scriptengine.cache.ScriptCachingContext
 
getTenantId() - Method in class org.jaggeryjs.scriptengine.engine.JaggeryContext
 
getURL(String, String, String) - Static method in class org.jaggeryjs.scriptengine.util.HostObjectUtil
 
getValue() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptProperty
 
GLOBAL_OBJECT_NAME - Static variable in class org.jaggeryjs.scriptengine.EngineConstants
 

H

hasFeature(Context, int) - Method in class org.jaggeryjs.scriptengine.engine.RhinoContextFactory
 
HostObjectUtil - Class in org.jaggeryjs.scriptengine.util
 
HostObjectUtil() - Constructor for class org.jaggeryjs.scriptengine.util.HostObjectUtil
 

I

invalidArgsError(String, String, String, String, Object, boolean) - Static method in class org.jaggeryjs.scriptengine.util.HostObjectUtil
 
invalidateCache(ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.cache.CacheManager
 
invalidNumberOfArgs(String, String, int, boolean) - Static method in class org.jaggeryjs.scriptengine.util.HostObjectUtil
 
invalidProperty(String, String, String, Object) - Static method in class org.jaggeryjs.scriptengine.util.HostObjectUtil
 
isCached(ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.cache.CacheManager
 
isExpose() - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
isOlder(ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.cache.CacheManager
 
isSecurityEnabled() - Static method in class org.jaggeryjs.scriptengine.security.RhinoSecurityController
 

J

JAGGERY_CONTEXT - Static variable in class org.jaggeryjs.scriptengine.EngineConstants
 
JaggeryContext - Class in org.jaggeryjs.scriptengine.engine
 
JaggeryContext() - Constructor for class org.jaggeryjs.scriptengine.engine.JaggeryContext
 
JavaScriptHostObject - Class in org.jaggeryjs.scriptengine.engine
 
JavaScriptHostObject(String) - Constructor for class org.jaggeryjs.scriptengine.engine.JavaScriptHostObject
 
JavaScriptMethod - Class in org.jaggeryjs.scriptengine.engine
 
JavaScriptMethod(String) - Constructor for class org.jaggeryjs.scriptengine.engine.JavaScriptMethod
 
JavaScriptModule - Class in org.jaggeryjs.scriptengine.engine
 
JavaScriptModule(String) - Constructor for class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
JavaScriptProperty - Class in org.jaggeryjs.scriptengine.engine
 
JavaScriptProperty(String) - Constructor for class org.jaggeryjs.scriptengine.engine.JavaScriptProperty
 
JavaScriptScript - Class in org.jaggeryjs.scriptengine.engine
 
JavaScriptScript(String) - Constructor for class org.jaggeryjs.scriptengine.engine.JavaScriptScript
 

M

makeContext() - Method in class org.jaggeryjs.scriptengine.engine.RhinoContextFactory
 

N

newObject(ScriptableObject) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Creates a new JavaScript object in the given scope

O

org.jaggeryjs.scriptengine - package org.jaggeryjs.scriptengine
 
org.jaggeryjs.scriptengine.cache - package org.jaggeryjs.scriptengine.cache
 
org.jaggeryjs.scriptengine.engine - package org.jaggeryjs.scriptengine.engine
 
org.jaggeryjs.scriptengine.exceptions - package org.jaggeryjs.scriptengine.exceptions
 
org.jaggeryjs.scriptengine.security - package org.jaggeryjs.scriptengine.security
 
org.jaggeryjs.scriptengine.util - package org.jaggeryjs.scriptengine.util
 

P

PackageWrapper - Class in org.jaggeryjs.scriptengine.cache
 
PackageWrapper() - Constructor for class org.jaggeryjs.scriptengine.cache.PackageWrapper
 
parse(Context, Scriptable, Object[], Function) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
parseJSON(Context, Scriptable, String) - Static method in class org.jaggeryjs.scriptengine.util.HostObjectUtil
 
putContextProperty(Object, Object) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Puts a property in the Context of the current thread

R

readerToString(Reader) - Static method in class org.jaggeryjs.scriptengine.util.HostObjectUtil
 
removeCachingContext(String, String) - Method in class org.jaggeryjs.scriptengine.cache.ContextWrapper
 
removeCachingContext(String) - Method in class org.jaggeryjs.scriptengine.cache.PackageWrapper
 
removeCachingContext(String, String, String) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
removeCachingContext(ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
removeContext(String) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
removePackage(String) - Method in class org.jaggeryjs.scriptengine.cache.ContextWrapper
 
removePath(String, String) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
removePath(ScriptCachingContext) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
removeTasks(String) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
RhinoClassShutter - Class in org.jaggeryjs.scriptengine.engine
 
RhinoClassShutter() - Constructor for class org.jaggeryjs.scriptengine.engine.RhinoClassShutter
 
RhinoContextFactory - Class in org.jaggeryjs.scriptengine.engine
 
RhinoContextFactory(SecurityController) - Constructor for class org.jaggeryjs.scriptengine.engine.RhinoContextFactory
 
RhinoEngine - Class in org.jaggeryjs.scriptengine.engine
The RhinoEngine class acts as a global engine for executing JavaScript codes using Mozilla Rhino.
RhinoEngine(CacheManager, RhinoContextFactory) - Constructor for class org.jaggeryjs.scriptengine.engine.RhinoEngine
This constructor gets an existing CacheManager instance and returns a new engine instance with the new cache manager.
RhinoSecurityController - Class in org.jaggeryjs.scriptengine.security
 
RhinoSecurityController() - Constructor for class org.jaggeryjs.scriptengine.security.RhinoSecurityController
 
RhinoSecurityDomain - Interface in org.jaggeryjs.scriptengine.security
 
RhinoTopLevel - Class in org.jaggeryjs.scriptengine.engine
 
RhinoTopLevel(Context, boolean) - Constructor for class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
RhinoURISecurityDomain - Class in org.jaggeryjs.scriptengine.security
 
RhinoURISecurityDomain(String) - Constructor for class org.jaggeryjs.scriptengine.security.RhinoURISecurityDomain
 

S

ScriptCachingContext - Class in org.jaggeryjs.scriptengine.cache
 
ScriptCachingContext(String, String, String, String) - Constructor for class org.jaggeryjs.scriptengine.cache.ScriptCachingContext
 
ScriptException - Exception in org.jaggeryjs.scriptengine.exceptions
 
ScriptException(String) - Constructor for exception org.jaggeryjs.scriptengine.exceptions.ScriptException
 
ScriptException(Exception) - Constructor for exception org.jaggeryjs.scriptengine.exceptions.ScriptException
 
ScriptException(String, Exception) - Constructor for exception org.jaggeryjs.scriptengine.exceptions.ScriptException
 
serializeJSON(Object) - Static method in class org.jaggeryjs.scriptengine.util.HostObjectUtil
 
serializeObject(Object) - Static method in class org.jaggeryjs.scriptengine.util.HostObjectUtil
 
setAttribute(int) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptHostObject
 
setAttribute(int) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptMethod
 
setAttribute(int) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptProperty
 
setCacheKey(String) - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
setCacheUpdatedTime(long) - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
setCachingContext(String, String, String, CachingContext) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
setCachingContext(CachingContext) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
setClassIndex(long) - Method in class org.jaggeryjs.scriptengine.cache.PackageWrapper
 
setClassName(String) - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
setClazz(Class) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptHostObject
 
setClazz(Class) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptMethod
 
setContext(String) - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
setContext(String, ContextWrapper) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
setContext(ScriptCachingContext, ContextWrapper) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
setEngine(RhinoEngine) - Method in class org.jaggeryjs.scriptengine.engine.JaggeryContext
 
setExpose(boolean) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
setInterval(Context, Scriptable, Object[], Function) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
setLastModificationTest(long) - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
setLastUsageTime(long) - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
setMethodName(String) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptMethod
 
setName(String) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptHostObject
 
setName(String) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptMethod
 
setName(String) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptProperty
 
setName(String) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptScript
 
setNamespace(String) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptModule
 
setPath(String) - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
setPath(String, String, PackageWrapper) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
setPath(ScriptCachingContext, PackageWrapper) - Method in class org.jaggeryjs.scriptengine.cache.TenantWrapper
 
setScope(ScriptableObject) - Method in class org.jaggeryjs.scriptengine.engine.JaggeryContext
 
setScript(Script) - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
setScript(Script) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptScript
 
setSecurityDomain(RhinoSecurityDomain) - Method in class org.jaggeryjs.scriptengine.cache.ScriptCachingContext
 
setSourceModifiedTime(long) - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
setSourceModifiedTime(long) - Method in class org.jaggeryjs.scriptengine.cache.ScriptCachingContext
 
setTenantId(String) - Method in class org.jaggeryjs.scriptengine.cache.CachingContext
 
setTenantId(String) - Method in class org.jaggeryjs.scriptengine.engine.JaggeryContext
 
setTimeout(Context, Scriptable, Object[], Function) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
setValue(Object) - Method in class org.jaggeryjs.scriptengine.engine.JavaScriptProperty
 
streamToString(InputStream) - Static method in class org.jaggeryjs.scriptengine.util.HostObjectUtil
 
stringify(Context, Scriptable, Object[], Function) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
 
sync(Context, Scriptable, Object[], Function) - Static method in class org.jaggeryjs.scriptengine.engine.RhinoTopLevel
The sync function creates a synchronized function (in the sense of a Java synchronized method) from an existing function.

T

TenantWrapper - Class in org.jaggeryjs.scriptengine.cache
 
TenantWrapper() - Constructor for class org.jaggeryjs.scriptengine.cache.TenantWrapper
 

U

unloadTenant(String) - Method in class org.jaggeryjs.scriptengine.cache.CacheManager
 
unloadTenant(String) - Method in class org.jaggeryjs.scriptengine.engine.RhinoEngine
Unloads all the resources associated with a particular tenant
updatePermissions(PermissionCollection, RhinoSecurityDomain) - Method in class org.jaggeryjs.scriptengine.security.RhinoSecurityController
 

V

visibleToScripts(String) - Method in class org.jaggeryjs.scriptengine.engine.RhinoClassShutter
 
A C D E G H I J M N O P R S T U V 

Copyright © 2015 WSO2 Inc. All rights reserved.