Skip navigation links


com.bea.wsrp.model.markup
Interface IHandleEventsResponseContext

All Superinterfaces
IBaseResponseContext, IEventManipulator, IInteractionResponseContext, IMarkupResponseStateContext, IMimeResponseContext, com.bea.wsrp.bind.IPortletContextHolder, ISessionContext

public interface IHandleEventsResponseContext
extends IBaseResponseContext, IMimeResponseContext, IInteractionResponseContext, ISessionContext, IMarkupResponseStateContext

A response context that represents output data of 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

 

Methods inherited from interface com.bea.wsrp.model.markup.IBaseResponseContext
getMimeHeaders, getNamespaceUri, getResponseCookies, render, setResponseCookies

 

Methods inherited from interface com.bea.wsrp.model.markup.IMimeResponseContext
getClientAttributes, getExpires, getLocale, getMarkupCharacterSet, getMarkupData, getMarkupRefId, getMimeType, getUserScope, getValidateTag, isRequiresUrlRewritingOn, isUseCachedMarkupOn, setClientAttributes, setMarkupCharacterSet, setMarkupData, setMimeType, setRequiresUrlRewritingOn, setUseCachedMarkupOn

 

Methods inherited from interface com.bea.wsrp.model.markup.IInteractionResponseContext
getInteractionResponseState, getNavigationalState, getNewMode, getNewWindowState, getPublicNavigationalState, setInteractionResponseState, setInteractionResponseState, setNavigationalState, setNewMode, setNewWindowState, setPublicNavigationalState

 

Methods inherited from interface com.bea.wsrp.bind.IPortletContextHolder
getPortletContext

 

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.ISessionContext
getSessionExpires, getSessionID, setSessionExpires, setSessionID

 

Methods inherited from interface com.bea.wsrp.model.markup.IMarkupResponseStateContext
getMarkupResponseState, setMarkupResponseState, setMarkupResponseState

 


Skip navigation links


Copyright © 2010, Oracle. All rights reserved.