org.apache.commons.feedparser.network
Class URLResolver

java.lang.Object
  extended by org.apache.commons.feedparser.network.URLResolver

public class URLResolver
extends Object

This is a portable and thin URL resolver. The goal is to quickly resolve and normalize URLs. This includes potentially saving redirects and having them fully qualified.

Version:
$Id: URLResolver.java 373622 2006-01-30 22:53:00Z mvdb $
Author:
Kevin A. Burton

Constructor Summary
URLResolver()
           
 
Method Summary
static String resolve(String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLResolver

public URLResolver()
Method Detail

resolve

public static String resolve(String resource)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.