public class ParameterMap extends LinkedHashMap<String,org.apache.sling.api.request.RequestParameter[]> implements org.apache.sling.api.request.RequestParameterMap
ParameterMap TODOAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ParameterMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
getPart(String name) |
Collection<?> |
getParts() |
List<org.apache.sling.api.request.RequestParameter> |
getRequestParameterList() |
Map<String,String[]> |
getStringParameterMap() |
String |
getStringValue(String name) |
String[] |
getStringValues(String name) |
org.apache.sling.api.request.RequestParameter |
getValue(String name) |
org.apache.sling.api.request.RequestParameter[] |
getValues(String name) |
org.apache.sling.api.request.RequestParameter[] |
put(String key,
org.apache.sling.api.request.RequestParameter[] value) |
void |
putAll(Map<? extends String,? extends org.apache.sling.api.request.RequestParameter[]> t) |
org.apache.sling.api.request.RequestParameter[] |
remove(Object key) |
containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic org.apache.sling.api.request.RequestParameter getValue(String name)
getValue in interface org.apache.sling.api.request.RequestParameterMappublic org.apache.sling.api.request.RequestParameter[] getValues(String name)
getValues in interface org.apache.sling.api.request.RequestParameterMappublic Collection<?> getParts()
public List<org.apache.sling.api.request.RequestParameter> getRequestParameterList()
public void clear()
public org.apache.sling.api.request.RequestParameter[] put(String key, org.apache.sling.api.request.RequestParameter[] value)
public void putAll(Map<? extends String,? extends org.apache.sling.api.request.RequestParameter[]> t)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.