Uses of Class
org.htmlunit.corejs.javascript.commonjs.module.RequireBuilder
-
Packages that use RequireBuilder Package Description org.htmlunit.corejs.javascript.commonjs.module -
-
Uses of RequireBuilder in org.htmlunit.corejs.javascript.commonjs.module
Methods in org.htmlunit.corejs.javascript.commonjs.module that return RequireBuilder Modifier and Type Method Description RequireBuilderRequireBuilder. setModuleScriptProvider(ModuleScriptProvider moduleScriptProvider)Sets theModuleScriptProviderfor theRequireinstances that this builder builds.RequireBuilderRequireBuilder. setPostExec(Script postExec)Sets the script that should execute in every module's scope after the module's own script has executed.RequireBuilderRequireBuilder. setPreExec(Script preExec)Sets the script that should execute in every module's scope before the module's own script has executed.RequireBuilderRequireBuilder. setSandboxed(boolean sandboxed)Sets whether the created require() instances will be sandboxed.
-