![]() |
Creates a new WebData object. This should only be created by the Interpreter. |
![]() | Call this method to add a cookie to the response. |
![]() | This method is used to clear all of the underlying data from this object to ensure that no memory is "leaked" if a Display Page mistakenly maintains a reference to this object. |
![]() | This clears the data to be output (text or binary) so that this object can be used again. Some of this data can still be transmitted if it has already been written to the response by the time this method is called. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | This method tells you whether or not the data on this object has already been sent using the OutputData() method. |
![]() | This method tells you whether or not the data on this object is binary. If it is binary, you can't add text data after the binary data. |
![]() | This method tells you whether or not the data on this object is already set using either of the SetData() methods. |
![]() | This method outputs the data to the browser. This should only be called by the Interpreter after data has been set on this object by the IDisplayPage. |
![]() | This method determines if WebData object will throw an exception in case of sending an empty body of not. |
![]() | Sends a true 302 redirect immediatly. |
![]() | JF- Helper method to set the content language header from the locale. |
![]() | Overloaded. |
![]() | This method marks the data as being sent so that this page cannot be redisplayed. |
![]() | Overloaded. |
![]() | |
![]() | |
![]() | |
![]() | This method turns on or off automatic HTTP headers (such as the automatic expires header set to now). Default is to add automatic HTTP headers. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
WebData Class | com.plumtree.uiinfrastructure.activityspace Namespace