Uses of Interface
javax.ws.rs.core.MultivaluedMap

Packages that use MultivaluedMap
com.restfully.shop.services   
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.api.core Provides support for configuration. 
com.sun.jersey.api.representation Provides support for particular representations. 
com.sun.jersey.api.uri Provides support for JAX-RS URI templates and encoding/decoding URI components. 
com.sun.jersey.atom.abdera.impl.provider.entity JAX-RS AtomPub Provider Classes 
com.sun.jersey.atom.rome.impl.provider.entity   
com.sun.jersey.client.impl   
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.core.impl.provider.entity   
com.sun.jersey.core.provider.jaxb Provides support for JAXB-related message body readers and writers. 
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.jersey.core.util Provides support for collection-based classes. 
com.sun.jersey.json.impl.provider.entity   
com.sun.jersey.multipart JAX-RS Integration with MIME MultiPart Message Formats 
com.sun.jersey.multipart.impl   
com.sun.jersey.oauth.server.api.providers   
com.sun.jersey.oauth.server.spi   
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.model.parameter.multivalued   
com.sun.jersey.server.impl.template   
com.sun.jersey.server.linking.impl   
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
 

Uses of MultivaluedMap in com.restfully.shop.services
 

Methods in com.restfully.shop.services with parameters of type MultivaluedMap
 Object JavaMarshaller.readFrom(Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap httpHeaders, InputStream is)
           
 void JavaMarshaller.writeTo(Object o, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap httpHeaders, OutputStream os)
           
 

Uses of MultivaluedMap in com.sun.jersey.api.client
 

Fields in com.sun.jersey.api.client declared as MultivaluedMap
protected  MultivaluedMap<String,Object> PartialRequestBuilder.metadata
           
 

Methods in com.sun.jersey.api.client that return MultivaluedMap
abstract  MultivaluedMap<String,Object> ClientRequest.getHeaders()
          Get the HTTP headers of the request.
 MultivaluedMap<String,String> ClientResponse.getHeaders()
          Get the HTTP headers of the response.
abstract  MultivaluedMap<String,Object> ClientRequest.getMetadata()
          Deprecated. 
 MultivaluedMap<String,String> ClientResponse.getMetadata()
          Deprecated.  
 

Methods in com.sun.jersey.api.client with parameters of type MultivaluedMap
 WebResource WebResource.queryParams(MultivaluedMap<String,String> params)
          Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
 AsyncWebResource AsyncWebResource.queryParams(MultivaluedMap<String,String> params)
          Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
 ViewResource ViewResource.queryParams(MultivaluedMap<String,String> params)
          Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
 AsyncViewResource AsyncViewResource.queryParams(MultivaluedMap<String,String> params)
          Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
 

Constructors in com.sun.jersey.api.client with parameters of type MultivaluedMap
WebResourceLinkHeaders(Client c, MultivaluedMap<String,String> headers)
           
 

Uses of MultivaluedMap in com.sun.jersey.api.core
 

Methods in com.sun.jersey.api.core that return MultivaluedMap
 MultivaluedMap<String,String> HttpRequestContext.getCookieNameValueMap()
          Get the cookie name value map.
 MultivaluedMap<String,Object> HttpResponseContext.getHttpHeaders()
          Get the HTTP response headers.
 MultivaluedMap<String,String> HttpRequestContext.getQueryParameters()
          Get the URI query parameters of the current request.
 MultivaluedMap<String,String> HttpRequestContext.getQueryParameters(boolean decode)
          Get the URI query parameters of the current request.
 

Uses of MultivaluedMap in com.sun.jersey.api.representation
 

Classes in com.sun.jersey.api.representation that implement MultivaluedMap
 class Form
          An implementation of MultivaluedMap that may be used for reading/writing String-based form parameters.
 

Uses of MultivaluedMap in com.sun.jersey.api.uri
 

Methods in com.sun.jersey.api.uri that return MultivaluedMap
static MultivaluedMap<String,String> UriComponent.decodeMatrix(String pathSegment, boolean decode)
          Decode the matrix component of a URI path segment.
