Interface UrlEncoder

All Known Implementing Classes:
DefaultUrlEncoder

public interface UrlEncoder
Simple class to URL encode the passed string.
Since:
v4.4
  • Method Summary

    Modifier and Type
    Method
    Description
    encode(String value)
    URL encode the passed string.
  • Method Details

    • encode

      String encode(String value)
      URL encode the passed string.
      Parameters:
      value - the value to URL encode.
      Returns:
      the encoded value.