Package ch.tocco.nice2.netui.impl.bind
Class UriResolverImpl
java.lang.Object
ch.tocco.nice2.netui.impl.bind.UriResolverImpl
- All Implemented Interfaces:
UriResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRelativeResolver
(URI baseUri) void
setProtocols
(Map<String, ProtocolProvider> protocols)
-
Constructor Details
-
UriResolverImpl
public UriResolverImpl()
-
-
Method Details
-
setProtocols
-
resolve
- Specified by:
resolve
in interfaceUriResolver
- Throws:
UnresolvableUriException
-
resolve
public UriTarget resolve(URI uri, @Nullable @Nullable Class<?> expectedType) throws UnresolvableUriException - Specified by:
resolve
in interfaceUriResolver
- Throws:
UnresolvableUriException
-
getRelativeResolver
- Specified by:
getRelativeResolver
in interfaceUriResolver
- Throws:
UnresolvableUriException
-