Uiinfrastructure API Docs  
 

HTTPHelpers Members

HTTPHelpers overview

Public Static Methods

iconiconAppendQSArgumentOverloaded. This helper adds a QS name to your XPStringBuilder. If the argument name is null, nothing is added.
iconiconCheckIntegrityOfParameterArraysOverloaded.  
iconiconGetArgumentAsBoolean 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.
iconiconGetArgumentAsInt 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.
iconiconGetArgumentAsString 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.
iconiconGetParameterArrayAsString 
iconiconGetParameterListAsString 
iconiconGetQSArgStringOverloaded. This helper generates the QS argument string from the given argument name. If the argument name is null, empty string is returned.
iconiconGetQueryString Returns a query string for the redirect containing all the control arguments. Copied from com.plumtree.uiinfrastructure.activityspace.Redirect.
iconiconStringHasUnsafeURLCharacters 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 Constructors

icon HTTPHelpers Constructor Initializes a new instance of the HTTPHelpers class.

Public Instance Methods

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

HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace