Package com.helger.commons.url
Class URLParameterDecoder
java.lang.Object
com.helger.commons.url.URLParameterDecoder
Decoder for URL parameters
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CharsetgetDecoded(String sInput) Decode the passed source object
-
Constructor Details
-
URLParameterDecoder
-
-
Method Details
-
getCharset
- Returns:
- The charset passed in the constructor. Never
null. - Since:
- 9.4.1
-
getDecoded
Description copied from interface:IDecoderDecode the passed source object- Specified by:
getDecodedin interfaceIDecoder<String,String> - Parameters:
sInput- The source object to be decoded- Returns:
- The decoded value.
-