|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBlockingInteractionBaseRequestContext
A base request context that represents partial input data for the "performBlockingInteraction" operation. It includes accessors and mutators for most elements described in the WSRP specification except WLP extensions.
| Method Summary | |
|---|---|
void |
forceGetMarkupCall(boolean value)
"true" value forces a "getMarkup" operation to follow the "performBlockingInteraction" operation. |
String |
getInteractionState()
An opaque representation of transient information of the current portlet, used in processing the "performBlockingInteraction" operation. |
void |
setInteractionState(String interactionState)
Sets the supplied interactionState as interaction state for the current portlet. |
boolean |
shouldForceGetMarkupCall()
Custom method that indicates to execute a "getMarkup" operation |
| 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.IFormParamsContext |
|---|
addFormParameter, getFormParameters, getUploadedData, setFormParameter, setUploadedData |
| Method Detail |
|---|
String getInteractionState()
void setInteractionState(String interactionState)
interactionState as interaction state for the current portlet.
interactionState - An interaction state for the current portlet.boolean shouldForceGetMarkupCall()
void forceGetMarkupCall(boolean value)
value - true forces a "getMarkup" call after making the current "performBlockingInteraction"
operation.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||