public class ActionParametersMapImpl extends SimpleActionParametersMap
Constructor and Description |
---|
ActionParametersMapImpl(com.opensymphony.xwork2.ActionContext actionContext) |
ActionParametersMapImpl(com.opensymphony.xwork2.ActionContext actionContext,
boolean handleMultipartFiles) |
ActionParametersMapImpl(Map<String,?> parameters) |
Modifier and Type | Method and Description |
---|---|
Map<String,File> |
getFiles()
Returns map of Files uploaded to this form.
|
void |
recreateCheckboxValues() |
clear, delegate, getBoolean, getDouble, getInt, getLong, getParameters, getString, getString, getStringArray, put, putAll, remove
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
public ActionParametersMapImpl(com.opensymphony.xwork2.ActionContext actionContext)
public ActionParametersMapImpl(com.opensymphony.xwork2.ActionContext actionContext, boolean handleMultipartFiles)
@NotNull public Map<String,File> getFiles()
ActionParametersMap
getFiles
in interface ActionParametersMap
getFiles
in class SimpleActionParametersMap
public void recreateCheckboxValues()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.