Construct a RedirectResolver
the URI to redirect from
the URI to redirect to
Protected
_tryResolve a URI to a new URI
the URI to resolve
A Promise with a Result containing a URI if successful
Protected
getResolve a URI to a wrap package, a wrapper, or a URI. Updates the resolution context with the result.
the URI to resolve
a CoreClient instance that may be used to invoke a wrapper that implements the UriResolver interface
the current URI resolution context
A Promise with a Result containing either a wrap package, a wrapper, or a URI if successful
This method calls the internal abstract method _tryResolveUri before updating the resolution context. Implementations are expect to place resolution logic in _tryResolveUri.
Generated using TypeDoc
A Uri Resolver that resolves to a new URI and correctly updates the resolution history.