Package com.ibm.portal.dynamicui

This package provides the core interfaces for dynamic ui management.

See:
          Description

Interface Summary
AbstractDynamicUICtrl The DynamicUICtrl provides access to those functions of dynamic ui management that alter the current state.
DynamicUICtrl The DynamicUICtrl provides access to those functions of dynamic ui management that alter the current state.
DynamicUIInfo DynamicUIInfo provides access to the read only functions of dynamic ui management.
ExtendedDynamicUICtrl The DynamicUICtrl provides access to those functions of dynamic ui management that alter the current state.
 

Exception Summary
AddUIElementException The AddUIElementException is thrown when an error occurs during the attempt to add a transient UI element.
DynamicUIManagementException The DynamicUIManagementException is the base exception for all dynamic ui related exceptions.
FactoryException The FactoryException is thrown when an error occurs during the attempt to create instances of DynamicUIInfo or DynamicUICtrl .
MissingAccessRightsException The MissingAccessRightsException is thrown when the user has not suffient rights for a base page definition or a portlet definition that should be used to add a page or portlet.
RemoveUIElementException The RemoveUIElementException is thrown when an error occurs during the attempt to remove a transient UI element.
ResourceLookupException The ResourceLookupException is thrown in cases where a resource reference cannot be resolved.
SetDefaultRedirectException The SetDefaultRedirectException is thrown when an error occurs during the attempt to set the default redirect page for a dynamic ui management configuration.
 

Package com.ibm.portal.dynamicui Description

This package provides the core interfaces for dynamic ui management. Dynamic UI management provides functions to manage transient UI elements, for example adding and removing pages or portlets, respectively. The lifetime of the generated UI elements is at most the session duration which means that they are destroyed when the user logs out or the user session times out. However, they can be removed explicitly at any time.