Sun Java System Portal Server 7.1 Technical Reference

JSPTabContainer

The JSPTabContainer JSPs are located in the /var/opt/SUNWportal/portals/<portal_id>/desktop/developer_sample/JSPTabContainer directory.

The list of JSPs in the JSPTabContainer directory and their description are:

header.jsp

Displays the product banner that is used by the Tab Container page. (Dynamically included.)

menubar.jsp

Displays the menubar that has the Home, Tabs, Theme, Help, and Logout links. (Dynamically included.)

selectedTab.jsp

Displays the tab image for the current selected tab in the tab container.

tab.jsp

Is the main JSP for the tab container. It draws the content page for the tab container. (Dynamically includes header.jsp and menubar.jsp.)

tabedit.jsp

Displays the Edit page for the tab container where new pages can be added, removed, or renamed.

tabs.jsp

Generates the available tabs and the links for them to be activated on the Desktop.