com.bea.wsrp.model.markup
Interface IHandleEventsRequestContext

All Superinterfaces
IBaseRequestContext, IMutableRegistrationContext, INillable, com.bea.wsrp.bind.IPortletContextHolder, IRegistrationContext, IRuntimeContext, IUserContext, Serializable

public interface IHandleEventsRequestContext
extends IBaseRequestContext, IRuntimeContext, IUserContext

A request context that represents input data for the "handleEvents" operation.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

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 mode is set as the portlet's mode.
 void setWindowState(String windowState)
          The supplied windowState is 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
 
Methods inherited from interface com.bea.wsrp.model.markup.IRuntimeContext
getDoctypeUri, getNamespacePrefix, getPortletInstanceKey, getSessionID, getSkeleton, getSkeletonChromosome, getSkeletonPath, getSkin, getSkinChromosome, getSkinPath, getTemplates, getThemeName, getThemeSkeletonChromosome, getThemeSkinChromosome, getUserAuthentication, isReturnContentToCaller, isUsingAltSkeleton, isUsingAltSkin, setDoctypeUri, setNamespacePrefix, setPortletInstanceKey, setReturnContentToCaller, setSessionID, setSkeleton, setSkeletonChromosome, setSkeletonPath, setSkin, setSkinChromosome, setSkinPath, setTemplates, setThemeName, setThemeSkeletonChromosome, setThemeSkinChromosome, setUserAuthentication, setUsingAltSkeleton, setUsingAltSkin
 

Method Detail

getMode

String getMode()
The mode of a portlet for which the Producer generates markup.

Returns
A portlet's mode.

setMode

void setMode(String mode)
The supplied 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".

Parameters
mode - A supported portlet's mode.

getWindowState

String getWindowState()
The state of the current portlet's virtual window.

Returns
A portlet's state.

setWindowState

void setWindowState(String windowState)
The supplied 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".

Parameters
windowState - A supported portlet's window state.

getEvents

List<Event> getEvents()
Returns a list of Events that are being sent to a producer.

Returns
a list of events

setEvents

void setEvents(List<Event> events)
Sets the supplied list of events as events of the current portlet.

Parameters
events - a list of events.


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.