|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ir.webutils.URLChecker
URLChecker.java trys to clean up some URLs that do not conform to the standard and cause confusion. Valid URL's are returned unchanged. The idea behind this class is to fix some common problems (like leaving spaces in URLs) with simple heuristics. June 1, 2001 Ted Wild
Method Summary | |
static java.net.URL |
getURL(java.lang.String urlString)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.net.URL getURL(java.lang.String urlString) throws java.net.MalformedURLException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |