|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface URLEncoder
The URLEncoder
interface declares the functionality we use from
the GWT URL encoding system. The methods are as for the corresponding methods
of the GWT classes
Method Summary | |
---|---|
java.lang.String |
encode(java.lang.String decoded)
encode the whole URL, as performed by the GWT URL.encode(String) method |
java.lang.String |
encodeComponent(java.lang.String decoded)
encode a component of the URL, as performed by the GWT {URL#encodeComponent} method |
Method Detail |
---|
java.lang.String encodeComponent(java.lang.String decoded)
decoded
- the component in its decoded form
java.lang.String encode(java.lang.String decoded)
URL.encode(String)
method
decoded
- the URL in its decoded form
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |