Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.bugbase.model
Interface JspConstants  view JspConstants download JspConstants.java


public interface JspConstants

Constants for JSPs.

Created: Mon Feb 12 16:59:48 2001

Version:
$Revision: 1.5 $

Field Summary
static java.lang.String ATTACHMENT_DIR
          attachment directory
static java.lang.String ATTACHMENT_URL
          URL of the attachment directory
static java.lang.String BUG_REPORT
          parameter name for the bug report.
static java.lang.String BUGBASE_SERVLET
          parameter name of the openfuture.bugbase.servlet.BugBaseServlet.
static java.lang.String LOCALES
          parameter name of the openfuture.util.misc.SessionLocales.
static java.lang.String LOGIN_MANAGER
          parameter name of the openfuture.bugbase.domain.LoginManager.
static java.lang.String MAILSERVER
          mail server name
static java.lang.String MD_PROVIDER
          parameter name of the openfuture.bugbase.domain.MasterDataProvider.
static java.lang.String NEXT_PAGE
          parameter name for the next page to be visited.
static java.lang.String PACKAGES
          project packages
static java.lang.String PROJECT
          project name
static java.lang.String QUERY
          parameter name for the query form.
static java.lang.String QUERYSTRING
          parameter name for the current query string.
static java.lang.String REPORTS
          parameter name of the list of bug reports
static java.lang.String RESULT
          parameter name for the transaction result.
static java.lang.String SENDMAIL
          parameter name for the email form.
static java.lang.String SERVLET_CLIENT
          parameter name of the openfuture.bugbase.servlet.BugBaseServletClient.
static java.lang.String SERVLETPATH
          parameter name for the substring of the URL with the context name stripped off.
static java.lang.String USER
          parameter name of the openfuture.bugbase.domain.User.
static java.lang.String USER_ID
          user id
 

Field Detail

BUGBASE_SERVLET

public static final java.lang.String BUGBASE_SERVLET
parameter name of the openfuture.bugbase.servlet.BugBaseServlet.

See Also:
Constant Field Values

SERVLET_CLIENT

public static final java.lang.String SERVLET_CLIENT
parameter name of the openfuture.bugbase.servlet.BugBaseServletClient.

See Also:
Constant Field Values

LOGIN_MANAGER

public static final java.lang.String LOGIN_MANAGER
parameter name of the openfuture.bugbase.domain.LoginManager.

See Also:
Constant Field Values

LOCALES

public static final java.lang.String LOCALES
parameter name of the openfuture.util.misc.SessionLocales.

See Also:
Constant Field Values

USER

public static final java.lang.String USER
parameter name of the openfuture.bugbase.domain.User.

See Also:
Constant Field Values

USER_ID

public static final java.lang.String USER_ID
user id

See Also:
Constant Field Values

PROJECT

public static final java.lang.String PROJECT
project name

See Also:
Constant Field Values

MD_PROVIDER

public static final java.lang.String MD_PROVIDER
parameter name of the openfuture.bugbase.domain.MasterDataProvider.

See Also:
Constant Field Values

REPORTS

public static final java.lang.String REPORTS
parameter name of the list of bug reports

See Also:
Constant Field Values

PACKAGES

public static final java.lang.String PACKAGES
project packages

See Also:
Constant Field Values

ATTACHMENT_DIR

public static final java.lang.String ATTACHMENT_DIR
attachment directory

See Also:
Constant Field Values

ATTACHMENT_URL

public static final java.lang.String ATTACHMENT_URL
URL of the attachment directory

See Also:
Constant Field Values

MAILSERVER

public static final java.lang.String MAILSERVER
mail server name

See Also:
Constant Field Values

SERVLETPATH

public static final java.lang.String SERVLETPATH
parameter name for the substring of the URL with the context name stripped off.

See Also:
Constant Field Values

QUERYSTRING

public static final java.lang.String QUERYSTRING
parameter name for the current query string.

See Also:
Constant Field Values

NEXT_PAGE

public static final java.lang.String NEXT_PAGE
parameter name for the next page to be visited.

See Also:
Constant Field Values

RESULT

public static final java.lang.String RESULT
parameter name for the transaction result.

See Also:
Constant Field Values

BUG_REPORT

public static final java.lang.String BUG_REPORT
parameter name for the bug report.

See Also:
Constant Field Values

QUERY

public static final java.lang.String QUERY
parameter name for the query form.

See Also:
Constant Field Values

SENDMAIL

public static final java.lang.String SENDMAIL
parameter name for the email form.

See Also:
Constant Field Values