Uses of Interface
delight.nashornsandbox.SecuredJsCache
-
Packages that use SecuredJsCache Package Description delight.nashornsandbox delight.nashornsandbox.internal -
-
Uses of SecuredJsCache in delight.nashornsandbox
Methods in delight.nashornsandbox with parameters of type SecuredJsCache Modifier and Type Method Description voidNashornSandbox. setScriptCache(SecuredJsCache cache)Overwrites the cache for pre-processed javascript. -
Uses of SecuredJsCache in delight.nashornsandbox.internal
Classes in delight.nashornsandbox.internal that implement SecuredJsCache Modifier and Type Class Description (package private) classLinkedHashMapSecuredJsCacheDefault implementation ofSecuredJsCache, uses aLinkedHashMapas its cache and is not thread-safe.Fields in delight.nashornsandbox.internal declared as SecuredJsCache Modifier and Type Field Description private SecuredJsCacheJsSanitizer. securedJsCacheprotected SecuredJsCacheNashornSandboxImpl. suppliedCacheMethods in delight.nashornsandbox.internal that return SecuredJsCache Modifier and Type Method Description private SecuredJsCacheJsSanitizer. createSecuredJsCache(int maxPreparedStatements)private SecuredJsCacheJsSanitizer. newSecuredJsCache(int maxPreparedStatements)Methods in delight.nashornsandbox.internal with parameters of type SecuredJsCache Modifier and Type Method Description voidNashornSandboxImpl. setScriptCache(SecuredJsCache cache)Constructors in delight.nashornsandbox.internal with parameters of type SecuredJsCache Constructor Description JsSanitizer(javax.script.ScriptEngine scriptEngine, boolean allowBraces, SecuredJsCache cache)
-