@ProviderType public interface RequestParameterMap extends Map<String,RequestParameter[]>
RequestParameterMap
encapsulates all request parameters of
a request.Modifier and Type | Method and Description |
---|---|
RequestParameter |
getValue(String name)
Returns the first value for the named parameter or null if none
|
RequestParameter[] |
getValues(String name)
Returns all values for the named parameter or null if none
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
@CheckForNull RequestParameter[] getValues(@Nonnull String name)
@CheckForNull RequestParameter getValue(String name)
Copyright © 2015 The Apache Software Foundation. All rights reserved.