Class URLEncodingUtil


  • public class URLEncodingUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      URLEncodingUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String buildAttachmentValue​(java.lang.String attachmentFileName)  
      static java.lang.String encode​(java.lang.String value)
      Encode a string value using `UTF-8` encoding scheme
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • URLEncodingUtil

        public URLEncodingUtil()
    • Method Detail

      • encode

        public static java.lang.String encode​(java.lang.String value)
        Encode a string value using `UTF-8` encoding scheme
      • buildAttachmentValue

        public static java.lang.String buildAttachmentValue​(java.lang.String attachmentFileName)