Cisco Cisco Collaboration Server Dynamic Content Adapter Developer's Guide

Page of 138
DCA 2.01 Parser API Specification
 
Class LightweightRequestData   56 
Since:  
1.0 
 
getDocumentCookie 
 
public java.lang.String getDocumentCookie() 
Gets the cookies that a relevant to the current document. Can be used to 
replace the document.cookie property in the browser. Currently, lightweight 
version returns an empty string so would not be useful in the client. 
Returns: 
The documentCookie value 
Since:  
2.0 
 
getCorrectPort 
 
public java.lang.String getCorrectPort() 
Returns the correct port based on the protocol for the target URL of this 
request. 
Returns: 
The correctPort value 
Since: