Class Index

Classes


Class PartRetrievers.AzurePartRetriever

Represents a http part retriever.

Class Summary
Constructor Attributes Constructor Name and Description
 
PartRetrievers.AzurePartRetriever(url, cacheHint, decrypt, decryptOptions)
Constructs a new AzurePartRetriever.
Class Detail
PartRetrievers.AzurePartRetriever(url, cacheHint, decrypt, decryptOptions)
Constructs a new AzurePartRetriever. AzurePartRetriever retrieves Document parts asynchronously from a .xod file that exists on a Microsoft Azure server (though it works for other servers as well)
Parameters:
{string} url
The URL of the file to load. May be relative to the current page.
{PartRetrievers.CacheHinting} cacheHint
The type of cache hinting to use
{function} decrypt
Function to be called to decrypt a part of the file
{Object} decryptOptions
An object with options for the decryption e.g. {p: "pass", type: "aes"} where is p is the password

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:38 GMT-0700 (PDT)