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