Sun Java logo     Previous      Contents      Index      Next     

Sun logo
Sun Java System Portal Server 6 2004Q2 Desktop Customization Guide 

Chapter 4
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 software uses other container providers internally to perform such tasks as creating new tabs and edit containers.

Table 4-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.

TemplateEditContainerProvider

TemplateEditContainerProvider is used by the template-based containers (TemplateTabContainer and TemplateTableContainer) as their edit provider. If a channel’s editType is EDIT_SUBSET, this provider is used to draw the frame for the Edit page.

TemplateTabCustomTableContainerProvider

TemplateTabCustomTableContainerProvider is used when a new tab is created in the user’s template-based tab Desktop. TemplateTabCustomTableContainerProvider is based on the template-based 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 New Page 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 New Page 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.

The predefined container providers are not, by default, directly used for display on the sample portal.



Previous      Contents      Index      Next     


Copyright 2004 Sun Microsystems, Inc. All rights reserved.