Sun Java System Portal Server 7.1 Technical Reference

ASCTabContainer

The ASCTabContainer JSPs are located in the /var/opt/SUNWportal/portals/<portal_id>/desktop/enterprise_sample/ASCTabContainerProvider directory.

The ASCTabContainer is the Portal Desktop Parent Container for the Enterprise Sample. The ASCTabContainer JSPs are used to construct the Portal Desktop page.

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

anonymous.jsp

This JSP displays the login form for the anonymous user.

body.jsp

This JSP displays the corporate logo and determines whether or not to display the anonymous user logged in the page. This JSP dynamically includes the anonymous.jsp and loggedIn.js.

loggedIn.jsp

This JSP displays the user information for the authenticated user and the logout link.

primaryContainer.jsp

This JSP displays the primary container or top level tabs.

secondaryContainer.jsp

This JSP displays the secondary containers or nested tabs for the current selected primary container.

tab.jsp

This JSP displays the tabs. This JSP dynamically includes the primaryContainer.jsp and the secondaryContainer.jsp.

user.jsp

This JSP determines whether the user is an anonymous user or not.