Uiinfrastructure API Docs  
 

IWebData Methods

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

Public Instance Methods

AddCookie Call this method to add a cookie to the response.
FlushData This optional method flushes all current data in the HTMLPage to the browser. This should only be called when the banner has been fully added to the HTMLPage. This method requires SetData to have been called first. This means that the HTMLHead element must be completed and that all HTMLObjects (like tables) that are currently in the HTMLBody element need to be complete. Data will not be able to be added to them after flushing. Data will be able to be added to the HTMLBody only. This is not currently implemented.
RequireNonEmptyBody This method determines if WebData object will throw an exception in case of sending an empty body of not.
SendRedirect Sends a true 302 redirect immediatly.
SetContentLanguage JF- Sets the value of the content language. The current value of the content language will be set on every response.
SetDataOverloaded. This method sets the HTMLElement as the data to be sent to the browser. The element should be an HTMLPage element in most cases - the only time that the element will not be an HTMLPage is when you want to display partial page content. Only one SetData method should be called.
SetDateHeaderOverloaded. Sets a response date header with the given name and date-value.
SetHeader This method sets a specified header on the response.
SetIsHTMLText This method specifies whether the text data for this WebData object is HTML or not. This method is not relevant for binary data. Text data is assumed to be HTML by default.
SetStatus This method sets a status of the response.,

See Also

IWebData Interface | com.plumtree.uiinfrastructure.activityspace Namespace