Uses of Interface
org.openjdk.nashorn.api.scripting.ClassFilter
-
Packages that use ClassFilter Package Description org.openjdk.nashorn.api.scripting This package provides thejavax.script
integration, which is the preferred way to use Nashorn. -
-
Uses of ClassFilter in org.openjdk.nashorn.api.scripting
Methods in org.openjdk.nashorn.api.scripting with parameters of type ClassFilter Modifier and Type Method Description javax.script.ScriptEngine
NashornScriptEngineFactory. getScriptEngine(java.lang.String[] args, java.lang.ClassLoader appLoader, ClassFilter classFilter)
Create a new Script engine initialized with the given arguments, class loader and class filter.javax.script.ScriptEngine
NashornScriptEngineFactory. getScriptEngine(ClassFilter classFilter)
Create a new Script engine initialized with the given class filter.
-