Packageorg.servebox.commons.utils
Classpublic class URLUtils

The URLUtils utility class contains useful url static methods.



Public Methods
 MethodDefined by
  
[static] Returns the query string.
URLUtils
  
getHostURL(url:String):String
[static] Returns the host URI.
URLUtils
  
[static] Returns an array of the parameters in the query string.
URLUtils
Method detail
getCurrentQueryString()method
public static function getCurrentQueryString():String

Returns the query string.

Returns
String
getHostURL()method 
public static function getHostURL(url:String):String

Returns the host URI.

Parameters
url:String

Returns
String
readQueryString()method 
public static function readQueryString():Array

Returns an array of the parameters in the query string.

Returns
Array