IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.html
Interface ClientConstants


public interface ClientConstants


Field Summary
static java.lang.String AJAX_FLAG
          The flag cached in channel context which indicates whether this time request is AJAX request or form request.
static java.lang.String CLIENT_COMMAND
          The flag used as key of client operation command.
static java.lang.String CLIENT_TYPE
          New state type for client state such as DSEState.PAGE_TYPE.
static java.lang.String COMMAND_DO_NOTHING
          Command: Notify client side that stop waiting and do nothing to the server response.
static java.lang.String COMMAND_POPUP_PAGE
          Command: Pop-up a dialog which loading desired URL(will navigate to a page state) sent to client.
static java.lang.String COMMAND_RENDER_PAGE
          Command: Notify client side to render the page, the page content is stored in data.
static java.lang.String DATA_COMMAND
           
static java.lang.String DATA_DATA
           
static java.lang.String DATA_PAGE
           
static java.lang.String DATA_PAGE_NAME
           
static java.lang.String SIMULATE_EVENT_NAME
          General event name for simulated transitions.
 

Field Detail

AJAX_FLAG

static final java.lang.String AJAX_FLAG
The flag cached in channel context which indicates whether this time request is AJAX request or form request.

See Also:
Constant Field Values

CLIENT_COMMAND

static final java.lang.String CLIENT_COMMAND
The flag used as key of client operation command. Client logic will use this value to distinguish from different behavior.

See Also:
Constant Field Values

CLIENT_TYPE

static final java.lang.String CLIENT_TYPE
New state type for client state such as DSEState.PAGE_TYPE.

See Also:
Constant Field Values

SIMULATE_EVENT_NAME

static final java.lang.String SIMULATE_EVENT_NAME
General event name for simulated transitions.

See Also:
Constant Field Values

COMMAND_POPUP_PAGE

static final java.lang.String COMMAND_POPUP_PAGE
Command: Pop-up a dialog which loading desired URL(will navigate to a page state) sent to client.

See Also:
Constant Field Values

COMMAND_DO_NOTHING

static final java.lang.String COMMAND_DO_NOTHING
Command: Notify client side that stop waiting and do nothing to the server response.

See Also:
Constant Field Values

COMMAND_RENDER_PAGE

static final java.lang.String COMMAND_RENDER_PAGE
Command: Notify client side to render the page, the page content is stored in data.

See Also:
Constant Field Values

DATA_COMMAND

static final java.lang.String DATA_COMMAND
See Also:
Constant Field Values

DATA_DATA

static final java.lang.String DATA_DATA
See Also:
Constant Field Values

DATA_PAGE

static final java.lang.String DATA_PAGE
See Also:
Constant Field Values

DATA_PAGE_NAME

static final java.lang.String DATA_PAGE_NAME
See Also:
Constant Field Values

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011