Package com.atlassian.bamboo.web.utils
Class ActionParamHandlingUtils
- java.lang.Object
-
- com.atlassian.bamboo.web.utils.ActionParamHandlingUtils
-
public class ActionParamHandlingUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHECKBOX_FIELDS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
appendContextTo(Map<String,Object> contextParams)
static @NotNull String[]
getCheckboxFields(@NotNull ActionParametersMap params)
static Map<String,String[]>
getContextAsStringArrayMap()
static @NotNull Map<String,Object>
toObjectMap(org.apache.struts2.dispatcher.HttpParameters parameters)
-
-
-
Field Detail
-
CHECKBOX_FIELDS
public static final String CHECKBOX_FIELDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCheckboxFields
@NotNull public static @NotNull String[] getCheckboxFields(@NotNull @NotNull ActionParametersMap params)
-
-