com.bea.wsrp.model.markup
Interface IGetRenderDependenciesResponseContext

All Superinterfaces
IBaseResponseContext, ISessionContext

public interface IGetRenderDependenciesResponseContext
extends IBaseResponseContext, ISessionContext

Response context that represents the output data of the "getRenderDependendencies" 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
 List<IRenderDependencyTag> getRenderDependencyTags()
          Returns render dependency tags collected for the portlet from the producer.
 List<IScriptFragment> getScriptFragments()
          Returns script fragments collected for the portlet from the producer.
 void setRenderDependencyTags(List<IRenderDependencyTag> renderDependencyTags)
          Sets render dependency tags.
 void setScriptFragments(List<IScriptFragment> scriptFragments)
          Sets script fragments.
 
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
 

Method Detail

getRenderDependencyTags

List<IRenderDependencyTag> getRenderDependencyTags()
Returns render dependency tags collected for the portlet from the producer. Returns an empty list if no tags are returned.

Returns
render dependency tags

setRenderDependencyTags

void setRenderDependencyTags(List<IRenderDependencyTag> renderDependencyTags)
Sets render dependency tags. This method can be used to modify producer returned tags, or inject new dependency tags into the consumer.

Parameters
renderDependencyTags - render dependency tags

getScriptFragments

List<IScriptFragment> getScriptFragments()
Returns script fragments collected for the portlet from the producer. Returns an empty list if no fragments are returned.

Returns
script fragments

setScriptFragments

void setScriptFragments(List<IScriptFragment> scriptFragments)
Sets script fragments. This method can be used to modify producer returned fragments, or inject new script fragments into the consumer.

Parameters
scriptFragments -


Copyright © 2000, 2009, 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.