Skip navigation links


com.bea.wsrp.model.markup
Interface IBlockingInteractionBaseResponseContext

All Superinterfaces
IBaseResponseContext, IEventManipulator, IGetMarkupBaseResponseContext, IInteractionResponseContext, IMimeResponseContext, com.bea.wsrp.bind.IPortletContextHolder, ISessionContext
All Known Subinterfaces:
IBlockingInteractionResponseContext

public interface IBlockingInteractionBaseResponseContext
extends IGetMarkupBaseResponseContext, IInteractionResponseContext

A base response context that represents partial output data of the "performBlockingInteraction" 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 getRedirectURL()
          Returns the redirect URL that was received as a result of invoking the "performBlockingInteraction" operation.
 void setRedirectURL(String newURL)
          Sets the supplied newURL as the new redirect URL.

 

Methods inherited from interface com.bea.wsrp.model.markup.IGetMarkupBaseResponseContext
getPreferredTitle, setPreferredTitle

 

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

 

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

 

Method Detail

getRedirectURL

String getRedirectURL()
Returns the redirect URL that was received as a result of invoking the "performBlockingInteraction" operation.
Returns
the redirect URL.

setRedirectURL

void setRedirectURL(String newURL)
Sets the supplied newURL as the new redirect URL.
Parameters
newURL - the new redirect URL.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.