public class ParameterListScribe extends Object implements org.jboss.seam.social.rest.RestParameterList
| Constructor and Description |
|---|
ParameterListScribe() |
ParameterListScribe(Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
String value) |
void |
addAll(org.jboss.seam.social.rest.RestParameterList other) |
void |
addQuerystring(String queryString) |
String |
appendTo(String url) |
String |
asFormUrlEncodedString() |
String |
asOauthBaseString() |
boolean |
contains(org.jboss.seam.social.rest.RestParameter param) |
boolean |
equals(Object obj) |
int |
hashCode() |
int |
size() |
org.jboss.seam.social.rest.RestParameterList |
sort() |
String |
toString() |
public void add(String key, String value)
add in interface org.jboss.seam.social.rest.RestParameterListpublic String appendTo(String url)
appendTo in interface org.jboss.seam.social.rest.RestParameterListpublic String asOauthBaseString()
asOauthBaseString in interface org.jboss.seam.social.rest.RestParameterListpublic String asFormUrlEncodedString()
asFormUrlEncodedString in interface org.jboss.seam.social.rest.RestParameterListpublic void addAll(org.jboss.seam.social.rest.RestParameterList other)
addAll in interface org.jboss.seam.social.rest.RestParameterListpublic void addQuerystring(String queryString)
addQuerystring in interface org.jboss.seam.social.rest.RestParameterListpublic boolean contains(org.jboss.seam.social.rest.RestParameter param)
contains in interface org.jboss.seam.social.rest.RestParameterListpublic int size()
size in interface org.jboss.seam.social.rest.RestParameterListpublic org.jboss.seam.social.rest.RestParameterList sort()
sort in interface org.jboss.seam.social.rest.RestParameterListCopyright © 2011-2013 Seam Framework. All Rights Reserved.