MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getQuery

Method getQuery

vm/JavaAPI/src/java/net/URI.java:654–656  ·  view source on GitHub ↗

Get the decoded query part of the uri. The query marker (?) itself is not included in the result. @return the query part of the URI.

()

Source from the content-addressed store, hash-verified

652 * @return the query part of the URI.
653 */
654 public String getQuery() {
655 return URIHelper.decodeString(query, true);
656 }
657
658 /**
659 * Get the encoded query part of the uri. The query marker (?) itself is not

Callers 2

resolveMethod · 0.95
normalizeMethod · 0.95

Calls 1

decodeStringMethod · 0.95

Tested by

no test coverage detected