| Package | Description |
|---|---|
| com.helger.servlet.request |
| Modifier and Type | Method and Description |
|---|---|
static RequestParamMapItem |
RequestParamMapItem.create(Object o) |
RequestParamMapItem |
RequestParamMap.getObject(String... aPath) |
RequestParamMapItem |
IRequestParamMap.getObject(String... aPath) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsOrderedMap<String,RequestParamMapItem> |
RequestParamMapItem.directGetChildren() |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,RequestParamMapItem> |
RequestParamMapItem.getAllChildren() |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,RequestParamMapItem> |
RequestParamMap.getAsObjectMap() |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,RequestParamMapItem> |
IRequestParamMap.getAsObjectMap() |
com.helger.commons.collection.impl.ICommonsList<RequestParamMapItem> |
RequestParamMap.values() |
com.helger.commons.collection.impl.ICommonsList<RequestParamMapItem> |
IRequestParamMap.values() |
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.collection.impl.ICommonsOrderedMap<String,String> |
RequestParamMap.getAsValueMap(Map<String,? extends RequestParamMapItem> aMap) |
static com.helger.commons.collection.impl.ICommonsOrderedMap<String,String> |
RequestParamMap.getAsValueTrimmedMap(Map<String,? extends RequestParamMapItem> aMap) |
| Constructor and Description |
|---|
RequestParamMapItem(RequestParamMapItem aOther) |
Copyright © 2016–2019 Philip Helger. All rights reserved.