net.vidageek.crawler.component
Class UrlUtils

java.lang.Object
  extended by net.vidageek.crawler.component.UrlUtils

public final class UrlUtils
extends java.lang.Object

Code copied from HtmlUnit (src/main/java/com/gargoylesoftware/htmlunit/util/UrlUtils.java) (https://htmlunit.svn.sourceforge.net/svnroot/htmlunit/trunk/htmlunit - commit 5556) Modifications made by jonasabreu (jonas at vidageek dot net)


Constructor Summary
UrlUtils()
           
 
Method Summary
static int indexOf(java.lang.String s, char searchChar, int beginIndex, int endIndex)
          Code copied from HtmlUnit (src/main/java/com/gargoylesoftware/htmlunit/StringUtils.java) (https://htmlunit.svn.sourceforge.net/svnroot/htmlunit/trunk/htmlunit - commit 5556)
static java.lang.String resolveUrl(java.lang.String baseUrl, java.lang.String relativeUrl)
           
static boolean startsWithIgnoreCase(java.lang.String stringToCheck, java.lang.String prefix)
          Code copied from HtmlUnit (src/main/java/com/gargoylesoftware/htmlunit/TextUtil.java) (https://htmlunit.svn.sourceforge.net/svnroot/htmlunit/trunk/htmlunit - commit 5556)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlUtils

public UrlUtils()
Method Detail

resolveUrl

public static java.lang.String resolveUrl(java.lang.String baseUrl,
                                          java.lang.String relativeUrl)

startsWithIgnoreCase

public static boolean startsWithIgnoreCase(java.lang.String stringToCheck,
                                           java.lang.String prefix)
Code copied from HtmlUnit (src/main/java/com/gargoylesoftware/htmlunit/TextUtil.java) (https://htmlunit.svn.sourceforge.net/svnroot/htmlunit/trunk/htmlunit - commit 5556)


indexOf

public static int indexOf(java.lang.String s,
                          char searchChar,
                          int beginIndex,
                          int endIndex)
Code copied from HtmlUnit (src/main/java/com/gargoylesoftware/htmlunit/StringUtils.java) (https://htmlunit.svn.sourceforge.net/svnroot/htmlunit/trunk/htmlunit - commit 5556)



Copyright © 2008-2011 VidaGeek.net. All Rights Reserved.