com.bea.wsrp.model.markup
Interface IHandleEventsRequestContext

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

public interface IHandleEventsRequestContext
extends IBaseRequestContext, IRuntimeContext, IEventManipulator, IUserContext, IPortletStateChangeContext, IMarkupRequestStateContext

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
 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 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, getWsrpRequestContext, removeMimeHeader, setMimeHeader, setWsrpRequestContext
 
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
getUserCategories, getUserContextKey, getUserProfile, isUserProfileValid, 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
 
Methods inherited from interface com.bea.wsrp.model.markup.IEventManipulator
createEventContext, getEventContext, getEventContexts, getEventCount, getEvents, setEventContexts, setEvents
 
Methods inherited from interface com.bea.wsrp.model.markup.IPortletStateChangeContext
getPortletStateChange
 
Methods inherited from interface com.bea.wsrp.model.markup.IMarkupRequestStateContext
getMarkupRequestState, setMarkupRequestState, setMarkupRequestState
 

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.


Copyright © 2011, Oracle. All rights reserved.