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 TypeMethodDescriptionvoid
NashornSandbox.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) class
Default implementation ofSecuredJsCache
, uses aLinkedHashMap
as its cache and is not thread-safe.Fields in delight.nashornsandbox.internal declared as SecuredJsCacheModifier and TypeFieldDescriptionprivate final SecuredJsCache
JsSanitizer.securedJsCache
protected SecuredJsCache
NashornSandboxImpl.suppliedCache
Methods in delight.nashornsandbox.internal that return SecuredJsCacheModifier and TypeMethodDescriptionprivate SecuredJsCache
JsSanitizer.createSecuredJsCache
(int maxPreparedStatements) private SecuredJsCache
JsSanitizer.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)