|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SupportedWindowStateService
Allows clients to see if a particular WindowState is supported by the portal, a particular portlet, or both.
WindowState| Method Summary | |
|---|---|
boolean |
isWindowStateSupported(java.lang.String portletId,
java.lang.String state)
Returns true if the portlet and the portal support the supplied window state. |
boolean |
isWindowStateSupportedByPortal(java.lang.String state)
Returns true if the portal supports the supplied window state. |
boolean |
isWindowStateSupportedByPortlet(java.lang.String portletId,
java.lang.String state)
Returns true if the portlet supports the supplied window state. |
| Methods inherited from interface org.apache.pluto.driver.services.portal.DriverConfigurationService |
|---|
destroy, init |
| Method Detail |
|---|
boolean isWindowStateSupported(java.lang.String portletId,
java.lang.String state)
portletId - the id uniquely identifying the portletstate - the portlet window state
boolean isWindowStateSupportedByPortal(java.lang.String state)
state - the portlet window state
boolean isWindowStateSupportedByPortlet(java.lang.String portletId,
java.lang.String state)
portletId - the id uniquely identifying the portletstate - the window state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||