|
||||||||||
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(String portletId,
String state)
Returns true if the portlet and the portal support the supplied window state. |
boolean |
isWindowStateSupportedByPortal(String state)
Returns true if the portal supports the supplied window state. |
boolean |
isWindowStateSupportedByPortlet(String portletId,
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(String portletId, String state)
portletId
- the id uniquely identifying the portletstate
- the portlet window state
boolean isWindowStateSupportedByPortal(String state)
state
- the portlet window state
boolean isWindowStateSupportedByPortlet(String portletId, 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 |