Cisco Cisco Collaboration Server Dynamic Content Adapter Entwickleranleitung

Seite von 138
DCA 2.01 Parser API Specification
 
Class RequestData   78 
2.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.  
Overrides:  
getDocumentCookie
 in class 
com.cisco.proxy.rules.LightweightRequestData
 
Returns:  
The documentCookie value  
Since:  
2.0  
 
getProxySession 
public com.cisco.proxy.ProxySession getProxySession() 
                                             throws 
com.cisco.proxy.error.ProxySessionException 
Gets the proxySession attribute of the RequestData object  
Returns:  
The proxySession value  
Throws: