|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.exolab.castor.net.util.URIResolverImpl
The default implementation of URIResolver
| Constructor Summary | |
URIResolverImpl()
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public URIResolverImpl()
| Method Detail |
public URILocation resolve(java.lang.String href,
java.lang.String documentBase)
throws URIException
Note:
file:/c:/Program Files/MyApp/myresource.xml
file://usr/etc/myresource.xml
http://www.castor.org/index.html
../relative/index.html
However, the following won't be valid:
file://c:/Program Files/MyApp/myresource.xml
resolve in interface URIResolverURIException
public URILocation resolveURN(java.lang.String urn)
throws URIException
resolveURN in interface URIResolverURIException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||