|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.portlet.container.info.ContainerCapabilities
Field Summary | |
private PortletResourceBundleManager |
bundleMgr
|
private ContentTypes |
contentTypes
|
private java.util.Set |
supportedLocales
|
private static java.util.Set |
WINDOW_STATES
|
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 |
Field Detail |
private static java.util.Set WINDOW_STATES
private java.util.Set supportedLocales
private ContentTypes contentTypes
private PortletResourceBundleManager bundleMgr
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 CapabilitiesInfo
public java.util.Set getAllModes()
CapabilitiesInfo
getAllModes
in interface CapabilitiesInfo
ModeInfo
reprensenting the supported portlet modespublic java.util.Set getModes(java.lang.String mimeType)
CapabilitiesInfo
getModes
in interface CapabilitiesInfo
ModeInfo
reprensenting the supported portlet modes for the specified MIME typepublic java.util.Set getAllWindowStates()
CapabilitiesInfo
getAllWindowStates
in interface CapabilitiesInfo
WindowStateInfo
reprensenting the supported window statespublic java.util.Set getWindowStates(java.lang.String mimeType)
CapabilitiesInfo
getWindowStates
in interface CapabilitiesInfo
ModeInfo
reprensenting the supported window states for the specified MIME typepublic java.util.Set getAllLocales()
CapabilitiesInfo
getAllLocales
in interface CapabilitiesInfo
Locale
spublic java.util.Set getLocales(java.lang.String mimeType)
CapabilitiesInfo
getLocales
in interface CapabilitiesInfo
Locale
s for the specified MIME type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |