org.apache.sling.api.request
Interface RequestParameterMap
- All Superinterfaces:
- Map<String,RequestParameter[]>
public interface RequestParameterMap
- extends Map<String,RequestParameter[]>
The RequestParameterMap
encapsulates all request parameters of
a request.
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
getValues
RequestParameter[] getValues(String name)
- Returns all values for the named parameter or null if none
getValue
RequestParameter getValue(String name)
- Returns the first value for the named parameter or null if none
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.