Uses of Interface
delight.nashornsandbox.SecuredJsCache
Packages that use SecuredJsCache
-
Uses of SecuredJsCache in delight.nashornsandbox
Methods in delight.nashornsandbox with parameters of type SecuredJsCacheModifier and TypeMethodDescriptionvoidNashornSandbox.setScriptCache(SecuredJsCache cache) Overwrites the cache for pre-processed javascript. -
Uses of SecuredJsCache in delight.nashornsandbox.internal
Classes in delight.nashornsandbox.internal that implement SecuredJsCacheModifier and TypeClassDescription(package private) classDefault implementation ofSecuredJsCache, uses aLinkedHashMapas its cache and is not thread-safe.Fields in delight.nashornsandbox.internal declared as SecuredJsCacheModifier and TypeFieldDescriptionprivate final SecuredJsCacheJsSanitizer.securedJsCacheprotected SecuredJsCacheNashornSandboxImpl.suppliedCacheMethods in delight.nashornsandbox.internal that return SecuredJsCacheModifier and TypeMethodDescriptionprivate SecuredJsCacheJsSanitizer.createSecuredJsCache(int maxPreparedStatements) private SecuredJsCacheJsSanitizer.newSecuredJsCache(int maxPreparedStatements) Methods in delight.nashornsandbox.internal with parameters of type SecuredJsCacheConstructors in delight.nashornsandbox.internal with parameters of type SecuredJsCacheModifierConstructorDescription(package private)JsSanitizer(ScriptEngine scriptEngine, boolean allowBraces, SecuredJsCache cache)