@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
|
@CheckForNull RequestParameter[] getValues(@Nonnull String name)
name - The parameter namenull.@CheckForNull RequestParameter getValue(String name)
name - The parameter namenull.Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.