@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)
name
- The parameter namenull
.@CheckForNull RequestParameter getValue(String name)
name
- The parameter namenull
.Copyright © 2017 The Apache Software Foundation. All rights reserved.