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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRelativeResolver(URI baseUri) voidsetProtocols(Map<String, ProtocolProvider> protocols)
-
Constructor Details
-
UriResolverImpl
public UriResolverImpl()
-
-
Method Details
-
setProtocols
-
resolve
- Specified by:
resolvein interfaceUriResolver- Throws:
UnresolvableUriException
-
resolve
public UriTarget resolve(URI uri, @Nullable @Nullable Class<?> expectedType) throws UnresolvableUriException - Specified by:
resolvein interfaceUriResolver- Throws:
UnresolvableUriException
-
getRelativeResolver
- Specified by:
getRelativeResolverin interfaceUriResolver- Throws:
UnresolvableUriException
-