|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicUIInfo
DynamicUIInfo
provides access to the read only functions of dynamic ui management.
Since only persistant pages/portlets are supported, these functions always return false.
Portlets can get access to DynamicUIInfo
via the DynamicUIManagerFactoryService
.
DynamicUIInfo must be obtained once per render phase of the portlet and should not be stored.
DynamicUIManagerFactoryService
Method Summary | |
---|---|
boolean |
canPageBeClosed(ObjectID objectID)
Returns whether a page can be closed or not. |
boolean |
canPortletBeClosed(ObjectID portletWindowID)
Returns whether a portlet on the current page can be closed or not. |
Method Detail |
---|
boolean canPageBeClosed(ObjectID objectID) throws DynamicUIManagementException
objectID
- The id of the page to be closed. It is not allowed to pass null
for this parameter.
DynamicUIManagementException
boolean canPortletBeClosed(ObjectID portletWindowID) throws DynamicUIManagementException
portletWindowID
- The id of the portlet window to be closed. It is not allowed to pass null
for this parameter.
DynamicUIManagementException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |