Class Index

Classes


Namespace PartRetrievers

PartRetrievers The namespace containing document part retrievers.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Contains the document part retrievers used to fetch xod document data.
Field Summary
Field Attributes Field Name and Description
<static>  
PartRetrievers.CacheHinting
The type of hint to provide to browsers for caching the document.
Namespace Detail
PartRetrievers
Contains the document part retrievers used to fetch xod document data.
Field Detail
<static> PartRetrievers.CacheHinting
The type of hint to provide to browsers for caching the document. The part retriever may use query parameters to influence browser caching behavior.
NEVER_CACHE: A unique ID is appended to the document URL.
CACHE: The range of bytes requested is appended to the document URL.
This should be used in most cases.
NO_HINT: Nothing is appended to the document URL.
Useful if you require that the document URL never changes.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Apr 20 2015 14:53:18 GMT-0700 (PDT)