Package org.somda.sdc.glue.common.helper
Class UrlUtf8
- java.lang.Object
-
- org.somda.sdc.glue.common.helper.UrlUtf8
-
public class UrlUtf8 extends Object
Helper to encode and decode URLs to and from UTF-8.
-
-
Constructor Summary
Constructors Constructor Description UrlUtf8()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringdecode(String text)Accepts a text and URL-decodes it based on UTF-8.static Stringencode(String text)Accepts a text and URL-encodes it based on UTF-8.
-