Class UrlDecode


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

      Constructors 
      Constructor Description
      UrlDecode()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String decodeISO88591Path​(java.lang.String path, int offset, int length)  
      static java.lang.String path​(java.lang.String path)  
      static java.lang.String path​(java.lang.String path, int offset, int length)  
      • Methods inherited from class java.lang.Object

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

      • UrlDecode

        public UrlDecode()
    • Method Detail

      • path

        public static java.lang.String path​(java.lang.String path)
      • path

        public static java.lang.String path​(java.lang.String path,
                                            int offset,
                                            int length)
      • decodeISO88591Path

        private static java.lang.String decodeISO88591Path​(java.lang.String path,
                                                           int offset,
                                                           int length)