WirelessContainerProvider defines the interface for
implementing a container provider on the wireless desktop.
WirelessContainerProvider overloads the getAvailable
method and introduces getOrderedSelectedChannels method for
implementations specific to the wireless desktop.
See Also:com.sun.portal.providers.containers.ContainerProvider
getAvailableChannels(HttpServletRequest request, boolean onlyRemovable) Gets the list of available channel names.
Parameters: request - HttpServletRequest Parameters: onlyRemovable - indicate to include only removable channels.
getOrderedSelectedChannels(HttpServletRequest request, boolean onlyMovable) Gets the ordered list of selected channel names.
Parameters: request - HttpServletRequest Parameters: onlyMovable - indicate to include only movable channels.
Gets the list of available channel names.
Parameters: request - HttpServletRequest The list of available channel names, a list of string names. throws: ProviderException -
Gets the list of available channel names.
Parameters: request - HttpServletRequest Parameters: onlyRemovable - indicate to include only removable channels. The list of available channel names, a list of string names. throws: ProviderException -
Gets the ordered list of selected channel names.
Parameters: request - HttpServletRequest The ordered list of selected channel names, a list of string names. throws: ProviderException -
Gets the ordered list of selected channel names.
Parameters: request - HttpServletRequest Parameters: onlyMovable - indicate to include only movable channels. The ordered list of selected channel names, a list of string names. throws: ProviderException -