|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.container.info.ContainerCapabilities
| Constructor Summary | |
ContainerCapabilities(java.util.Set supportedLocales,
PortletResourceBundleManager bundleMgr,
ContentTypes contentTypes)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContainerCapabilities(java.util.Set supportedLocales,
PortletResourceBundleManager bundleMgr,
ContentTypes contentTypes)
throws java.lang.Exception
| Method Detail |
public java.util.Set getMimeTypes()
CapabilitiesInfo
getMimeTypes in interface CapabilitiesInfopublic java.util.Set getAllModes()
CapabilitiesInfo
getAllModes in interface CapabilitiesInfoModeInfo reprensenting the supported portlet modespublic java.util.Set getModes(java.lang.String mimeType)
CapabilitiesInfo
getModes in interface CapabilitiesInfoModeInfo reprensenting the supported portlet modes for the specified MIME typepublic java.util.Set getAllWindowStates()
CapabilitiesInfo
getAllWindowStates in interface CapabilitiesInfoWindowStateInfo reprensenting the supported window statespublic java.util.Set getWindowStates(java.lang.String mimeType)
CapabilitiesInfo
getWindowStates in interface CapabilitiesInfoModeInfo reprensenting the supported window states for the specified MIME typepublic java.util.Set getAllLocales()
CapabilitiesInfo
getAllLocales in interface CapabilitiesInfoLocalespublic java.util.Set getLocales(java.lang.String mimeType)
CapabilitiesInfo
getLocales in interface CapabilitiesInfoLocales for the specified MIME type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||