|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.opensearch.opensearchlibrary.utils.URLEncoder
public class URLEncoder
A URL encoder utility that is used to URL-encode strings only if they are not already URL-encoded
Method Summary | |
---|---|
static java.lang.String |
UrlEncode(java.lang.String value,
java.lang.String encoding)
URL-encodes a String only if it is not found already URL-encoded |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String UrlEncode(java.lang.String value, java.lang.String encoding) throws java.io.UnsupportedEncodingException
value
- The String to be URL-encodedencoding
- The encoding to be used
java.io.UnsupportedEncodingException
- If the encoding given is not supported
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |