public class ActionParamsUtils extends Object
Modifier and Type | Method and Description |
---|---|
static @Nullable String |
getParameter(com.opensymphony.xwork2.ActionContext actionContext,
String parameterName) |
static @Nullable String |
getParameter(String parameterName) |
static @NotNull Map<String,String[]> |
getStringArrayMap() |
static @Nullable String |
getStringFromObject(@Nullable Object o)
Returns String representation of the Object.
|
static boolean |
hasParameter(String parameterName) |
static @Nullable String[] |
toStringArray(Object value) |
@Nullable public static @Nullable String getParameter(com.opensymphony.xwork2.ActionContext actionContext, String parameterName)
@Nullable public static @Nullable String getStringFromObject(@Nullable @Nullable Object o)
o
- public static boolean hasParameter(String parameterName)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.