Uiinfrastructure API Docs  
 

IWebData Members

IWebData overview

Public Instance Methods

iconAddCookie Call this method to add a cookie to the response.
iconFlushData 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.
iconRequireNonEmptyBody This method determines if WebData object will throw an exception in case of sending an empty body of not.
iconSendRedirect Sends a true 302 redirect immediatly.
iconSetContentLanguage JF- Sets the value of the content language. The current value of the content language will be set on every response.
iconSetDataOverloaded. 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.
iconSetDateHeaderOverloaded. Sets a response date header with the given name and date-value.
iconSetHeader This method sets a specified header on the response.
iconSetIsHTMLText 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.
iconSetStatus This method sets a status of the response.,

See Also

IWebData Interface | com.plumtree.uiinfrastructure.activityspace Namespace