Class URLSanitizer


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

      Constructors 
      Constructor Description
      URLSanitizer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String sanitizeUrl​(java.lang.String url)
      Sanitizes url
      • Methods inherited from class java.lang.Object

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

      • URLSanitizer

        public URLSanitizer()
    • Method Detail

      • sanitizeUrl

        public static java.lang.String sanitizeUrl​(java.lang.String url)
        Sanitizes url
        Parameters:
        url -
        Returns:
        sanitized url