BEA Systems, Inc.

com.beasys.commerce.portal.admin
Interface JspPages

All Known Subinterfaces:
JspToolPages
All Known Implementing Classes:
PortalJspBase

public interface JspPages
extends JspConstants

Prescribes constants used for navigational purposes within the run-time Portal Framework


Field Summary
static java.lang.String JSP_ALTERNATE_FOOTER
          The location of the "Alternate Footer" JSP page.
static java.lang.String JSP_ALTERNATE_HEADER
          The location of the "Alternate Header" JSP page.
static java.lang.String JSP_BASE_HEADER
          The location of the base header JSP page.
static java.lang.String JSP_COLOR_PREFS
          The location of the "Color Preferences" JSP page used in a portal user context.
static java.lang.String JSP_FOOTER
          The location of the commonly-used portal footer.
static java.lang.String JSP_FULL_SCREEN_PORTLET
          The location of the commonly-used full-screen portlet representation.
static java.lang.String JSP_GEN_PREFS
          The location of the general preferences user tool.
static java.lang.String JSP_HEADER
          The location of the commonly-used portal header.
static java.lang.String JSP_PORTAL
          The location of the commonly-used portal home page.
static java.lang.String JSP_PORTAL_CONTENT
          The location of the commonly-used portlet display area.
static java.lang.String JSP_PORTAL_FRAMEWORK_DIRECTORY
          The location of the base portal run-time directory.
static java.lang.String JSP_PORTLET
          The location of the commonly-used portlet JSP page (prescribes portlet titlebar, banner, header, content area, and footer).
static java.lang.String JSP_TITLE_BAR
          The location of the commonly-used titlebar JSP page.
static java.lang.String JSP_USER_ADD_PORTLETS
          The location of the "Add/Remove Portlets" JSP page used in a portal user context.
static java.lang.String JSP_USER_HELP_FEATURES
          The window features of the "Portal End Users Help" page.
static java.lang.String JSP_USER_LAYOUT
          The location of the "Portlet Layout" JSP page used in a portal user context.
static java.lang.String JSP_USER_LOGIN
          The location of the commonly-used portal user login JSP page.
static java.lang.String JSP_USER_REG
          The location of the commonly-used portal user registration JSP page.
static java.lang.String JSP_USER_REG_SUMMARY
          The location of the read-only portal user registration summary JSP page.
 
Fields inherited from interface com.beasys.commerce.axiom.jsp.JspConstants
DATE_FORMAT, DEFAULT_DESTINATION, DEFAULT_SUCCESSOR, DESTINATION_URI, IMMUTABLE_SERVICEMANAGER_HOME_PAGE, JSP_CALENDAR_FEATURES, JSP_COMMERCE_CALENDAR_FEATURES, JSP_PORTALS_BASE_DIRECTORY, JSP_TOOLS_ADMIN_HOME, JSP_TOOLS_BASE_DIRECTORY, JSP_TOOLS_DOC_RTR, JSP_TOOLS_GUIDE_FEATURES, JSP_TOOLS_PROPERTYMGMT_ADMIN_HOME, JSP_TOOLS_USERMGMT_ADMIN_HOME, JSP_TOOLS_UTIL_DIRECTORY, P13N_CACHED_REQUEST, P13N_CACHED_SESSION, REPOSITORY_DIR, SERVICEMANAGER_COOKIE_TIMEOUT, SERVICEMANAGER_CURRENT_PAGE, SERVICEMANAGER_HOME_PAGE, SERVICEMANAGER_LOGGED_IN, SERVICEMANAGER_OVERRIDE_BOOK, SERVICEMANAGER_SESSION_TIMEOUT, SERVICEMANAGER_SUCCESSOR, SERVICEMANAGER_USER, SERVLET_CONFIG, TRAFFIC_URI, TRANSACTION_SERVICE, TRANSACTION_TIMEOUT, USER_TRANS_TIMEOUT, WORKING_DIR, WORKING_DIR_FILES
 

Field Detail

JSP_PORTAL_FRAMEWORK_DIRECTORY

public static final java.lang.String JSP_PORTAL_FRAMEWORK_DIRECTORY
The location of the base portal run-time directory.

JSP_ALTERNATE_FOOTER

public static final java.lang.String JSP_ALTERNATE_FOOTER
The location of the "Alternate Footer" JSP page.

JSP_ALTERNATE_HEADER

public static final java.lang.String JSP_ALTERNATE_HEADER
The location of the "Alternate Header" JSP page.

JSP_BASE_HEADER

public static final java.lang.String JSP_BASE_HEADER
The location of the base header JSP page.

JSP_COLOR_PREFS

public static final java.lang.String JSP_COLOR_PREFS
The location of the "Color Preferences" JSP page used in a portal user context.

JSP_FOOTER

public static final java.lang.String JSP_FOOTER
The location of the commonly-used portal footer.

JSP_FULL_SCREEN_PORTLET

public static final java.lang.String JSP_FULL_SCREEN_PORTLET
The location of the commonly-used full-screen portlet representation.

JSP_GEN_PREFS

public static final java.lang.String JSP_GEN_PREFS
The location of the general preferences user tool.

JSP_HEADER

public static final java.lang.String JSP_HEADER
The location of the commonly-used portal header.

JSP_PORTAL

public static final java.lang.String JSP_PORTAL
The location of the commonly-used portal home page.

JSP_PORTAL_CONTENT

public static final java.lang.String JSP_PORTAL_CONTENT
The location of the commonly-used portlet display area.

JSP_PORTLET

public static final java.lang.String JSP_PORTLET
The location of the commonly-used portlet JSP page (prescribes portlet titlebar, banner, header, content area, and footer).

JSP_TITLE_BAR

public static final java.lang.String JSP_TITLE_BAR
The location of the commonly-used titlebar JSP page.

JSP_USER_ADD_PORTLETS

public static final java.lang.String JSP_USER_ADD_PORTLETS
The location of the "Add/Remove Portlets" JSP page used in a portal user context.

JSP_USER_LAYOUT

public static final java.lang.String JSP_USER_LAYOUT
The location of the "Portlet Layout" JSP page used in a portal user context.

JSP_USER_LOGIN

public static final java.lang.String JSP_USER_LOGIN
The location of the commonly-used portal user login JSP page.

JSP_USER_REG

public static final java.lang.String JSP_USER_REG
The location of the commonly-used portal user registration JSP page.

JSP_USER_REG_SUMMARY

public static final java.lang.String JSP_USER_REG_SUMMARY
The location of the read-only portal user registration summary JSP page.

JSP_USER_HELP_FEATURES

public static final java.lang.String JSP_USER_HELP_FEATURES
The window features of the "Portal End Users Help" page.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved