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 FieldParams
public Map<String,String[]> getKeysAndValues()
getKeysAndValues
in interface ActionParams
getKeysAndValues
in interface FieldParams
public boolean containsKey(String key)
containsKey
in interface FieldParams
public boolean isEmpty()
isEmpty
in interface FieldParams
public String[] getAllValues()
getAllValues
in interface ActionParams
public String[] getValuesForNullKey()
getValuesForNullKey
in interface ActionParams
public String[] getValuesForKey(String key)
getValuesForKey
in interface ActionParams
public String getFirstValueForNullKey()
getFirstValueForNullKey
in interface ActionParams
public String getFirstValueForKey(String key)
getFirstValueForKey
in interface ActionParams
public void put(String id, String[] values)
put
in interface ActionParams
Copyright © 2002-2024 Atlassian. All Rights Reserved.