HTMLURLs is a Java class that contains a collection of static utility methods to manipulate URLs addresses.
Be the first to post a text review of HTMLURLs. Rate and review a project by clicking thumbs up or thumbs down in the right column.
1.0.004 (2006-02-03) - imports were reorganized 1.0.003 (2005-03-30) - jar file were added on www directory 1.0.002 (2005-03-24) - java.net release 1.0.001 (2005-03-22) - fixed empty parameter issue on isRelativeLink 1.0.000 (2005-03-15) - sourceforge release
A quick start guide were added to this project homepage.
HTMLURLs is an open-source Java class that contains a collection of static utility methods to manipulate and convert URL (Uniform Resource Locator) addresses from java.lang.String to java.net.URL objects and vice versa. This class extend the com.tecnick.htmlutils Java package that provides a collection of utilities to create, parse and convert HTML/XHTML documents. The HTMLURLs class is very useful in Web-based application development because speeds up the URLs manipulation, that is a common task. The HTMLURLs main features are: allows set up a java.net.URL object starting from various String representation; checks if an URL is absolute or relative to the current local path. get full canonical URL address by resolving various combined relative paths (e.g.: "http://www.site.com/dir/subdir/../image.gif" became "http://www.site.com/dir/image.gif"); this last case resolve a very common problem in Web-applications.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?