|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
By default, java.net.URLEncoder.encode(s, "UTF-8") is used.
If it is not what you want, you can customize it by implementing this
interface and specify it in the library property called
org.zkoss.net.URLEncoder.
public interface URLEncoder
| Method Summary | |
|---|---|
String |
encode(String s)
Deprecated. Translates a string into x-www-form-urlencoded format. |
| Method Detail |
|---|
String encode(String s)
Notice that Note: The World Wide Web Consortium Recommendation states that UTF-8 should be used. Not doing so may introduce incompatibilites.
s - the string to be translated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||