org.apache.commons.feedparser.network
Class URLResolver

java.lang.Object
  |
  +--org.apache.commons.feedparser.network.URLResolver

public class URLResolver
extends java.lang.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 155416 2005-02-26 13:00:10Z dirkv $

Constructor Summary
URLResolver()
           
 
Method Summary
static java.lang.String resolve(java.lang.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 java.lang.String resolve(java.lang.String resource)


Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.