ibspan.tss.layout
Interface ViewParams


public interface ViewParams

This interface provides set of constants for fields values used in HTML/WML forms and variable names passed in query string sended from user interface to ProxyAgent.

Author:
Maciej Gawinecki

Field Summary
static String ACTION_NAME_KEY
          Points value of action name variable passed in query string.
static String EMPTY_ACTION_NAME
          Points "no action chosen" value of action name variable passed in query string.
static String LOGIN_KEY
          Points the name of field for login name in registering/logging in forms.
static String MEDIA_TYPE_KEY
          Points value of media type variable passed in query string.
static String NONE_SELECTED
          Points the "no value selected" text displayed in SELECT box in HTML form.
static String PASSWORD_KEY
          Points name of field for password in registering/logging in forms.
static String SESSION_ID_KEY
          Points value of session id variable passed in query string.
static int UNKNOWN_USER_ID
          Points "user unkown" value of user id variable passed in query string.
static String USER_ID_KEY
          Points value of user id variable passed in query string.
static String USER_NAME_KEY
          Points the name of field for user in registering/logging in forms.
 

Field Detail

SESSION_ID_KEY

static final String SESSION_ID_KEY
Points value of session id variable passed in query string.

See Also:
Constant Field Values

MEDIA_TYPE_KEY

static final String MEDIA_TYPE_KEY
Points value of media type variable passed in query string.

See Also:
Constant Field Values

ACTION_NAME_KEY

static final String ACTION_NAME_KEY
Points value of action name variable passed in query string.

See Also:
Constant Field Values

USER_ID_KEY

static final String USER_ID_KEY
Points value of user id variable passed in query string.

See Also:
Constant Field Values

UNKNOWN_USER_ID

static final int UNKNOWN_USER_ID
Points "user unkown" value of user id variable passed in query string.

See Also:
Constant Field Values

LOGIN_KEY

static final String LOGIN_KEY
Points the name of field for login name in registering/logging in forms.

See Also:
Constant Field Values

USER_NAME_KEY

static final String USER_NAME_KEY
Points the name of field for user in registering/logging in forms.

See Also:
Constant Field Values

PASSWORD_KEY

static final String PASSWORD_KEY
Points name of field for password in registering/logging in forms.

See Also:
Constant Field Values

EMPTY_ACTION_NAME

static final String EMPTY_ACTION_NAME
Points "no action chosen" value of action name variable passed in query string.

See Also:
Constant Field Values

NONE_SELECTED

static final String NONE_SELECTED
Points the "no value selected" text displayed in SELECT box in HTML form.

See Also:
Constant Field Values