Sun Java System Portal Server 7.1 Technical Reference

JSPTableContainerProvider

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

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

channel.jsp

This JSP wraps the channel to display the channel menubar and content view. This JSP dynamically includes the channelMenubar.jsp.

channelMenubar.jsp

This JSP displays the menubar in the channel.

column.jsp

This JSP is responsible for each column in the table layout and to retrieve the channel content.

launchPopup.jsp

This JSP detaches the channel into a separate window.

popupChannel.jsp

This JSP displays the content view of the detached channel.

popupChannelMenubar.jsp

This JSP displays the menubar of the detached channel.

table.jsp

This JSP is responsible for the table layout and displays the content view of the table container. This JSP dynamically includes the column.jsp.

tableFullWindow.jsp

This JSP displays the content view of the table container for single maximized channel.