Uiinfrastructure API Docs  
 

IHTTPControl.SetHTTPItems Method 

This method provides access to the XPRequest. It will be called by the Interpreter before CheckActionSecurityAndExecute() is called. Although these parameters will need to be cached so they can be used during CheckActionSecurityAndExecute(), they should be nulled out at the end of that method to make sure they are not leaked, as the control is stored on the HTTPSession.

void SetHTTPItems(
   IXPRequest request,
   IWebData pageData
);

Parameters

request
pageData

See Also

IHTTPControl Interface | com.plumtree.uiinfrastructure.activityspace Namespace