Interface URIResolver
- All Known Implementing Classes:
URIResolverImpl, URIResolverWrapper
-
Method Summary
Modifier and TypeMethodDescriptionResolves the given href and documentBase.
-
Method Details
-
resolve
Resolves the given href and documentBase. An implementation of this method should never return null. A URIException may be thrown instead.- Returns:
- the URILocation for the URI. [not null]
- Throws:
URIException
-