openfuture.bugbase.model
Interface JspConstants

All Known Implementing Classes:
BugBaseAction, GetBugReportAction, NewBugReportAction, SelectLanguageAction, SendMailAction, UpdateBugReportAction, BugBaseJspServlet, BugBaseServlet

public interface JspConstants

Constants for JSPs.

Created: Mon Feb 12 16:59:48 2001

Version:
$Revision: 1.5 $
Author:
Wolfgang Reissenberger

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 BugBaseServlet.
static java.lang.String LOCALES
          parameter name of the SessionLocales.
static java.lang.String LOGIN_MANAGER
          parameter name of the LoginManager.
static java.lang.String MAILSERVER
          mail server name
static java.lang.String MD_PROVIDER
          parameter name of the 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 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 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 BugBaseServlet.

SERVLET_CLIENT

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

LOGIN_MANAGER

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

LOCALES

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

USER

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

USER_ID

public static final java.lang.String USER_ID
user id

PROJECT

public static final java.lang.String PROJECT
project name

MD_PROVIDER

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

REPORTS

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

PACKAGES

public static final java.lang.String PACKAGES
project packages

ATTACHMENT_DIR

public static final java.lang.String ATTACHMENT_DIR
attachment directory

ATTACHMENT_URL

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

MAILSERVER

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

SERVLETPATH

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

QUERYSTRING

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

NEXT_PAGE

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

RESULT

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

BUG_REPORT

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

QUERY

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

SENDMAIL

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


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.