com.niggle.servlet
Interface NiggleConstants

All Known Implementing Classes:
NiggleConfig, ServletInteraction

public interface NiggleConstants

Constants used in Niggle

Author:
Jonathan Revusky

Field Summary
static java.lang.String ACTION_KEY
          A key used to identify an action, what the server should do with the incoming CGI form messages.
static java.lang.String ERROR_TEMPLATE
           
static java.lang.String LOGIN_TEMPLATE
           
static java.lang.String LOGOUT_CONFIRM_TEMPLATE
           
static java.lang.String MESSAGE_TEMPLATE
           
static java.lang.String PASSWORD_KEY
          A key used to identify the password.
static java.lang.String SESSION_ID_KEY
          A key used to identify the session.
static java.lang.String SESSION_MANAGER_KEY
          The name under which the SessionManager is "registered" in the default Data registry.
static java.lang.String SESSION_STORE_FILENAME
          The name of the file in which session info is stored by default.
static java.lang.String SUPP_INFO_PARAM_KEY
          Supplementary information, &supp=param
static java.lang.String USER_ID_KEY
          A key used to identify the user for logins.
 

Field Detail

ACTION_KEY

public static final java.lang.String ACTION_KEY
A key used to identify an action, what the server should do with the incoming CGI form messages. Included in our URLs. e.g. &action=home

SESSION_ID_KEY

public static final java.lang.String SESSION_ID_KEY
A key used to identify the session. Included in our URLs. e.g. &sid=2, which login session are we talking to.

USER_ID_KEY

public static final java.lang.String USER_ID_KEY
A key used to identify the user for logins. A key used to identify the user. Included in our URLs. e.g. &uid=joe, login id. Echoed back with every screen.

PASSWORD_KEY

public static final java.lang.String PASSWORD_KEY
A key used to identify the password. e.g. &password=sesame

SUPP_INFO_PARAM_KEY

public static final java.lang.String SUPP_INFO_PARAM_KEY
Supplementary information, &supp=param

SESSION_MANAGER_KEY

public static final java.lang.String SESSION_MANAGER_KEY
The name under which the SessionManager is "registered" in the default Data registry.

SESSION_STORE_FILENAME

public static final java.lang.String SESSION_STORE_FILENAME
The name of the file in which session info is stored by default.

LOGIN_TEMPLATE

public static final java.lang.String LOGIN_TEMPLATE

MESSAGE_TEMPLATE

public static final java.lang.String MESSAGE_TEMPLATE

ERROR_TEMPLATE

public static final java.lang.String ERROR_TEMPLATE

LOGOUT_CONFIRM_TEMPLATE

public static final java.lang.String LOGOUT_CONFIRM_TEMPLATE