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 |
|---|---|
@NotNull Map<String,File> |
getFiles()
Returns map of Files uploaded to this form.
|
void |
recreateCheckboxValues() |
clear, delegate, detachFromActionContext, getBoolean, getDouble, getInt, getLong, getParameters, getString, getString, getStringArray, put, putAll, removecontainsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic ActionParametersMapImpl(com.opensymphony.xwork2.ActionContext actionContext)
public ActionParametersMapImpl(com.opensymphony.xwork2.ActionContext actionContext,
boolean handleMultipartFiles)
@NotNull public @NotNull Map<String,File> getFiles()
ActionParametersMapgetFiles in interface ActionParametersMapgetFiles in class SimpleActionParametersMappublic void recreateCheckboxValues()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.