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