BEA Systems, Inc.

com.beasys.commerce.axiom.jsp
Interface JspConstants

All Known Subinterfaces:
JspPages, JspToolPages, JspUtilPages, PortalAdminConstants, RulesJspPages, UserManagementJspPages
All Known Implementing Classes:
DefaultDestinationDeterminer, JspBase, JspHelper, JspServiceManager, PropertyBean

public interface JspConstants

Prescribes constants used for JSP, Personalization, and Portal run-time and tools administration purposes.


Field Summary
static java.lang.String DATE_FORMAT
          The formatting string used to represent a date.
static java.lang.String DEFAULT_DESTINATION
          The property denoting the default destination used after form submission for a portal instance.
static java.lang.String DEFAULT_SUCCESSOR
          The property denoting the default successor type.
static java.lang.String DESTINATION_URI
          The property denoting the destination uri afer a form submission.
static java.lang.String IMMUTABLE_SERVICEMANAGER_HOME_PAGE
          The property denoting the unchnanging portal base page associated with a servicemanager.
static java.lang.String JSP_CALENDAR_FEATURES
          window features for calendar editor
static java.lang.String JSP_COMMERCE_CALENDAR_FEATURES
          window features for commerce calendar editor
static java.lang.String JSP_PORTALS_BASE_DIRECTORY
          The location of the base JSP portals directory.
static java.lang.String JSP_TOOLS_ADMIN_HOME
          The name of the home admin page.
static java.lang.String JSP_TOOLS_BASE_DIRECTORY
          The location of the base JSP admin directory.
static java.lang.String JSP_TOOLS_DOC_RTR
          The name of the proxy developer doc file.
static java.lang.String JSP_TOOLS_GUIDE_FEATURES
          The window features of the "Developer's Guide" reference page.
static java.lang.String JSP_TOOLS_PROPERTYMGMT_ADMIN_HOME
          The name of the property set management admin homepage.
static java.lang.String JSP_TOOLS_USERMGMT_ADMIN_HOME
          The name of the user management admin homepage.
static java.lang.String JSP_TOOLS_UTIL_DIRECTORY
          The location of the base JSP admin utils directory.
static java.lang.String P13N_CACHED_REQUEST
          The HTTP request attribute name of the p13n cached request object
static java.lang.String P13N_CACHED_SESSION
          The HTTP session attribute name of the p13n cached session object
static java.lang.String REPOSITORY_DIR
          The property denoting the repository directory of a portal instance.
static java.lang.String SERVICEMANAGER_COOKIE_TIMEOUT
          The property denoting the portal cookie timeout associated with a portal.
static java.lang.String SERVICEMANAGER_CURRENT_PAGE
          The property denoting what the current page name is.
static java.lang.String SERVICEMANAGER_HOME_PAGE
          The property denoting the unchnanging portal base page associated with a servicemanager.
static java.lang.String SERVICEMANAGER_LOGGED_IN
          The property denoting whether a user is currently logged into the service manager.
static java.lang.String SERVICEMANAGER_OVERRIDE_BOOK
          Session key for overriding a document book base
static java.lang.String SERVICEMANAGER_SESSION_TIMEOUT
          The property denoting the portal session timeout period.
static java.lang.String SERVICEMANAGER_SUCCESSOR
          A unique identifier (such as a group name) that can be used to retrieve the profile successor.
static java.lang.String SERVICEMANAGER_USER
          A unique identifier (such as a user name) that can be used to retrieve the profile which is sought.
static java.lang.String SERVLET_CONFIG
          request key for servlet config object
static java.lang.String TRAFFIC_URI
          The property denoting the URI of the Flow Manager.
static java.lang.String TRANSACTION_SERVICE
          The user transaction service employed at portal run-time and during portal administration.
static int TRANSACTION_TIMEOUT
          The property denoting the default transaction timeout period, in milliseconds.
static java.lang.String USER_TRANS_TIMEOUT
          Session key for passing user transaction timeout
static java.lang.String WORKING_DIR
          The property denoting the working directory of a portal instance.
static java.lang.String WORKING_DIR_FILES
          The property denoting the working directory files of a portal instance.
 

Field Detail

JSP_PORTALS_BASE_DIRECTORY

public static final java.lang.String JSP_PORTALS_BASE_DIRECTORY
The location of the base JSP portals directory.

JSP_TOOLS_BASE_DIRECTORY

public static final java.lang.String JSP_TOOLS_BASE_DIRECTORY
The location of the base JSP admin directory.

JSP_TOOLS_UTIL_DIRECTORY

public static final java.lang.String JSP_TOOLS_UTIL_DIRECTORY
The location of the base JSP admin utils directory.

JSP_TOOLS_DOC_RTR

public static final java.lang.String JSP_TOOLS_DOC_RTR
The name of the proxy developer doc file.

JSP_TOOLS_ADMIN_HOME

public static final java.lang.String JSP_TOOLS_ADMIN_HOME
The name of the home admin page.

JSP_TOOLS_USERMGMT_ADMIN_HOME

public static final java.lang.String JSP_TOOLS_USERMGMT_ADMIN_HOME
The name of the user management admin homepage.

JSP_TOOLS_PROPERTYMGMT_ADMIN_HOME

public static final java.lang.String JSP_TOOLS_PROPERTYMGMT_ADMIN_HOME
The name of the property set management admin homepage.

DESTINATION_URI

public static final java.lang.String DESTINATION_URI
The property denoting the destination uri afer a form submission.

TRAFFIC_URI

public static final java.lang.String TRAFFIC_URI
The property denoting the URI of the Flow Manager.

WORKING_DIR

public static final java.lang.String WORKING_DIR
The property denoting the working directory of a portal instance.

WORKING_DIR_FILES

public static final java.lang.String WORKING_DIR_FILES
The property denoting the working directory files of a portal instance.

REPOSITORY_DIR

public static final java.lang.String REPOSITORY_DIR
The property denoting the repository directory of a portal instance.

DEFAULT_DESTINATION

public static final java.lang.String DEFAULT_DESTINATION
The property denoting the default destination used after form submission for a portal instance.

DEFAULT_SUCCESSOR

public static final java.lang.String DEFAULT_SUCCESSOR
The property denoting the default successor type.

SERVICEMANAGER_SESSION_TIMEOUT

public static final java.lang.String SERVICEMANAGER_SESSION_TIMEOUT
The property denoting the portal session timeout period.

SERVICEMANAGER_COOKIE_TIMEOUT

public static final java.lang.String SERVICEMANAGER_COOKIE_TIMEOUT
The property denoting the portal cookie timeout associated with a portal.

SERVICEMANAGER_USER

public static final java.lang.String SERVICEMANAGER_USER
A unique identifier (such as a user name) that can be used to retrieve the profile which is sought.

SERVICEMANAGER_SUCCESSOR

public static final java.lang.String SERVICEMANAGER_SUCCESSOR
A unique identifier (such as a group name) that can be used to retrieve the profile successor.

SERVICEMANAGER_HOME_PAGE

public static final java.lang.String SERVICEMANAGER_HOME_PAGE
The property denoting the unchnanging portal base page associated with a servicemanager.

IMMUTABLE_SERVICEMANAGER_HOME_PAGE

public static final java.lang.String IMMUTABLE_SERVICEMANAGER_HOME_PAGE
The property denoting the unchnanging portal base page associated with a servicemanager.

SERVICEMANAGER_LOGGED_IN

public static final java.lang.String SERVICEMANAGER_LOGGED_IN
The property denoting whether a user is currently logged into the service manager.

SERVICEMANAGER_CURRENT_PAGE

public static final java.lang.String SERVICEMANAGER_CURRENT_PAGE
The property denoting what the current page name is.

TRANSACTION_SERVICE

public static final java.lang.String TRANSACTION_SERVICE
The user transaction service employed at portal run-time and during portal administration.

TRANSACTION_TIMEOUT

public static final int TRANSACTION_TIMEOUT
The property denoting the default transaction timeout period, in milliseconds.

DATE_FORMAT

public static final java.lang.String DATE_FORMAT
The formatting string used to represent a date.

JSP_TOOLS_GUIDE_FEATURES

public static final java.lang.String JSP_TOOLS_GUIDE_FEATURES
The window features of the "Developer's Guide" reference page.

P13N_CACHED_REQUEST

public static final java.lang.String P13N_CACHED_REQUEST
The HTTP request attribute name of the p13n cached request object

P13N_CACHED_SESSION

public static final java.lang.String P13N_CACHED_SESSION
The HTTP session attribute name of the p13n cached session object

JSP_CALENDAR_FEATURES

public static final java.lang.String JSP_CALENDAR_FEATURES
window features for calendar editor

JSP_COMMERCE_CALENDAR_FEATURES

public static final java.lang.String JSP_COMMERCE_CALENDAR_FEATURES
window features for commerce calendar editor

USER_TRANS_TIMEOUT

public static final java.lang.String USER_TRANS_TIMEOUT
Session key for passing user transaction timeout

SERVICEMANAGER_OVERRIDE_BOOK

public static final java.lang.String SERVICEMANAGER_OVERRIDE_BOOK
Session key for overriding a document book base

SERVLET_CONFIG

public static final java.lang.String SERVLET_CONFIG
request key for servlet config object

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved