Package com.helger.commons.url
Class URLParameterDecoder
- java.lang.Object
-
- com.helger.commons.url.URLParameterDecoder
-
- All Implemented Interfaces:
IDecoder<String,String>,Serializable
public class URLParameterDecoder extends Object implements IDecoder<String,String>
Decoder for URL parameters- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URLParameterDecoder(Charset aCharset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharsetgetCharset()StringgetDecoded(String sInput)Decode the passed source object
-