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 void
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 SecuredJsCache Modifier and Type Class Description (package private) class
LinkedHashMapSecuredJsCache
Default implementation ofSecuredJsCache
, uses aLinkedHashMap
as its cache and is not thread-safe.Fields in delight.nashornsandbox.internal declared as SecuredJsCache Modifier and Type Field Description private SecuredJsCache
JsSanitizer. securedJsCache
protected SecuredJsCache
NashornSandboxImpl. suppliedCache
Methods in delight.nashornsandbox.internal that return SecuredJsCache Modifier and Type Method Description private SecuredJsCache
JsSanitizer. createSecuredJsCache(int maxPreparedStatements)
private SecuredJsCache
JsSanitizer. newSecuredJsCache(int maxPreparedStatements)
Methods in delight.nashornsandbox.internal with parameters of type SecuredJsCache Modifier and Type Method Description void
NashornSandboxImpl. setScriptCache(SecuredJsCache cache)
Constructors in delight.nashornsandbox.internal with parameters of type SecuredJsCache Constructor Description JsSanitizer(javax.script.ScriptEngine scriptEngine, boolean allowBraces, SecuredJsCache cache)
-