net.vidageek.crawler.component
Class UrlUtils
java.lang.Object
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)
|
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 |
UrlUtils
public UrlUtils()
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.