Class SafeURLEncoder

java.lang.Object
de.hybris.platform.util.SafeURLEncoder

public class SafeURLEncoder extends Object
Wrapper for URLEncoder which always encodes using UTF-8 scheme and throws runtime exception in case of unsupported encoding.
  • Constructor Details

    • SafeURLEncoder

      public SafeURLEncoder()
  • Method Details