| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHandleEventsRequestContext
A request context that represents input data for the "handleEvents" operation.
| Method Summary | |
|---|---|
|  List<Event> | getEvents()Returns a list of Events that are being sent to a producer. | 
|  String | getMode()The mode of a portlet for which the Producer generates markup. | 
|  String | getWindowState()The state of the current portlet's virtual window. | 
|  void | setEvents(List<Event> events)Sets the supplied list of events as events of the current portlet. | 
|  void | setMode(String mode)The supplied modeis set as the portlet's mode. | 
|  void | setWindowState(String windowState)The supplied windowStateis set as the portlet's state. | 
| Methods inherited from interface com.bea.wsrp.model.markup.IBaseRequestContext | 
|---|
| addMimeHeader, getHttpServletRequest, getHttpServletResponse, getMimeHeaders, getMimeHeaders, getProducerInfo, getServletContext, removeMimeHeader, setMimeHeader | 
| Methods inherited from interface com.bea.wsrp.model.IMutableRegistrationContext | 
|---|
| setRegistrationHandle, setRegistrationState | 
| Methods inherited from interface com.bea.wsrp.model.IRegistrationContext | 
|---|
| getRegistrationHandle, getRegistrationState | 
| Methods inherited from interface com.bea.wsrp.model.INillable | 
|---|
| isNil | 
| Methods inherited from interface com.bea.wsrp.model.markup.IUserContext | 
|---|
| getUserContextKey, getUserProfile, setUserContextKey | 
| Methods inherited from interface com.bea.wsrp.model.INillable | 
|---|
| isNil | 
| Methods inherited from interface com.bea.wsrp.bind.IPortletContextHolder | 
|---|
| getPortletContext | 
| Method Detail | 
|---|
String getMode()
void setMode(String mode)
mode is set as the portlet's mode. The value can be any supported modes specified
 in the current portlet's metadata or "wsrp:view".
mode - A supported portlet's mode.String getWindowState()
void setWindowState(String windowState)
windowState is set as the portlet's state. The value can be any supported states
 specified in the current portlet's metadata or "wsrp:normal".
windowState - A supported portlet's window state.List<Event> getEvents()
Events that are being sent to a producer.
void setEvents(List<Event> events)
events - a list of events.| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||