Sun Java System Portal Server 7.1 Technical Reference

Chapter 58 desktopTab.tld Tags

This chapter lists the desktopTab.tld tags and their attributes. All of the normal tags in the desktopTab.tld file have a bodycontent of empty.

desktopTab.tld Normal Tags with Attributes

Table 58–1 desktopTab.tld Tags with Attributes

Tag Name 

Description 

Attributes 

getAvailableTabs 

Returns a list of available tabs. The list returned is a Collection of Strings. Each of the Strings is the name of an Unmodifiable Tab that is available. 

id (optional) 

scope (optional) 

getSelectedTabs 

Returns the list of selected tabs. The list returned is a Collection of Strings. Each of the Strings is the name of an Unmodifiable Tab that is selected. 

id (optional) 

scope (optional) 

getSelectedTab 

Returns the selected tab, the current selected Unmodifiable Tab in the user’s session. 

id (optional) 

scope (optional) 

getMakeTab 

Returns the make tab, the tab spec to be used for "Make My Own tab" creation by the user. 

id (optional) 

scope (optional) 

getStartTabNam 

Returns a string with the start tab Name, the name of the tab to be displayed when the user logs in. 

id (optional) 

scope (optional) 

getSelectedTabName 

Returns a string with the selected tab Name, the current selected tab in the user’s session. 

id (optional) 

scope (optional) 

getTabURL 

Returns the Tab URL. This method gets the tab URL used to switch the selected tab on the user’s desktop. 

id (optional) 

scope (optional) 

getName 

Returns a string with the name of the tab. 

id (optional) 

scope (optional) 

getDesc 

Returns a string with the description of the tab. 

id (optional) 

scope (optional) 

getDisplayName 

Returns a string with the display name of the tab. 

id (optional) 

scope (optional) 

getEncodedName 

Returns a string with the HTML encoded name of the tab. 

id (optional) 

scope (optional) 

isPredefined 

Determines whether the tab is predefined or not and returns a boolean that gives the predefined status of a tab. 

id (optional) 

scope (optional) 

isRemovable 

Returns a Boolean that gives the removable status of the tab. Returns true if the tab is removable; otherwise false. 

id (optional) 

scope (optional) 

isRenamable 

Returns a Boolean that gives the renamable status of the tab. Returns true if the tab is renamable; otherwise false. 

id (optional) 

scope (optional)