public class ScopedMint extends Object implements Mint
Mint that returns scoped URIs, i.e. URIs with a final parameter of the following form:
scope=<scope>
where scope is the current scope.
A ScopedMint scopes the URIs generated by an existing Mint, an HttpMint by default.
ScopeProvider| Constructor and Description |
|---|
ScopedMint()
Creates an instance with an
HttpMint. |
ScopedMint(Mint mint)
Creates an instance with a given
Mint. |
| Modifier and Type | Method and Description |
|---|---|
URI |
mint(List<String> elements)
Mints an absolute hierarchical URI from the elements of its path.
|
public ScopedMint()
HttpMint.Copyright © 2018. All Rights Reserved.