public class ActionWebConst
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REQUEST
HttpRequest parameters are stored in execContext as a Named Map using
this identifying string.
|
| Constructor and Description |
|---|
ActionWebConst() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
buildRequestKey(java.lang.String key)
Builds the key prepending the HttpRequest named map name in the
execContext.
|
public static final java.lang.String REQUEST
public static java.lang.String buildRequestKey(java.lang.String key)
key - the key name for the HttpRequest parameter