| Package | org.servebox.commons.utils |
| Class | public class URLUtils |
| Method | Defined by | ||
|---|---|---|---|
|
getCurrentQueryString():String
[static]
Returns the query string.
| URLUtils | ||
|
getHostURL(url:String):String
[static]
Returns the host URI.
| URLUtils | ||
|
readQueryString():Array
[static]
Returns an array of the parameters in the query string.
| URLUtils | ||
| getCurrentQueryString | () | method |
public static function getCurrentQueryString():StringReturns the query string.
ReturnsString |
| getHostURL | () | method |
public static function getHostURL(url:String):StringReturns the host URI.
Parametersurl:String |
String |
| readQueryString | () | method |
public static function readQueryString():ArrayReturns an array of the parameters in the query string.
ReturnsArray |