|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IInteractionResponseContext
A base interaction response context that represents partial output data of the "performBlockingInteraction" operation.
| Method Summary | |
|---|---|
List<Event> |
getEvents()
Returns a list of events to be fired by the current portlet. |
String |
getNavigationalState()
Returns the navigational state of the current portlet. |
String |
getNewMode()
Returns a new mode for the current portlet. |
String |
getNewWindowState()
Returns a new window state for the current portlet. |
IPortletContext |
getPortletContext()
Returns the current portlet's context |
void |
setEvents(List<Event> events)
The supplied list of events is set as a list of events to be fired by the current portlet. |
void |
setNavigationalState(String navState)
Sets the supplied navState as a navigational state for the current portlet. |
void |
setNewMode(String newMode)
Sets the supplied newMode as a new window mode for the current portlet. |
void |
setNewWindowState(String newWindowState)
Sets the supplied newWindowState as a new window state for the current portlet. |
| Method Detail |
|---|
IPortletContext getPortletContext()
String getNavigationalState()
void setNavigationalState(String navState)
navState as a navigational state for the current portlet.
navState - a new navigational state.String getNewWindowState()
void setNewWindowState(String newWindowState)
newWindowState as a new window state for the current portlet.
newWindowState - a new window state.String getNewMode()
void setNewMode(String newMode)
newMode as a new window mode for the current portlet.
newMode - a new mode.List<Event> getEvents()
void setEvents(List<Event> events)
events - a new list of events.
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||