Cisco Cisco Collaboration Server Dynamic Content Adapter Entwickleranleitung

Seite von 138
DCA 2.01 Parser API Specification
 
Class JSTagURL   13 
jsFunction_getFullTagURL 
 
public java.lang.String jsFunction_getFullTagURL(boolean usesBaseHref) 
Recreates the original URL, based on the document URL if necessary. 
Parameters: 
usesBaseHref
 - If this parameter is true, the returned URL will be relative to 
the document URL supplied during construction. If false, a fully qualified URL 
is returned. 
Returns: 
Returns a reformatted URL 
Since:  
2.0 
 
jsFunction_buildCacheLink 
 
public java.lang.String 
jsFunction_buildCacheLink
(java.lang.Object requestData) 
Builds a link that will point to the cache on the DCA. The cache should be 
used to hold static objects like images that do not require any parsing. 
Parameters: 
requestData
 - Description of Parameter 
Returns: 
Description of the Returned Value