Package com.ibm.portal.portlet.service.taskui

This package provides a Java Portlet API service that is used by TaskProcessingPortlets to manage the UI to process a task.

See:
          Description

Interface Summary
TaskUIManager The TaskUIManager is a Java Portlet API portlet service that is used by task processing portlets to manage the UI elements that were created for a given task.
 

Package com.ibm.portal.portlet.service.taskui Description

This package provides a Java Portlet API service that is used by TaskProcessingPortlets to manage the UI to process a task.

Package Specification

Task processing portlets must close the task page they are placed on after completion of the task. Thereafter they must define the page that should be displayed next. The TaskUIManager provides all means to do this.