|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.primefaces.extensions.util.URLEncoderWrapper
public class URLEncoderWrapper
Wrapper for the URLEncoder which always use UTF-8.
| Method Summary | |
|---|---|
static java.lang.String |
encode(java.lang.String string)
Encodes the given string with the URLEncoder.encode(String) and UTF-8. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String encode(java.lang.String string)
throws java.io.UnsupportedEncodingException
URLEncoder.encode(String) and UTF-8.
string - The value which should be encoded.
java.io.UnsupportedEncodingException - If UTF-8 is not available.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||