JspConstants Interface

com.bea.portal.jsp
JspConstants Interface

public interface JspConstants

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


All Known Implementing Classes

Field Summary

public static final String
DATE_FORMAT
The formatting string used to represent a date.
public static final String
EDIT_DELEGATED_ADMIN_NAV
Used in the NavLocation for hightlighting "Edit Group Admins" in the left_navbar.
public static final String
GROUP_PORTAL_NAV
Used in the NavLocation for hightlighting "Group Portal Attributes" in the left_navbar.
public static final String
JSP_TOOLS_GUIDE_FEATURES
The window features of the "Developer's Guide" reference page.
public static final String
PAGES_LAYOUTS_PORTLETS_NAV
Used in the NavLocation for hightlighting "Pages & Portlets" in the left_navbar.
public static final String
SKINS_NAV
Used in the NavLocation for hightlighting "Skins" in the left_navbar.
public static final String
USER_GROUP_NAV
Used in the NavLocation for hightlighting "User Group Mgmt." in the left_navbar.
public static final String
USERS_NAV
Used in the NavLocation for hightlighting "User Management" in the left_navbar.
 

Field Detail

DATE_FORMAT

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


EDIT_DELEGATED_ADMIN_NAV

public static final String EDIT_DELEGATED_ADMIN_NAV
Used in the NavLocation for hightlighting "Edit Group Admins" in the left_navbar.


GROUP_PORTAL_NAV

public static final String GROUP_PORTAL_NAV
Used in the NavLocation for hightlighting "Group Portal Attributes" in the left_navbar.


JSP_TOOLS_GUIDE_FEATURES

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


PAGES_LAYOUTS_PORTLETS_NAV

public static final String PAGES_LAYOUTS_PORTLETS_NAV
Used in the NavLocation for hightlighting "Pages & Portlets" in the left_navbar.


SKINS_NAV

public static final String SKINS_NAV
Used in the NavLocation for hightlighting "Skins" in the left_navbar.


USER_GROUP_NAV

public static final String USER_GROUP_NAV
Used in the NavLocation for hightlighting "User Group Mgmt." in the left_navbar.


USERS_NAV

public static final String USERS_NAV
Used in the NavLocation for hightlighting "User Management" in the left_navbar.