Uiinfrastructure API Docs  
 

ApplicationData Members

ApplicationData overview

Public Instance Constructors

icon ApplicationData Constructor

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetApplication This method returns the application.
iconGetCookie This method returns the requested cookie.
iconGetHashCode (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.
iconGetHeader This method returns the requested header.
iconGetParameterValue JF- Returns the value of the paramter in argument.
iconGetPersistentSubSession 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.
iconGetRequest Returns the current request.
iconGetRequestURL JF- Returns the current request URL.
iconGetServerName JF- Returns the current server name from XPRequest.
iconGetServerPort JF- Returns the current port number from XPRequest.
iconGetSubSession 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.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconSetContentLanguage JF- Sets the content language on the WebData.
iconSetCookieOverloaded. This method adds the specified cookie.
iconSetHeader This method sets the requested header.
iconSetStatus This method sets the status code on the Response.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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

See Also

ApplicationData Class | com.plumtree.uiinfrastructure.login Namespace