|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mysema.commons.lang.URLEncoder
public final class URLEncoder
URLEncoder provides URL encoding functionality
| Method Summary | |
|---|---|
static String |
encodeParam(String s,
String enc)
Translates a string into application/x-www-form-urlencoded
format. |
static String |
encodeURL(String s)
Translates an URL string into URL safe form |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String encodeParam(String s,
String enc)
application/x-www-form-urlencoded
format.
public static String encodeURL(String s)
s -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||