Uses of Interface
org.cruxframework.crux.core.server.rest.core.MultivaluedMap

Packages that use MultivaluedMap
org.cruxframework.crux.core.server.rest.core   
org.cruxframework.crux.core.server.rest.spi   
org.cruxframework.crux.core.server.rest.util   
 

Uses of MultivaluedMap in org.cruxframework.crux.core.server.rest.core
 

Classes in org.cruxframework.crux.core.server.rest.core that implement MultivaluedMap
 class Headers<V>
           
 class MultivaluedMapImpl<K,V>
           
 

Methods in org.cruxframework.crux.core.server.rest.core that return MultivaluedMap
 MultivaluedMap<String,String> HttpHeaders.getRequestHeaders()
           
 

Methods in org.cruxframework.crux.core.server.rest.core with parameters of type MultivaluedMap
 boolean MultivaluedMapImpl.equalsIgnoreValueOrder(MultivaluedMap<K,V> omap)
           
 boolean MultivaluedMap.equalsIgnoreValueOrder(MultivaluedMap<K,V> otherMap)
          Compare the specified map with this map for equality modulo the order of values for each key.
 void HttpHeaders.setRequestHeaders(MultivaluedMap<String,String> requestHeaders)
           
 

Uses of MultivaluedMap in org.cruxframework.crux.core.server.rest.spi
 

Classes in org.cruxframework.crux.core.server.rest.spi that implement MultivaluedMap
 class HttpServletResponseHeaders
           
 

Fields in org.cruxframework.crux.core.server.rest.spi declared as MultivaluedMap
protected  MultivaluedMap<String,String> HttpRequest.decodedFormParameters
           
protected  MultivaluedMap<String,String> HttpRequest.formParameters
           
 

Methods in org.cruxframework.crux.core.server.rest.spi that return MultivaluedMap
static MultivaluedMap<String,String> HttpUtil.extractRequestHeaders(javax.servlet.http.HttpServletRequest request)
           
 MultivaluedMap<String,String> HttpRequest.getDecodedFormParameters()
           
 MultivaluedMap<String,PathSegment[]> UriInfo.getEncodedPathParameterPathSegments()
           
protected  MultivaluedMap<String,String> UriInfo.getEncodedQueryParameters()
           
 MultivaluedMap<String,String> HttpRequest.getFormParameters()
           
 MultivaluedMap<String,PathSegment[]> UriInfo.getPathParameterPathSegments()
           
 MultivaluedMap<String,String> UriInfo.getPathParameters()
           
 MultivaluedMap<String,String> UriInfo.getPathParameters(boolean decode)
           
 MultivaluedMap<String,String> HttpRequest.getPutDecodedFormParameters()
           
 MultivaluedMap<String,String> HttpRequest.getPutFormParameters()
           
 MultivaluedMap<String,String> UriInfo.getQueryParameters()
           
 MultivaluedMap<String,String> UriInfo.getQueryParameters(boolean decode)
           
protected  MultivaluedMap<String,String> HttpRequest.parseForm(InputStream entityStream)
           
 

Methods in org.cruxframework.crux.core.server.rest.spi with parameters of type MultivaluedMap
 boolean HttpServletResponseHeaders.equalsIgnoreValueOrder(MultivaluedMap<String,Object> otherMap)
           
static List<MediaType> HttpUtil.extractAccepts(MultivaluedMap<String,String> requestHeaders)
           
static List<String> HttpUtil.extractLanguages(MultivaluedMap<String,String> requestHeaders)
           
 

Uses of MultivaluedMap in org.cruxframework.crux.core.server.rest.util
 

Classes in org.cruxframework.crux.core.server.rest.util that implement MultivaluedMap
 class CaseInsensitiveMap<V>
           
 

Methods in org.cruxframework.crux.core.server.rest.util that return MultivaluedMap
static MultivaluedMap<String,String> Encode.decode(MultivaluedMap<String,String> map)
          decode an encoded map
static MultivaluedMap<String,String> Encode.encode(MultivaluedMap<String,String> map)
           
 

Methods in org.cruxframework.crux.core.server.rest.util with parameters of type MultivaluedMap
static MultivaluedMap<String,String> Encode.decode(MultivaluedMap<String,String> map)
          decode an encoded map
static MultivaluedMap<String,String> Encode.encode(MultivaluedMap<String,String> map)
           
 boolean CaseInsensitiveMap.equalsIgnoreValueOrder(MultivaluedMap<String,V> omap)
           
 



Copyright © 2014. All rights reserved.