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

Packages that use org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider Provides default implementations for module providers. 
 

Classes in org.mozilla.javascript.commonjs.module.provider used by org.mozilla.javascript.commonjs.module.provider
CachingModuleScriptProviderBase
          Abstract base class that implements caching of loaded module scripts.
CachingModuleScriptProviderBase.CachedModuleScript
          Instances of this class represent a loaded and cached module script.
ModuleSource
          Represents the source text of the module as a tuple of a reader, a URI, a security domain, and a cache validator.
ModuleSourceProvider
          Implemented by objects that can provide the source text for the script.
ModuleSourceProviderBase
          A base implementation for all module script providers that actually load module scripts.
UrlConnectionExpiryCalculator
          Implemented by objects that can be used as heuristic strategies for calculating the expiry of a cached resource in cases where the server of the resource doesn't provide explicit expiry information.
UrlConnectionSecurityDomainProvider
          Interface for URL connection based security domain providers.
 



Copyright © 2013. All Rights Reserved.