Uses of Package
org.mozilla.javascript.commonjs.module

Packages that use org.mozilla.javascript.commonjs.module
org.mozilla.javascript.commonjs.module Provides the public API for the CommonJS Modules/1.1 implementation. 
org.mozilla.javascript.commonjs.module.provider Provides default implementations for module providers. 
 

Classes in org.mozilla.javascript.commonjs.module used by org.mozilla.javascript.commonjs.module
ModuleScript
          Represents a compiled CommonJS module script.
ModuleScriptProvider
          Should be implemented by Rhino embeddings to allow the require() function to obtain ModuleScript objects.
Require
          Implements the require() function as defined by Common JS modules.
RequireBuilder
          A builder for Require instances.
 

Classes in org.mozilla.javascript.commonjs.module used by org.mozilla.javascript.commonjs.module.provider
ModuleScript
          Represents a compiled CommonJS module script.
ModuleScriptProvider
          Should be implemented by Rhino embeddings to allow the require() function to obtain ModuleScript objects.
 



Copyright © 2013. All Rights Reserved.