org.exolab.adaptx.net.impl
Class URIResolverImpl

java.lang.Object
  extended by org.exolab.adaptx.net.impl.URIResolverImpl
All Implemented Interfaces:
URIResolver

public final class URIResolverImpl
extends java.lang.Object
implements URIResolver

The default implementation of URIResolver

Author:
Keith Visco

Constructor Summary
URIResolverImpl()
           
 
Method Summary
 URILocation resolve(java.lang.String href, java.lang.String documentBase)
          Resolves the given href and documentBase.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIResolverImpl

public URIResolverImpl()
Method Detail

resolve

public URILocation resolve(java.lang.String href,
                           java.lang.String documentBase)
                    throws URIException
Resolves the given href and documentBase.

Specified by:
resolve in interface URIResolver
Returns:
the URILocation for the URI
Throws:
URIException