public interface CapabilitiesInfo
| Modifier and Type | Method and Description |
|---|---|
Set<Locale> |
getAllLocales()
Retrieves all the locales supported by the associated Portlet.
|
Set<ModeInfo> |
getAllModes()
Retrieves all the portlet modes supported by the associated Portlet.
|
Set<WindowStateInfo> |
getAllWindowStates()
Retrieves all the window states supported by the associated Portlet.
|
Set<Locale> |
getLocales(org.gatein.common.net.media.MediaType mimeType)
Retrieves the locales supported by the associated Portlet for the specified MIME type.
|
Set<org.gatein.common.net.media.MediaType> |
getMediaTypes()
Retrieves all the Media types supported by the associated Portlet.
|
ModeInfo |
getMode(Mode mode)
Returns a mode info matching a specifed mode or null.
|
Set<ModeInfo> |
getModes(org.gatein.common.net.media.MediaType mediaType)
Retrieves the portlet modes supported by the associated Portlet for the specified Media type.
|
WindowStateInfo |
getWindowState(WindowState windowState)
Returns a window state info matching a specifed window state or null.
|
Set<WindowStateInfo> |
getWindowStates(org.gatein.common.net.media.MediaType mimeType)
Retrieves the window states supported by the associated Portlet for the specified MIME type.
|
Set<org.gatein.common.net.media.MediaType> getMediaTypes()
Set<ModeInfo> getAllModes()
ModeInfo reprensenting the supported portlet modesSet<ModeInfo> getModes(org.gatein.common.net.media.MediaType mediaType)
mediaType - the media typeModeInfo reprensenting the supported portlet modes for the specified Media typeModeInfo getMode(Mode mode)
mode - the modeSet<WindowStateInfo> getAllWindowStates()
WindowStateInfo reprensenting the supported window statesSet<WindowStateInfo> getWindowStates(org.gatein.common.net.media.MediaType mimeType)
mimeType - the mime typeModeInfo reprensenting the supported window states for the specified MIME typeWindowStateInfo getWindowState(WindowState windowState)
windowState - the window stateSet<Locale> getAllLocales()
LocalesCopyright © 2003-2020 GateIn. All Rights Reserved.