Package org.apache.manifoldcf.core.util
Class URLDecoder
- java.lang.Object
-
- org.apache.manifoldcf.core.util.URLDecoder
-
public class URLDecoder extends java.lang.ObjectWrapper ofURLDecoderIntends to replace java.net.URLDecoder.decode(String s, "UTF-8") avoidingUnsupportedEncodingExceptionhandling.StandardCharsetsare guaranteed to be available on every implementation of the Java platform.- Since:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description URLDecoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringdecode(java.lang.String s)
-