|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CapabilitiesInfo
Gathers capability information (portlet modes, window states, supported MIME types and locales) regarding a portlet.
| Method Summary | |
|---|---|
java.util.Set |
getAllLocales()
Retrieves all the locales supported by the associated Portlet. |
java.util.Set |
getAllModes()
Retrieves all the portlet modes supported by the associated Portlet. |
java.util.Set |
getAllWindowStates()
Retrieves all the window states supported by the associated Portlet. |
java.util.Set |
getLocales(java.lang.String mimeType)
Retrieves the locales supported by the associated Portlet for the specified MIME type. |
java.util.Set |
getMimeTypes()
Retrieves all the MIME types supported by the associated Portlet. |
java.util.Set |
getModes(java.lang.String mimeType)
Retrieves the portlet modes supported by the associated Portlet for the specified MIME type. |
java.util.Set |
getWindowStates(java.lang.String mimeType)
Retrieves the window states supported by the associated Portlet for the specified MIME type. |
| Method Detail |
|---|
java.util.Set getMimeTypes()
java.util.Set getAllModes()
ModeInfo reprensenting the supported portlet modesjava.util.Set getModes(java.lang.String mimeType)
ModeInfo reprensenting the supported portlet modes for the specified MIME typejava.util.Set getAllWindowStates()
WindowStateInfo reprensenting the supported window statesjava.util.Set getWindowStates(java.lang.String mimeType)
ModeInfo reprensenting the supported window states for the specified MIME typejava.util.Set getAllLocales()
Localesjava.util.Set getLocales(java.lang.String mimeType)
Locales for the specified MIME type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||