|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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.
| Method Summary | |
|---|---|
void |
closeDynamicUI(ActionRequest request,
ActionResponse response,
TaskUIHandle handle)
Deprecated. Closes the task UI element that is identified by the passed TaskUIHandle. |
void |
setPage(ActionRequest request,
ActionResponse response,
ObjectID objectID)
Deprecated. Sets the page that should be displayed in the render phase following this action phase. |
| Method Detail |
|---|
void closeDynamicUI(ActionRequest request,
ActionResponse response,
TaskUIHandle handle)
throws TaskUIManagerException
null . The passed action request and response must be those passed
to the portlet or wrappers around those originally passed objects.
request - The ActionRequest.response - The ActionResponse.handle - The TaskUIHandle.
TaskUIManagerException - Thrown if an error occurs during processing.
void setPage(ActionRequest request,
ActionResponse response,
ObjectID objectID)
throws TaskUIManagerException
null . The passed action request and response must be those passed
to the portlet or wrappers around those originally passed objects.
request - The ActionRequest.response - The ActionResponse.objectID - The id of the page to be selected.
TaskUIManagerException - Thrown if an error occurs during processing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||