|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
com.sun.portal.providers.containers.ContainerProvider
Method Summary | |
java.util.List |
getAvailableChannels(HttpServletRequest request)
Gets the list of available channel names. |
java.util.List |
getAvailableChannels(HttpServletRequest request,
boolean onlyRemovable)
Gets the list of available channel names. |
java.util.List |
getOrderedSelectedChannels(HttpServletRequest request)
Gets the ordered list of selected channel names. |
java.util.List |
getOrderedSelectedChannels(HttpServletRequest request,
boolean onlyMovable)
Gets the ordered list of selected channel names. |
Method Detail |
public java.util.List getAvailableChannels(HttpServletRequest request) throws ProviderException
request
- HttpServletRequest
ProviderException
public java.util.List getAvailableChannels(HttpServletRequest request, boolean onlyRemovable) throws ProviderException
request
- HttpServletRequestonlyRemovable
- indicate to include only removable channels.
ProviderException
public java.util.List getOrderedSelectedChannels(HttpServletRequest request) throws ProviderException
request
- HttpServletRequest
ProviderException
public java.util.List getOrderedSelectedChannels(HttpServletRequest request, boolean onlyMovable) throws ProviderException
request
- HttpServletRequestonlyMovable
- indicate to include only movable channels.
ProviderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |