|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.net.URLs
public class URLs
Utilities to handle URL.
| Constructor Summary | |
|---|---|
URLs()
|
|
| Method Summary | |
|---|---|
static String |
encode(String s)
Deprecated. As of release 5.0.5, for simple ZK core. Translates a string into x-www-form-urlencoded format. By default, java.net.URLEncoder.encode(s, "UTF-8") is used
to translate the string.
However, you can customize the translation by implementing
the |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLs()
| Method Detail |
|---|
public static String encode(String s)
By default, java.net.URLEncoder.encode(s, "UTF-8") is used
to translate the string.
However, you can customize the translation by implementing
the URLEncoder interface, and and specify the class
in the library property called org.zkoss.net.URLEncoder.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||