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

Quick Search    Search Deep

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


public interface JspConstants

Constants for JSPs (derived from project Bug Base).

Created: Tue Apr 10 18:05:00 2001

Version:
$Revision: 1.1.1.1 $

Field Summary
static java.lang.String DOMAINMANAGER
          parameter name for a list of DomainManager.
static java.lang.String LOCALES
          parameter name of the openfuture.util.misc.SessionLocales.
static java.lang.String NEXT_PAGE
          parameter name for the next page to be visited.
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 RESULT
          parameter name for the transaction result.
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.editxml.domain.User.
static java.lang.String XML_DOMAINS
          parameter name for a list of XmlDomain.
static java.lang.String XMLFORM
          parameter name for the XML form.
 

Field Detail

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.editxml.domain.User.

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

QUERY

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

See Also:
Constant Field Values

XML_DOMAINS

public static final java.lang.String XML_DOMAINS
parameter name for a list of XmlDomain.

See Also:
Constant Field Values

DOMAINMANAGER

public static final java.lang.String DOMAINMANAGER
parameter name for a list of DomainManager.

See Also:
Constant Field Values

XMLFORM

public static final java.lang.String XMLFORM
parameter name for the XML form.

See Also:
Constant Field Values