Interface UrlEncoder
- All Known Implementing Classes:
DefaultUrlEncoder
public interface UrlEncoder
Simple class to URL encode the passed string.
- Since:
- v4.4
-
Method Summary
-
Method Details
-
encode
URL encode the passed string.- Parameters:
value
- the value to URL encode.- Returns:
- the encoded value.
-