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

Method encodeUrl

CodenameOne/src/com/codename1/io/Util.java:1267–1269  ·  view source on GitHub ↗
(final String str)

Source from the content-addressed store, hash-verified

1265 ///
1266 /// encoded string
1267 public static String encodeUrl(final String str) {
1268 return encode(str, "%20");
1269 }
1270
1271 /// Encodes the provided string as a URL (with %20 for spaces).
1272 ///

Callers 15

addArgumentMethod · 0.95
buildURLMethod · 0.95
refreshTokenMethod · 0.95
appendParamMethod · 0.95
toCSSStringMethod · 0.95
postMethod · 0.95
sendMessageMethod · 0.95
sendMessageMethod · 0.95
initMethod · 0.95

Calls 2

encodeMethod · 0.95
toCharArrayMethod · 0.45

Tested by

no test coverage detected