com.bea.wsrp.model.markup
Interface IGetMarkupBaseResponseContext

All Superinterfaces
IBaseResponseContext, IMimeResponseContext, ISessionContext
All Known Subinterfaces:
IBlockingInteractionBaseResponseContext, IBlockingInteractionResponseContext, IGetMarkupResponseContext

public interface IGetMarkupBaseResponseContext
extends IBaseResponseContext, IMimeResponseContext, ISessionContext

A base response context that represents partial output data of the "getMarkup" 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 getPreferredTitle()
          Returns the title preferred by the portlet.
 void setPreferredTitle(String title)
          Sets the supplied title as the portlet's preferred title.
 
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
 

Method Detail

getPreferredTitle

String getPreferredTitle()
Returns the title preferred by the portlet.

Returns
the portlet preferred title.

setPreferredTitle

void setPreferredTitle(String title)
Sets the supplied title as the portlet's preferred title.

Parameters
title - The portlet's preferred title.


Copyright © 2011, Oracle. All rights reserved.