Plumtree UI Infrastructure API  
 

IHTTPControl Methods

The methods of the IHTTPControl interface are listed below. For a complete list of IHTTPControl interface members, see the IHTTPControl Members topic.

Public Instance Methods

SetHTTPItems 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.

See Also

IHTTPControl Interface | com.plumtree.uiinfrastructure.activityspace Namespace