- SafeClassShutter - Class in delight.rhinosandox.internal
-
- SafeClassShutter() - Constructor for class delight.rhinosandox.internal.SafeClassShutter
-
- SafeContext - Class in delight.rhinosandox.internal
-
see http://www-archive.mozilla.org/rhino/apidocs/org/mozilla/javascript/ContextFactory.html
Also see https://github.com/flozano/rhino-sandbox-test/blob/master/src/main/java/com/flozano/rhino/sandbox/SandboxContextFactory.java
- SafeContext() - Constructor for class delight.rhinosandox.internal.SafeContext
-
- SafeContext.CountContext - Class in delight.rhinosandox.internal
-
- SafeNativeJavaObject - Class in delight.rhinosandox.internal
-
- SafeNativeJavaObject(Scriptable, Object, Class<?>) - Constructor for class delight.rhinosandox.internal.SafeNativeJavaObject
-
- SafeWrapFactory - Class in delight.rhinosandox.internal
-
- SafeWrapFactory() - Constructor for class delight.rhinosandox.internal.SafeWrapFactory
-
- ScriptCPUAbuseException - Exception in delight.rhinosandox.exceptions
-
- ScriptCPUAbuseException() - Constructor for exception delight.rhinosandox.exceptions.ScriptCPUAbuseException
-
- ScriptDurationException - Exception in delight.rhinosandox.exceptions
-
- ScriptDurationException() - Constructor for exception delight.rhinosandox.exceptions.ScriptDurationException
-
- setInstructionLimit(int) - Method in class delight.rhinosandox.internal.RhinoSandboxImpl
-
- setInstructionLimit(int) - Method in interface delight.rhinosandox.RhinoSandbox
-
Sets the maximum instructions allowed for script execution.
- setMaxDuration(int) - Method in class delight.rhinosandox.internal.RhinoSandboxImpl
-
Sets the maximum allowed duration for scripts.
- setMaxDuration(int) - Method in interface delight.rhinosandox.RhinoSandbox
-
Sets the maximum allowed duration for scripts.
- setUseSafeStandardObjects(boolean) - Method in class delight.rhinosandox.internal.RhinoSandboxImpl
-
- setUseSafeStandardObjects(boolean) - Method in interface delight.rhinosandox.RhinoSandbox
-
If .initSafeStandardObjects should be used.
- setUseSealedScope(boolean) - Method in class delight.rhinosandox.internal.RhinoSandboxImpl
-
- setUseSealedScope(boolean) - Method in interface delight.rhinosandox.RhinoSandbox
-
If the global scope should be sealed (default: true).