com.bea.wsrp.model.markup
Interface IBlockingInteractionBaseResponseContext

All Superinterfaces
IBaseResponseContext, IGetMarkupBaseResponseContext, IInteractionResponseContext, 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
getExpires, getLocale, getMarkupCharacterSet, getMarkupData, getMimeType, getPreferredTitle, getUserScope, getValidateTag, isRequiresUrlRewritingOn, isUseCachedMarkupOn, setMarkupCharacterSet, setMarkupData, setMimeType, setPreferredTitle, setRequiresUrlRewritingOn, setUseCachedMarkupOn
 
Methods inherited from interface com.bea.wsrp.model.markup.IBaseResponseContext
getMimeHeaders, getNamespaceUri, getResponseCookies, render
 
Methods inherited from interface com.bea.wsrp.model.markup.ISessionContext
getSessionExpires, getSessionID, setSessionExpires, setSessionID
 
Methods inherited from interface com.bea.wsrp.model.markup.IInteractionResponseContext
getEvents, getNavigationalState, getNewMode, getNewWindowState, getPublicNavigationalState, setEvents, setNavigationalState, setNewMode, setNewWindowState, setPublicNavigationalState
 
Methods inherited from interface com.bea.wsrp.bind.IPortletContextHolder
getPortletContext
 

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.


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.