com.bea.wsrp.model.markup
Interface IGetResourceResponseContext

All Superinterfaces
IMimeResponseContext

public interface IGetResourceResponseContext
extends IMimeResponseContext

An interface that represents the data structure of the ResourceResponse Type as specified in the WSRP-2.0 Spec (5.1.18)

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
 IPortletContext getPortletContext()
          Returns PortletContext related to this getResource operation.
 IResourceContext getResourceContext()
          Returns ResourceContext which is equivalent at this point to the MimeResponse as specified in the wsrp-2.0 spec section 5.1.17
 com.bea.wsrp.model.markup.IResourceStatus getResourceStatus()
          Returns the ResourceStatus extension for this getResource operation.
 ISessionContext getSessionContext()
          Returns SessionContext related to this getResource operation.
 
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
 

Method Detail

getResourceContext

IResourceContext getResourceContext()
Returns ResourceContext which is equivalent at this point to the MimeResponse as specified in the wsrp-2.0 spec section 5.1.17

Returns
ResourceContext

getSessionContext

ISessionContext getSessionContext()
Returns SessionContext related to this getResource operation.

Returns
SessionContext

getPortletContext

IPortletContext getPortletContext()
Returns PortletContext related to this getResource operation.

Returns
PortletContext

getResourceStatus

com.bea.wsrp.model.markup.IResourceStatus getResourceStatus()
Returns the ResourceStatus extension for this getResource operation.

Returns
ResourceStatus


Copyright © 2011, Oracle. All rights reserved.