|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public java.util.Set getMimeTypes()
public java.util.Set getAllModes()
ModeInfo reprensenting the supported portlet modespublic java.util.Set getModes(java.lang.String mimeType)
ModeInfo reprensenting the supported portlet modes for the specified MIME typepublic java.util.Set getAllWindowStates()
WindowStateInfo reprensenting the supported window statespublic java.util.Set getWindowStates(java.lang.String mimeType)
ModeInfo reprensenting the supported window states for the specified MIME typepublic java.util.Set getAllLocales()
Localespublic java.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 | |||||||||