public class ClientParamNames
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CALLBACK_EMAIL
This is the key to getting the CallbackPhoneAction callback.email
reference from the HttpRequestMap
|
static java.lang.String |
CALLBACK_MESSAGE
This is the key to getting the CallbackPhoneAction callback.email
reference from the HttpRequestMap
|
static java.lang.String |
CALLBACK_NAME
This is the key to getting the CallbackPhoneAction callback.name
reference from the HttpRequestMap
|
static java.lang.String |
CALLBACK_PHONE
This is the key to getting the CallbackPhoneAction callback.phone
reference from the HttpRequestMap
|
static java.lang.String |
CODE_CALL
if we're passing a code.call as a parameter use this name
|
static java.lang.String |
EMAIL_CONFIG_REF
This is the key to getting the email reference from the HttpRequestMap
|
static java.lang.String |
ENFORCE_CONCURRENCY
This is the key to getting ant Table and Field Names from the HttpRequestMap
|
static java.lang.String |
FIELD_NAME_MAP_ENTRY
This is the key to getting the field name from the HttpRequestMap
|
static java.lang.String |
LABEL_POSITION_MAP_ENTRY
This is the key to getting the label position from the HttpRequestMap
|
static java.lang.String |
ON_SUCCESS
This is the key to getting the success key pair from the HttpRequestMap
|
static java.lang.String |
PAGE
if we're passing a code.call as a parameter use this name
|
static java.lang.String |
PAGE_CONTENT
When we are editing a page this contains the page content.
|
static java.lang.String |
PAGE_NAME
When we are editing a page this contains the page name.
|
static java.lang.String |
PARENT_TABLE_AND_PK_NAME
This is the key to getting a parent table pk name (if used) from the HttpRequestMap
|
static java.lang.String |
PK_VALUE
This is the key to getting the primary key value (if we doing an update)
from the HttpRequestMap
|
static java.lang.String |
POST_PROCESSOR
if we want to call a post processor this value will be set
|
static java.lang.String |
PRE_PROCESSOR
if we want to call a pre processor this value will be set
|
static java.lang.String |
STORAGE_CONFIG_REF
This is the key to getting the storage reference from the HttpRequestMap
|
static java.lang.String |
TABLE_FIELD_NAME
This is the key to getting ant Table and Field Names from the HttpRequestMap
|
static java.lang.String |
TABLE_NAME_MAP_ENTRY
This is the key to getting the table name from the HttpRequestMap
|
static java.lang.String |
THEME_NAME_MAP_ENTRY
This is the key to getting the theme name from the HttpRequestMap
|
static java.lang.String |
UNIQUE_ID
This is the key to getting the unique id for the form/action.
|
| Constructor and Description |
|---|
ClientParamNames() |
public static final java.lang.String TABLE_NAME_MAP_ENTRY
public static final java.lang.String FIELD_NAME_MAP_ENTRY
public static final java.lang.String THEME_NAME_MAP_ENTRY
public static final java.lang.String LABEL_POSITION_MAP_ENTRY
public static final java.lang.String STORAGE_CONFIG_REF
public static final java.lang.String EMAIL_CONFIG_REF
public static final java.lang.String TABLE_FIELD_NAME
public static final java.lang.String ENFORCE_CONCURRENCY
public static final java.lang.String CALLBACK_NAME
public static final java.lang.String CALLBACK_PHONE
public static final java.lang.String CALLBACK_EMAIL
public static final java.lang.String CALLBACK_MESSAGE
public static final java.lang.String ON_SUCCESS
public static final java.lang.String PK_VALUE
public static final java.lang.String UNIQUE_ID
public static final java.lang.String PAGE_NAME
public static final java.lang.String PAGE_CONTENT
public static final java.lang.String PARENT_TABLE_AND_PK_NAME
public static final java.lang.String PRE_PROCESSOR
public static final java.lang.String POST_PROCESSOR
public static final java.lang.String CODE_CALL
public static final java.lang.String PAGE