public class ActionParamsImpl extends Object implements ActionParams
| Constructor and Description |
|---|
ActionParamsImpl() |
ActionParamsImpl(Map<String,String[]> params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
Set<String> |
getAllKeys() |
String[] |
getAllValues() |
String |
getFirstValueForKey(String key) |
String |
getFirstValueForNullKey() |
Map<String,String[]> |
getKeysAndValues() |
String[] |
getValuesForKey(String key) |
String[] |
getValuesForNullKey() |
boolean |
isEmpty() |
void |
put(String id,
String[] values) |
public Set<String> getAllKeys()
getAllKeys in interface FieldParamspublic Map<String,String[]> getKeysAndValues()
getKeysAndValues in interface ActionParamsgetKeysAndValues in interface FieldParamspublic boolean containsKey(String key)
containsKey in interface FieldParamspublic boolean isEmpty()
isEmpty in interface FieldParamspublic String[] getAllValues()
getAllValues in interface ActionParamspublic String[] getValuesForNullKey()
getValuesForNullKey in interface ActionParamspublic String[] getValuesForKey(String key)
getValuesForKey in interface ActionParamspublic String getFirstValueForNullKey()
getFirstValueForNullKey in interface ActionParamspublic String getFirstValueForKey(String key)
getFirstValueForKey in interface ActionParamspublic void put(String id, String[] values)
put in interface ActionParamsCopyright © 2002-2021 Atlassian. All Rights Reserved.