Class ActionParametersMapImpl
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingMap<String,Object>
-
- com.atlassian.bamboo.collections.SimpleActionParametersMap
-
- com.atlassian.bamboo.webwork.util.ActionParametersMapImpl
-
- All Implemented Interfaces:
ActionParametersMap
,Map<String,Object>
public class ActionParametersMapImpl extends SimpleActionParametersMap
-
-
Constructor Summary
Constructors Constructor Description ActionParametersMapImpl(com.opensymphony.xwork2.ActionContext actionContext)
ActionParametersMapImpl(com.opensymphony.xwork2.ActionContext actionContext, boolean handleMultipartFiles)
ActionParametersMapImpl(Map<String,?> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Map<String,File>
getFiles()
Returns map of Files uploaded to this form.void
recreateCheckboxValues()
-
Methods inherited from class com.atlassian.bamboo.collections.SimpleActionParametersMap
clear, delegate, detachFromActionContext, getBoolean, getDouble, getInt, getLong, getParameters, getString, getString, getStringArray, put, putAll, remove
-
Methods inherited from class com.google.common.collect.ForwardingMap
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getFiles
@NotNull public @NotNull Map<String,File> getFiles()
Description copied from interface:ActionParametersMap
Returns map of Files uploaded to this form.- Specified by:
getFiles
in interfaceActionParametersMap
- Overrides:
getFiles
in classSimpleActionParametersMap
- Returns:
- Map of Files uploaded to this form
-
recreateCheckboxValues
public void recreateCheckboxValues()
-
-