public class UriParameters extends Object implements Map<String,Object>
UnsupportedOperationException.| Constructor and Description |
|---|
UriParameters(javax.ws.rs.core.UriInfo uriInfo)
Constructs a UriParameters for the given uriInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Not supported, throws
UnsupportedOperationException |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet()
Not supported, throws
UnsupportedOperationException |
Object |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet()
Not supported, throws
UnsupportedOperationException |
Object |
put(String key,
Object value)
Not supported, throws
UnsupportedOperationException |
void |
putAll(Map<? extends String,?> m)
Not supported, throws
UnsupportedOperationException |
Object |
remove(Object key)
Not supported, throws
UnsupportedOperationException |
int |
size() |
Collection<Object> |
values()
Not supported, throws
UnsupportedOperationException |
public UriParameters(javax.ws.rs.core.UriInfo uriInfo)
uriInfo - the object providing the necessary URI request information.public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>public Object put(String key, Object value)
UnsupportedOperationExceptionpublic Object remove(Object key)
UnsupportedOperationExceptionpublic void putAll(Map<? extends String,?> m)
UnsupportedOperationExceptionpublic void clear()
UnsupportedOperationExceptionpublic Set<String> keySet()
UnsupportedOperationExceptionpublic Collection<Object> values()
UnsupportedOperationExceptionCopyright © 2016–2017 Code:Frames. All rights reserved.