Uses of Interface
org.htmlunit.corejs.javascript.commonjs.module.ModuleScriptProvider
Packages that use ModuleScriptProvider
Package
Description
-
Uses of ModuleScriptProvider in org.htmlunit.corejs.javascript.commonjs.module
Fields in org.htmlunit.corejs.javascript.commonjs.module declared as ModuleScriptProviderModifier and TypeFieldDescriptionprivate final ModuleScriptProvider
Require.moduleScriptProvider
private ModuleScriptProvider
RequireBuilder.moduleScriptProvider
Methods in org.htmlunit.corejs.javascript.commonjs.module with parameters of type ModuleScriptProviderModifier and TypeMethodDescriptionRequireBuilder.setModuleScriptProvider
(ModuleScriptProvider moduleScriptProvider) Sets theModuleScriptProvider
for theRequire
instances that this builder builds.Constructors in org.htmlunit.corejs.javascript.commonjs.module with parameters of type ModuleScriptProviderModifierConstructorDescriptionRequire
(Context cx, Scriptable nativeScope, ModuleScriptProvider moduleScriptProvider, Script preExec, Script postExec, boolean sandboxed) Creates a new instance of the require() function. -
Uses of ModuleScriptProvider in org.htmlunit.corejs.javascript.commonjs.module.provider
Classes in org.htmlunit.corejs.javascript.commonjs.module.provider that implement ModuleScriptProviderModifier and TypeClassDescriptionclass
Abstract base class that implements caching of loaded module scripts.class
A multiplexer for module script providers.class
A module script provider that uses a module source provider to load modules and caches the loaded modules.class
A module script provider that uses a module source provider to load modules and caches the loaded modules.Fields in org.htmlunit.corejs.javascript.commonjs.module.provider declared as ModuleScriptProviderModifier and TypeFieldDescriptionprivate final ModuleScriptProvider[]
MultiModuleScriptProvider.providers
Constructor parameters in org.htmlunit.corejs.javascript.commonjs.module.provider with type arguments of type ModuleScriptProviderModifierConstructorDescriptionMultiModuleScriptProvider
(Iterable<? extends ModuleScriptProvider> providers) Creates a new multiplexing module script provider tht gathers the specified providers