java.net.URI.| Constructor Summary | |
|---|---|
| void | Instance initializer. |
| Method Summary | |
|---|---|
| boolean | equals(obj : ?) |
| static jsx3.net.URI | fromParts(scheme : String, userInfo : String, host : String, port : int, path : String, query : String, fragment : String) This method can be called with either 3 or 7 arguments. |
| String | |
| String | |
| String | getHost() |
| String | getPath() |
| int | getPort() |
| String | getQuery() |
| String | boolean | getQueryParam(strParam : String) Searches the query part for the value of a parameter. |
| Object<String, String> | |
| String | |
| String | |
| String | |
| boolean | |
| boolean | isOpaque() |
| jsx3.net.URI | Normalizes this URI's path. |
| jsx3.net.URI | relativize(uri : String | jsx3.net.URI) Relativizes the given URI against this URI. |
| jsx3.net.URI | resolve(uri : String | jsx3.net.URI) Resolves the given URI against this URI. |
| String | toString() |
| static jsx3.net.URI | valueOf(strURI : String | jsx3.net.URI) |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Constructor Detail |
|---|
| Method Detail |
|---|
URI.fromParts(scheme, schemeSpecificPath, fragment).
nullnull; or the scheme-specific part if called with 3 argumentsnull; or the URI fragment if called with 3 arguments, may be nullnullnullnullname1=value1&name2=value2&... If a parameter is specified without a following '='
this method will return boolean true.uri is opaque, or their schemes are not equal or their authorities are not
equal, uri is returned.uri and a path equal to:
uri is just "" or
"/", the path of uri
uri.