public class URLCodec extends Object
| Constructor and Description |
|---|
URLCodec() |
public static String urlDecode(String encoded) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String urlEncode(String original) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String urlEncode(String original, boolean spacesAsPluses) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2020. All rights reserved.