- get(K) - Method in class cat.inspiracio.util.BagMap
-
Gets the value of the first entry with that key, or null if there is none.
- getAll(String) - Method in class cat.inspiracio.url.URLParameters
-
Gets all values of this key.
- getExtension() - Method in class cat.inspiracio.url.URL
-
Gets the extension, without leading "." or null if there is none.
- getFragment() - Method in class cat.inspiracio.url.URL
-
- getHash() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getHash() - Method in class cat.inspiracio.url.URL
-
Gets the fragment, with initial "#", or empty string.
- getHash() - Method in interface cat.inspiracio.url.URLUtils
-
- getHost() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getHost() - Method in class cat.inspiracio.url.URL
-
If non-standard port, returns server and post.
- getHost() - Method in interface cat.inspiracio.url.URLUtils
-
- getHostname() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getHostname() - Method in class cat.inspiracio.url.URL
-
- getHostname() - Method in interface cat.inspiracio.url.URLUtils
-
- getHref() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getHref() - Method in class cat.inspiracio.url.URL
-
- getHref() - Method in interface cat.inspiracio.url.URLUtils
-
- getMimeType() - Method in class cat.inspiracio.url.URL
-
Guesses the MIME type, or null
- getOrigin() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getOrigin() - Method in class cat.inspiracio.url.URL
-
http://www.w3.org/TR/url/#concept-url-origin
- getOrigin() - Method in interface cat.inspiracio.url.URLUtils
-
- getParameter(String) - Method in class cat.inspiracio.url.URL
-
Gets the first parameter value for this key, or null.
- getParameters(String) - Method in class cat.inspiracio.url.URL
-
Gets all parameter values for this key, or null.
- getParameters() - Method in class cat.inspiracio.url.URL
-
May return empty parameters, but never null.
- getPassword() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getPassword() - Method in class cat.inspiracio.url.URL
-
- getPassword() - Method in interface cat.inspiracio.url.URLUtils
-
- getPath() - Method in class cat.inspiracio.url.URL
-
- getPathname() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getPathname() - Method in class cat.inspiracio.url.URL
-
- getPathname() - Method in interface cat.inspiracio.url.URLUtils
-
- getPort() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getPort() - Method in class cat.inspiracio.url.URL
-
Gets the string representing the port that was put explicitly in the URL, or "".
- getPort() - Method in interface cat.inspiracio.url.URLUtils
-
- getProtocol() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getProtocol() - Method in class cat.inspiracio.url.URL
-
Like "http:", with ":" at the end.
- getProtocol() - Method in interface cat.inspiracio.url.URLUtils
-
- getScheme() - Method in class cat.inspiracio.url.URL
-
- getSearch() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getSearch() - Method in class cat.inspiracio.url.URL
-
Gets the query string, with initial "?", or null.
- getSearch() - Method in interface cat.inspiracio.url.URLUtils
-
- getSearchParams() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getSearchParams() - Method in class cat.inspiracio.url.URL
-
- getSearchParams() - Method in interface cat.inspiracio.url.URLUtils
-
- getServer() - Method in class cat.inspiracio.url.URL
-
- getUsername() - Method in class cat.inspiracio.url.InitialURLUtils
-
- getUsername() - Method in class cat.inspiracio.url.URL
-
- getUsername() - Method in interface cat.inspiracio.url.URLUtils
-
- getValues(K) - Method in class cat.inspiracio.util.BagMap
-
Gets all the values for a key, in the order that they were inserted.