|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mint
Mints absolute hierarchical URIs from URI paths.
A Mint is responsible for providing the schema and naming authority of the URI.
Depending on the implementation, the Mint may provide further URI elements (e.g query parameters).
| Method Summary | |
|---|---|
URI |
mint(List<String> pathElements)
Mints an absolute hierarchical URI from the elements of its path. |
| Method Detail |
|---|
URI mint(List<String> pathElements)
throws IllegalArgumentException,
IllegalStateException
pathElements - the elements, as defined in RFC 3986
IllegalArgumentException - if the elements do not conform to URI syntax
IllegalStateException - if the URI cannot be minted in the state of the current thread.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||