static MultivaluedMap<String,String> UriComponent.decodeQuery(String q, boolean decode)
          Decode the query component of a URI.
static MultivaluedMap<String,String> UriComponent.decodeQuery(URI u, boolean decode)
          Decode the query component of a URI.
 

Uses of MultivaluedMap in com.sun.jersey.atom.abdera.impl.provider.entity
 

Methods in com.sun.jersey.atom.abdera.impl.provider.entity with parameters of type MultivaluedMap
 org.apache.abdera.model.Categories CategoriesProvider.readFrom(Class<org.apache.abdera.model.Categories> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, InputStream stream)
           
 org.apache.abdera.model.Entry EntryProvider.readFrom(Class<org.apache.abdera.model.Entry> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, InputStream stream)
           
 org.apache.abdera.model.Feed FeedProvider.readFrom(Class<org.apache.abdera.model.Feed> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, InputStream stream)
           
 org.apache.abdera.model.Service ServiceProvider.readFrom(Class<org.apache.abdera.model.Service> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, InputStream stream)
           
 void CategoriesProvider.writeTo(org.apache.abdera.model.Categories categories, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> headers, OutputStream stream)
           
 void EntryProvider.writeTo(org.apache.abdera.model.Entry entry, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> headers, OutputStream stream)
           
 void FeedProvider.writeTo(org.apache.abdera.model.Feed feed, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> headers, OutputStream stream)
           
 void ServiceProvider.writeTo(org.apache.abdera.model.Service service, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> headers, OutputStream stream)
           
 

Uses of MultivaluedMap in com.sun.jersey.atom.rome.impl.provider.entity
 

