Uiinfrastructure API Docs  
 

HTTPHelpers Methods

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

Public Static Methods

AppendQSArgumentOverloaded. This helper adds a QS name to your XPStringBuilder. If the argument name is null, nothing is added.
CheckIntegrityOfParameterArraysOverloaded.  
GetArgumentAsBoolean This helper method retrieves a single argument from the argument hashtable. If the argument does not exist or is null, the default value will be used.
GetArgumentAsInt This helper method retrieves a single argument from the argument hashtable. If the argument does not exist or is null, the default value will be used.
GetArgumentAsString This helper method retrieves a single argument from the argument hashtable. If the argument does not exist or is null, the default value will be used.
GetParameterArrayAsString 
GetParameterListAsString 
GetQSArgStringOverloaded. This helper generates the QS argument string from the given argument name. If the argument name is null, empty string is returned.
GetQueryString Returns a query string for the redirect containing all the control arguments. Copied from com.plumtree.uiinfrastructure.activityspace.Redirect.
StringHasUnsafeURLCharacters Helper method to determine if the given string contains characters that we have deemed to be unsafe for URLs, indicating possible hack attempts.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetType (inherited from Object)Gets the Type of the current instance.
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

HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace