com.bea.wsrp.model.markup
Interface IGetResourceRequestContext

All Superinterfaces
IBaseRequestContext, IFormParamsContext, IGetMarkupBaseRequestContext, IGetMarkupRequestContext, IMarkupRequestStateContext, IMutableRegistrationContext, INillable, com.bea.wsrp.bind.IPortletContextHolder, IPortletStateChangeContext, IRegistrationContext, IRuntimeContext, IUserContext, Serializable

public interface IGetResourceRequestContext
extends IGetMarkupRequestContext, IFormParamsContext, IPortletStateChangeContext

An interface that represents input data for the "getResource" operation. Specified in the WSRP-2.0 spec (5.1.15)

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 getResourceCacheability()
          Return the resource cacheability string on resource URL encoded in wsrp-resourceCacheability parameter.
 String getResourceID()
          Return the resource id string on resource URL encoded in wsrp-resourceID parameter.
 String getResourceState()
          Return the state encoded on resource URL in wsrp-resourceState parameter.
 void setResourceCacheability(String cacheability)
           
 void setResourceID(String id)
           
 void setResourceState(String state)
           
 
Methods inherited from interface com.bea.wsrp.model.markup.IGetMarkupBaseRequestContext
addLocale, addMarkupCharacterSet, addMimeType, getLocales, getMarkupCharacterSets, getMimeTypes, getMode, getNavigationalState, getPublicNavigationalState, getRequestVerb, getUserAgent, getWindowState, isSecureClientCommunicationOn, isValidateTagOn, setMarkupCharacterSet, setMode, setNavigationalState, setPublicNavigationalState, setRequestVerb, setUserAgent, setValidateTagOn, setWindowState
 
Methods inherited from interface com.bea.wsrp.model.markup.IBaseRequestContext
addMimeHeader, getHttpServletRequest, getHttpServletResponse, getMimeHeaders, getMimeHeaders, getProducerInfo, getServletContext, getWsrpRequestContext, removeMimeHeader, setMimeHeader, setWsrpRequestContext
 
Methods inherited from interface com.bea.wsrp.model.IMutableRegistrationContext
setRegistrationHandle, setRegistrationState
 
Methods inherited from interface com.bea.wsrp.model.IRegistrationContext
getRegistrationHandle, getRegistrationState
 
Methods inherited from interface com.bea.wsrp.model.INillable
isNil
 
Methods inherited from interface com.bea.wsrp.model.markup.IUserContext
getUserCategories, getUserContextKey, getUserProfile, isUserProfileValid, setUserContextKey
 
Methods inherited from interface com.bea.wsrp.model.INillable
isNil
 
Methods inherited from interface com.bea.wsrp.bind.IPortletContextHolder
getPortletContext
 
Methods inherited from interface com.bea.wsrp.model.markup.IRuntimeContext
getDoctypeUri, getNamespacePrefix, getPortletInstanceKey, getSessionID, getSkeleton, getSkeletonChromosome, getSkeletonPath, getSkin, getSkinChromosome, getSkinPath, getTemplates, getThemeName, getThemeSkeletonChromosome, getThemeSkinChromosome, getUserAuthentication, isReturnContentToCaller, isUsingAltSkeleton, isUsingAltSkin, setDoctypeUri, setNamespacePrefix, setPortletInstanceKey, setReturnContentToCaller, setSessionID, setSkeleton, setSkeletonChromosome, setSkeletonPath, setSkin, setSkinChromosome, setSkinPath, setTemplates, setThemeName, setThemeSkeletonChromosome, setThemeSkinChromosome, setUserAuthentication, setUsingAltSkeleton, setUsingAltSkin
 
Methods inherited from interface com.bea.wsrp.model.markup.IMarkupRequestStateContext
getMarkupRequestState, setMarkupRequestState, setMarkupRequestState
 
Methods inherited from interface com.bea.wsrp.model.markup.IFormParamsContext
addFormParameter, getFormParameters, getUploadedData, setFormParameter, setUploadedData
 
Methods inherited from interface com.bea.wsrp.model.markup.IPortletStateChangeContext
getPortletStateChange
 

Method Detail

getResourceState

String getResourceState()
Return the state encoded on resource URL in wsrp-resourceState parameter.

Returns
A String with resource state.

setResourceState

void setResourceState(String state)

getResourceCacheability

String getResourceCacheability()
Return the resource cacheability string on resource URL encoded in wsrp-resourceCacheability parameter.

Returns
A String with resource cacheability.

setResourceCacheability

void setResourceCacheability(String cacheability)

getResourceID

String getResourceID()
Return the resource id string on resource URL encoded in wsrp-resourceID parameter.


setResourceID

void setResourceID(String id)


Copyright © 2011, Oracle. All rights reserved.