Package com.helger.commons.url
Class URLParameterEncoder
java.lang.Object
com.helger.commons.url.URLParameterEncoder
Encoder for URLs
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CharsetgetEncoded(String sInput) Encode the passed source object
-
Constructor Details
-
URLParameterEncoder
-
-
Method Details
-
getCharset
- Returns:
- The charset passed in the constructor. Never
null. - Since:
- 9.4.1
-
getEncoded
Description copied from interface:IEncoderEncode the passed source object- Specified by:
getEncodedin interfaceIEncoder<String,String> - Parameters:
sInput- The source object to be encoded- Returns:
- The encoded value.
-