Cisco Cisco Collaboration Server Dynamic Content Adapter 开发者指南

下载
页码 138
DCA 2.01 Parser API Specification
 
Class LightweightHtmlDocument   26 
Converts document object back to an HTML string for output to client, 
formatting links, etc. appropriately. Formatting will be done according to the 
parameters in the request data object which was originally supplied during 
document parsing. 
Returns: 
The fullHtml value 
Throws: 
com.cisco.proxy.error.ProxyParserException
 - Description of Exception 
Since:  
2.0 
 
getFullHtml 
 
public java.lang.String getFullHtml(
LightweightRequestData
 requestData) 
                             throws 
com.cisco.proxy.error.ProxyParserException 
Converts document object back to an HTML string for output to client, 
formatting links, etc. appropriately. Note that script and participant properties 
are not set in this method as they are in the equivalent method in 
HtmlDocument -- these properties should already be set in the script 
environment in which this document is being rendered. 
Parameters: 
requestData
 - Proxy request information object from which base URL 
information will be derived 
Returns: 
The fullHtml value