Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface URIResolver
Method Summary | |
URILocation |
|
public URILocation resolve(String href, String documentBase) throws URIException
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]