|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.uri.ScopedMint
public class ScopedMint
A 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 Summary | |
|---|---|
ScopedMint()
Creates an instance with an HttpMint. |
|
ScopedMint(Mint mint)
Creates an instance with a given Mint. |
|
| Method Summary | |
|---|---|
URI |
mint(List<String> elements)
Mints an absolute hierarchical URI from the elements of its path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScopedMint()
HttpMint.
public ScopedMint(Mint mint)
Mint.
mint - the mint.| Method Detail |
|---|
public URI mint(List<String> elements)
Mint
mint in interface Mintelements - the elements, as defined in RFC 3986
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||