Methods in com.sun.jersey.atom.rome.impl.provider.entity with parameters of type MultivaluedMap
 com.sun.syndication.feed.atom.Entry AtomEntryProvider.readFrom(Class<com.sun.syndication.feed.atom.Entry> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 com.sun.syndication.feed.atom.Feed AtomFeedProvider.readFrom(Class<com.sun.syndication.feed.atom.Feed> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 void AtomEntryProvider.writeTo(com.sun.syndication.feed.atom.Entry t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void AtomFeedProvider.writeTo(com.sun.syndication.feed.atom.Feed t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 

Uses of MultivaluedMap in com.sun.jersey.client.impl
 

Methods in com.sun.jersey.client.impl that return MultivaluedMap
 MultivaluedMap<String,Object> ClientRequestImpl.getHeaders()
           
 MultivaluedMap<String,Object> ClientRequestImpl.getMetadata()
           
 

Constructors in com.sun.jersey.client.impl with parameters of type MultivaluedMap
ClientRequestImpl(URI uri, String method, Object entity, MultivaluedMap<String,Object> metadata)
           
 

Uses of MultivaluedMap in com.sun.jersey.core.header
 

Classes in com.sun.jersey.core.header that implement MultivaluedMap
 class InBoundHeaders
          In-bound HTTP headers.
 class OutBoundHeaders
          Out-bound HTTP headers.
 

Fields in com.sun.jersey.core.header declared as MultivaluedMap
protected  MultivaluedMap<String,String> LinkHeader.LinkHeaderBuilder.parameters
           
 

Methods in com.sun.jersey.core.header that return MultivaluedMap
 MultivaluedMap<String,String> LinkHeader.getParams()
           
 

Constructors in com.sun.jersey.core.header with parameters of type MultivaluedMap
LinkHeaders(MultivaluedMap<String,String> headers)
           
 

Uses of MultivaluedMap in com.sun.jersey.core.impl.provider.entity
 

Classes in com.sun.jersey.core.impl.provider.entity with type parameters of type MultivaluedMap
 class BaseFormProvider<T extends MultivaluedMap<String,String>>
           
 

Methods in com.sun.jersey.core.impl.provider.entity that return MultivaluedMap
 MultivaluedMap<String,String> FormMultivaluedMapProvider.readFrom(Class<MultivaluedMap<String,String>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 

Methods in com.sun.jersey.core.impl.provider.entity with parameters of type MultivaluedMap
 byte[] ByteArrayProvider.readFrom(Class<byte[]> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 DataSource DataSourceProvider.readFrom(Class<DataSource> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Document DocumentProvider.readFrom(Class<Document> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 DOMSource SourceProvider.DOMSourceReader.readFrom(Class<DOMSource> t, Type gt, Annotation[] as, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 File FileProvider.readFrom(Class<File> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Form FormProvider.readFrom(Class<Form> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 InputStream InputStreamProvider.readFrom(Class<InputStream> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 javax.mail.internet.MimeMultipart MimeMultipartProvider.readFrom(Class<javax.mail.internet.MimeMultipart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 MultivaluedMap<String,String> FormMultivaluedMapProvider.readFrom(Class<MultivaluedMap<String,String>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Object EntityHolderReader.readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Object XMLRootObjectProvider.readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Reader ReaderProvider.readFrom(Class<Reader> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 RenderedImage RenderedImageProvider.readFrom(Class<RenderedImage> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 SAXSource SourceProvider.SAXSourceReader.readFrom(Class<SAXSource> t, Type gt, Annotation[] as, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 StreamSource SourceProvider.StreamSourceReader.readFrom(Class<StreamSource> t, Type gt, Annotation[] as, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 String StringProvider.readFrom(Class<String> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 void ByteArrayProvider.writeTo(byte[] t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void DataSourceProvider.writeTo(DataSource t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void DocumentProvider.writeTo(Document t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void FileProvider.writeTo(File t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void FormProvider.writeTo(Form t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void InputStreamProvider.writeTo(InputStream t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void MimeMultipartProvider.writeTo(javax.mail.internet.MimeMultipart t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void FormMultivaluedMapProvider.writeTo(MultivaluedMap<String,String> t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void FormMultivaluedMapProvider.writeTo(MultivaluedMap<String,String> t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void XMLRootObjectProvider.writeTo(Object arg0, Class<?> arg1, Type arg2, Annotation[] arg3, MediaType arg4, MultivaluedMap<String,Object> arg5, OutputStream arg6)
           
 void ReaderProvider.writeTo(Reader t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void RenderedImageProvider.writeTo(RenderedImage t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void SourceProvider.SourceWriter.writeTo(Source o, Class<?> t, Type gt, Annotation[] as, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void StreamingOutputProvider.writeTo(StreamingOutput o, Class<?> t, Type gt, Annotation[] as, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entity)
           
 void StringProvider.writeTo(String t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 

Method parameters in com.sun.jersey.core.impl.provider.entity with type arguments of type MultivaluedMap
 MultivaluedMap<String,String> FormMultivaluedMapProvider.readFrom(Class<MultivaluedMap<String,String>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 

Uses of MultivaluedMap in com.sun.jersey.core.provider.jaxb
 

Methods in com.sun.jersey.core.provider.jaxb with parameters of type MultivaluedMap
 JAXBElement<?> AbstractJAXBElementProvider.readFrom(Class<JAXBElement<?>> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Object AbstractListElementProvider.readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Object AbstractRootElementProvider.readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 void AbstractJAXBElementProvider.writeTo(JAXBElement<?> t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void AbstractListElementProvider.writeTo(Object t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void AbstractRootElementProvider.writeTo(Object t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 

Uses of MultivaluedMap in com.sun.jersey.core.spi.factory
 

Methods in com.sun.jersey.core.spi.factory that return MultivaluedMap
 MultivaluedMap<String,Object> ResponseImpl.getMetadata()
           
 

Uses of MultivaluedMap in com.sun.jersey.core.util
 

Classes in com.sun.jersey.core.util that implement MultivaluedMap
 class MultivaluedMapImpl
          An implementation of MultivaluedMap where keys and values are instances of String.
 class StringKeyIgnoreCaseMultivaluedMap<V>
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case.
 class StringKeyObjectValueIgnoreCaseMultivaluedMap
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of Object.
 class StringKeyStringValueIgnoreCaseMultivaluedMap
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of String.
 class UnmodifiableMultivaluedMap<K,V>
          An unmodifiable view of a MultivaluedMap.
 

Constructors in com.sun.jersey.core.util with parameters of type MultivaluedMap
MultivaluedMapImpl(MultivaluedMap<String,String> that)
           
UnmodifiableMultivaluedMap(MultivaluedMap<K,V> delegate)
          Creates a new ImmutableMultivaluedMap.
 

Uses of MultivaluedMap in com.sun.jersey.json.impl.provider.entity
 

Methods in com.sun.jersey.json.impl.provider.entity with parameters of type MultivaluedMap
 org.codehaus.jettison.json.JSONArray JSONArrayProvider.readFrom(Class<org.codehaus.jettison.json.JSONArray> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 org.codehaus.jettison.json.JSONObject JSONObjectProvider.readFrom(Class<org.codehaus.jettison.json.JSONObject> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 JSONWithPadding JSONWithPaddingProvider.readFrom(Class<JSONWithPadding> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Object JacksonProviderProxy.readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 void JSONArrayProvider.writeTo(org.codehaus.jettison.json.JSONArray t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void JSONObjectProvider.writeTo(org.codehaus.jettison.json.JSONObject t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void JSONWithPaddingProvider.writeTo(JSONWithPadding t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void JacksonProviderProxy.writeTo(Object t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 

Uses of MultivaluedMap in com.sun.jersey.multipart
 

Methods in com.sun.jersey.multipart that return MultivaluedMap
 MultivaluedMap<String,String> BodyPart.getHeaders()
          Return a mutable map of HTTP header value(s) for this BodyPart, keyed by the header name.
 MultivaluedMap<String,ParameterizedHeader> BodyPart.getParameterizedHeaders()
          Return an immutable map of parameterized HTTP header value(s) for this BodyPart, keyed by header name.
 

Uses of MultivaluedMap in com.sun.jersey.multipart.impl
 

Methods in com.sun.jersey.multipart.impl with parameters of type MultivaluedMap
 MultiPart MultiPartReaderClientSide.readFrom(Class<MultiPart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, InputStream stream)
          Read the entire list of body parts from the Input stream, using the appropriate provider implementation to deserialize each body part's entity.
protected  MultiPart MultiPartReaderServerSide.readMultiPart(Class<MultiPart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, InputStream stream)
           
protected  MultiPart MultiPartReaderClientSide.readMultiPart(Class<MultiPart> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, InputStream stream)
           
 void MultiPartWriter.writeTo(MultiPart entity, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> headers, OutputStream stream)
          Write the entire list of body parts to the output stream, using the appropriate provider implementation to serialize each body part's entity.
 

Uses of MultivaluedMap in com.sun.jersey.oauth.server.api.providers
 

Methods in com.sun.jersey.oauth.server.api.providers that return MultivaluedMap
 MultivaluedMap<String,String> DefaultOAuthProvider.Consumer.getAttributes()
          Returns additional attributes associated with the consumer (e.g.
 MultivaluedMap<String,String> DefaultOAuthProvider.Token.getAttributes()
           
protected static MultivaluedMap<String,String> DefaultOAuthProvider.newImmutableMultiMap(Map<String,List<String>> source)
           
 

Methods in com.sun.jersey.oauth.server.api.providers with parameters of type MultivaluedMap
 DefaultOAuthProvider.Consumer DefaultOAuthProvider.registerConsumer(String owner, MultivaluedMap<String,String> attributes)
          Registers a new consumer.
 

Constructors in com.sun.jersey.oauth.server.api.providers with parameters of type MultivaluedMap
DefaultOAuthProvider.Token(String token, String secret, String consumerKey, String callbackUrl, Principal principal, Set<String> roles, MultivaluedMap<String,String> attributes)
           
 

Uses of MultivaluedMap in com.sun.jersey.oauth.server.spi
 

Methods in com.sun.jersey.oauth.server.spi that return MultivaluedMap
 MultivaluedMap<String,String> OAuthToken.getAttributes()
          Returns additional custom attributes associated with the token.
 

Uses of MultivaluedMap in com.sun.jersey.server.impl.application
 

Methods in com.sun.jersey.server.impl.application that return MultivaluedMap
 MultivaluedMap<String,String> WebApplicationContext.getPathParameters()
           
 MultivaluedMap<String,String> WebApplicationContext.getPathParameters(boolean decode)
           
 MultivaluedMap<String,String> WebApplicationContext.getQueryParameters()
           
 MultivaluedMap<String,String> WebApplicationContext.getQueryParameters(boolean decode)
           
 

Uses of MultivaluedMap in com.sun.jersey.server.impl.model.parameter.multivalued
 

Methods in com.sun.jersey.server.impl.model.parameter.multivalued with parameters of type MultivaluedMap
 Object MultivaluedParameterExtractor.extract(MultivaluedMap<String,String> parameters)
           
 

Uses of MultivaluedMap in com.sun.jersey.server.impl.template
 

Methods in com.sun.jersey.server.impl.template with parameters of type MultivaluedMap
 void ViewableMessageBodyWriter.writeTo(Viewable v, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 

Uses of MultivaluedMap in com.sun.jersey.server.linking.impl
 

Methods in com.sun.jersey.server.linking.impl with parameters of type MultivaluedMap
 void LinkProcessor.processLinkHeaders(T entity, UriInfo uriInfo, MultivaluedMap<String,Object> headers)
          Process any Link annotations on the supplied entity.
 

Uses of MultivaluedMap in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container that return MultivaluedMap
 MultivaluedMap<String,String> ContainerRequest.getCookieNameValueMap()
           
 MultivaluedMap<String,String> AdaptingContainerRequest.getCookieNameValueMap()
           
 MultivaluedMap<String,Object> ContainerResponse.getHttpHeaders()
           
 MultivaluedMap<String,Object> AdaptingContainerResponse.getHttpHeaders()
           
 MultivaluedMap<String,String> ContainerRequest.getQueryParameters()
           
 MultivaluedMap<String,String> AdaptingContainerRequest.getQueryParameters()
           
 MultivaluedMap<String,String> ContainerRequest.getQueryParameters(boolean decode)
           
 MultivaluedMap<String,String> AdaptingContainerRequest.getQueryParameters(boolean decode)
           
 MultivaluedMap<String,String> ContainerRequest.getRequestHeaders()
           
 MultivaluedMap<String,String> AdaptingContainerRequest.getRequestHeaders()
           
 

Uses of MultivaluedMap in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return MultivaluedMap
 MultivaluedMap<String,String> PathSegment.getMatrixParameters()
          Get a map of the matrix parameters associated with the path segment.
abstract  MultivaluedMap<String,Object> Response.getMetadata()
          Get metadata associated with the response as a map.
 MultivaluedMap<String,String> UriInfo.getPathParameters()
          Get the values of any embedded URI template parameters.
 MultivaluedMap<String,String> UriInfo.getPathParameters(boolean decode)
          Get the values of any embedded URI template parameters.
 MultivaluedMap<String,String> UriInfo.getQueryParameters()
          Get the URI query parameters of the current request.
 MultivaluedMap<String,String> UriInfo.getQueryParameters(boolean decode)
          Get the URI query parameters of the current request.
 MultivaluedMap<String,String> HttpHeaders.getRequestHeaders()
          Get the values of HTTP request headers.
 

Uses of MultivaluedMap in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext with parameters of type MultivaluedMap
 T MessageBodyReader.readFrom(Class<T> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
          Read a type from the InputStream.
 void MessageBodyWriter.writeTo(T t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
          Write a type to an HTTP response.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.