Sun Java System Portal Server 7.1 Technical Reference

Chapter 39 Internally Used Containers

Often, when working with the sample portal, you need to modify the appropriate “contained” container, which is part of the top-level container. The contained containers are:

Sun Java System Portal Server 7.1 software uses other container providers internally to perform such tasks as creating new tabs and edit containers.

Internally Used Containers

This section lists the internally used containers in Portal Server 7.1 and provides their description.

Table 39–1 Internally Used Containers

Container Name 

Description 

JSPTabCustomTableContainerProvider

JSPTabCustomTableContainerProvider is used when a new tab is created in the user’s JSP tab-based Desktop, and is specified in the makeTabProvider property of JSPTabContainer. JSPTabCustomTableContainerProvider is based on the JSP table container provider.

JSPFrameCustomTableContainerProvider

JSPFrameCustomTableContainerProvider is used when a new frame is created in the user’s JSP frameset-based Desktop, and is specified in the makeTabProvider property. JSPFrameCustomTableContainerProvider is based on the table container provider.

PredefinedFrontPageFramePanelContainerProvider

PredefinedFrontPageFramePanelContainerProvider is the provider for the predefined tab for MyFrontPage tab when the user creates a new page based on an existing page from the make NewPage page on FrameTabContainer.

PredefinedSamplesFramePanelContainerProvider

PredefinedSamplesFramePanelContainerProvider is the provider for the predefined tab for Samples tab when the user creates a new page based on an existing page from the make NewPage page on FrameTabContainer.

PredefinedToolsTemplatePanelContainerProvider

PredefinedToolsTemplatePanelContainerProvider is the provider for the Tools tab on TemplateTabContainer.

PredefinedFrontPageTemplatePanelContainerProvider

PredefinedFrontPageTemplatePanelContainerProvider is the provider for the predefined tab for MyFrontPage tab when the user creates a new tab based on an existing tab from the make New Tab page on TemplateTabContainer.

PredefinedSamplesTemplatePanelContainerProvider

PredefinedSamplesTemplatePanelContainerProvider is the provider for the predefined tab for Samples tab when the user creates a new tab based on an existing tab from the make New Tab page on TemplateTabContainer.

PredefinedSamplesTabPanelContainerProvider

PredefinedSamplesTabPanelContainerProvider is the provider for the predefined tab for Samples tab when the user creates a new tab based on an existing tab from the make New Tab page on JSPTabContainer.

PredefinedFrontPageTabPanelContainerProvider

PredefinedFrontPageTabPanelContainerProvider is the provider for the predefined tab for MyFrontPage tab used when the user creates a new tab based on an existing tab from the make New Tab page on JSPTabContainer.