Sun Java System Portal Server 7.1 Technical Reference

JSPs Within the enterprise_sample Directory

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

The list of JSPs within the enterprise_sample directory and their description are:

body.jsp

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

channelFullPageContent.jsp

This JSP displays channel content for a full page view.

header.jsp

This JSP displays the header information. This JSP dynamically includes the user.jsp, meta.jsp, title.jsp, script.jsp, and body.jsp.

loggedIn.jsp

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

logout.jsp

This JSP displays the logout link.

meta.jsp

This JSP displays the HTML Meta information.

script.jsp

This JSP displays the JavaScript functions.

title.jsp

This JSP displays the page title.

user.jsp

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