|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SupportedModesService
Allows clients to determine if a particular PortletMode is supported by the portal, a particular portlet, or both.
PortletMode| Method Summary | |
|---|---|
boolean |
isPortletManagedMode(java.lang.String portletId,
java.lang.String mode)
For PTL.8.4 implementation of portlet-managed modes, defined in portlet.xml where portlet child element custom-portlet-mode/portal-managed value is false. |
boolean |
isPortletModeSupported(java.lang.String portletId,
java.lang.String mode)
Returns true if the portlet and the portal support the supplied mode. |
boolean |
isPortletModeSupportedByPortal(java.lang.String mode)
Returns true if the portal supports the supplied mode. |
boolean |
isPortletModeSupportedByPortlet(java.lang.String portletId,
java.lang.String mode)
Returns true if the portlet supports the supplied mode. |
| Methods inherited from interface org.apache.pluto.driver.services.portal.DriverConfigurationService |
|---|
destroy, init |
| Method Detail |
|---|
boolean isPortletModeSupported(java.lang.String portletId,
java.lang.String mode)
portletId - the id uniquely identifiying the portletmode - the portlet mode
boolean isPortletModeSupportedByPortal(java.lang.String mode)
mode - the portlet mode
boolean isPortletModeSupportedByPortlet(java.lang.String portletId,
java.lang.String mode)
portletId - the id uniquely identifying the portletmode - the portlet mode
boolean isPortletManagedMode(java.lang.String portletId,
java.lang.String mode)
portletId - the ID of the portletmode - the portlet mode as defined in the custom-portlet-mode/portlet-mode
and supports/portlet-mode elements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||