| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Addressable
Interface that allows to retrieve the address of a piece of content. URI and parameters should reference the canonical address of the item.
This interface is designed to be implemented by clients. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String[]> | getParameters()
Returns an potentially unmodifiable version of the parameters used to address the object, never null , but potentially the empty map.
|
java.net.URI | getURI()
Returns the unique identifier of the object |
Method Detail |
---|
java.net.URI getURI() throws java.net.URISyntaxException
null
java.util.Map<java.lang.String,java.lang.String[]> getParameters()
Returns an potentially unmodifiable version of the parameters used to address
the object, never null
, but potentially the empty map.
The key is of type String
, the values of type String[]
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |