|
Copyright © 2000, 2008, Oracle and/or its affiliates. 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 opaque 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. |
PortletParameters |
getPublicNavigationalState()
Returns the public navigational state of the current portlet. |
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 the opaque 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. |
void |
setPublicNavigationalState(PortletParameters publicNavState)
Sets the public navigational state for the current portlet. |
| Methods inherited from interface com.bea.wsrp.bind.IPortletContextHolder |
|---|
getPortletContext |
| Method Detail |
|---|
String getNavigationalState()
void setNavigationalState(String navState)
navState as the opaque navigational state for the current portlet.
navState - a new navigational state.PortletParameters getPublicNavigationalState()
void setPublicNavigationalState(PortletParameters publicNavState)
publicNavState - the new public 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 © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||