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

Method getRawQuery

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

Get the encoded 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

662 * @return the query part of the URI.
663 */
664 public String getRawQuery() {
665 return query;
666 }
667
668 /**
669 * Get the decoded fragment (otherwise known as the "reference" or

Callers 2

invoke0Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected