Cisco Cisco Collaboration Server Dynamic Content Adapter Developer's Guide

Page of 138
DCA 2.01 Parser API Specification
 
Class LightweightRequestData   39 
Class LightweightRequestData 
 
java.lang.Object 
  | 
  +-com.cisco.proxy.rules.LightweightRequestData 
All Implemented Interfaces:  
java.io.Serializable 
 
public class LightweightRequestData 
extends java.lang.Object 
implements java.io.Serializable 
Request data object, used as a container for request information during a proxy request or 
document parsing. This object differs from RequestData in that it does not use or provide 
access to the actual ProxySession object associated with a request. This allows the object 
to be serialized and used in the browser without bringing along a lot of unnecessary or 
inappropriate classes. RequestData extends this class for use on the server, providing 
additional methods for interacting with other proxy components. This class's public 
methods also represent the interface for rule scripts that render a parsed document.  
See Also:  
Serialized Form
 
 
Constructor Summary
 
LightweightRequestData
(com.cisco.proxy.http.NetURL targetURL, 
java.lang.String pageName, java.lang.String session,