URIResolver
public final class URIResolverImpl extends java.lang.Object implements URIResolver
Constructor | Description |
---|---|
URIResolverImpl() |
Modifier and Type | Method | Description |
---|---|---|
URILocation |
resolve(java.lang.String href,
java.lang.String documentBase) |
Resolves the given href and documentBase.
|
URILocation |
resolveURN(java.lang.String urn) |
Resolves the given urn.
|
public URILocation resolve(java.lang.String href, java.lang.String documentBase) throws URIException
Note:
However, the following won't be valid:file:/c:/Program Files/MyApp/myresource.xml file://usr/etc/myresource.xml http://www.castor.org/index.html ../relative/index.html
file://c:/Program Files/MyApp/myresource.xml
resolve
in interface URIResolver
URIException
public URILocation resolveURN(java.lang.String urn) throws URIException
resolveURN
in interface URIResolver
URIException
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com