Uiinfrastructure API Docs  
 

ApplicationData Methods

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

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetApplication This method returns the application.
GetCookie This method returns the requested cookie.
GetHashCode (inherited from 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.
GetHeader This method returns the requested header.
GetParameterValue JF- Returns the value of the paramter in argument.
GetPersistentSubSession This method returns the persistent sub session. This persistent sub session will not be cleared on logout. You should use the regular SubSession unless you have a specific reason to use this persistent sub session.
GetRequest Returns the current request.
GetRequestURL JF- Returns the current request URL.
GetServerName JF- Returns the current server name from XPRequest.
GetServerPort JF- Returns the current port number from XPRequest.
GetSubSession This method returns the sub session. This sub session will be cleared on logout, and therefore is a good place for storing variables needed for the lifetime of the user session.
GetType (inherited from Object)Gets the Type of the current instance.
SetContentLanguage JF- Sets the content language on the WebData.
SetCookieOverloaded. This method adds the specified cookie.
SetHeader This method sets the requested header.
SetStatus This method sets the status code on the Response.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ApplicationData Class | com.plumtree.uiinfrastructure.login Namespace