![]() AppendQSArgument | Overloaded. This helper adds a QS name to your XPStringBuilder. If the argument name is null, nothing is added. |
![]() CheckIntegrityOfParameterArrays | Overloaded. |
![]() 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 | |
![]() GetQSArgString | Overloaded. 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. |
HTTPHelpers Constructor
|
Initializes a new instance of the HTTPHelpers class. |
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. |
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. |
HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace