Skip navigation links


Package com.bea.wsrp.model.markup

Provides interfaces to access and modify request and response messages of "initCookie", "getMarkup", "performBlockingInteraction", and "handleEvents" WSRP operations.

See
          Description

Interface Summary
IBaseRequestContext A base request context that provides access to common entities of a web application, a portlet, a WSRP SOAP request message, and the Producer.It also provides methods to add new http headers or modify existing headers.
IBaseResponseContext A base interface for all response context objects (getMarkup, performBlockingInteraction, initCookie, and handleEvents).
IBlockingInteractionBaseRequestContext A base request context that represents partial input data for the "performBlockingInteraction" operation.
IBlockingInteractionBaseResponseContext A base response context that represents partial output data of the "performBlockingInteraction" operation.
IBlockingInteractionRequestContext A request context that represents input data for the "performBlockingInteraction" operation.
IBlockingInteractionResponseContext A reponse context that represents output data of the "performBlockingInteraction" operation.
IEventContext A helper class for manipulating events being sent or received over WSRP, for use with the WSRP interceptors.
IEventManipulator A request context that represents input data for the "handleEvents" operation.
IFormParamsContext A context that represents form parameters that is used by multiple wsrp-2.0 operations such as PerformBlockingInteraction and GetResource.
IGetMarkupBaseRequestContext A base request context that represents partial input data for the "getMarkup" operation.
IGetMarkupBaseResponseContext A base response context that represents partial output data of the "getMarkup" operation.
IGetMarkupRequestContext A request context that represents input data for the "getMarkup" operation.
IGetMarkupResponseContext A response context that represents output data of the "getMarkup" operation.
IGetRenderDependenciesRequestContext Request context that represents the input data for the getRenderDependendencies operation.
IGetRenderDependenciesResponseContext Response context that represents the output data of the "getRenderDependendencies" operation.
IGetResourceRequestContext An interface that represents input data for the "getResource" operation.
IGetResourceResponseContext An interface that represents the data structure of the ResourceResponse Type as specified in the WSRP-2.0 Spec (5.1.18)
IHandleEventsRequestContext A request context that represents input data for the "handleEvents" operation.
IHandleEventsResponseContext A response context that represents output data of the "handleEvents" operation.
IInitCookieRequestContext A request context that represents input data for the "initCookie" operation.
IInitCookieResponseContext A response context that represents output data of the "initCookie" operation.
IInteractionResponseContext A base interaction response context that represents partial output data of the "performBlockingInteraction" and "handleEvents" operations.
IMarkupRequestStateContext A context that represents markup request state type that is used by multiple wsrp-2.0 operations, such as GetMarkup and HandleEvents
IMarkupResponseStateContext A response context that provides methods for custom data transfer which is applicable only in the WLP Consumer/Producer combination.
IMimeRequestContext A request context that represents the MimeRequest Type (5.1.13) in the WSRP 2.0 specification.
IMimeResponseContext  
IPortletStateChangeContext A context that represents portlet state change type that is used by multiple wsrp-2.0 operations, such as GetResource, PerformBlocking, and HandleEvents
IReleaseSessionsRequestContext A request context that represents input data for the "releaseSessions" operation.
IReleaseSessionsResponseContext A response context that represents output data of the "releaseSessions" operation.
IRenderDependencyTag Represents a render dependency tag.
IResourceContext An interface that represents data of the "resourceContext" element, which is described in the WSRP specification.
IRuntimeContext An interface that represents data of the "runtimeContext" element which described in the WSRP specification.
IScriptFragment A script fragment.
ISessionContext An interface that represents data of the "sessionContext" element, which is described in the WSRP specification.
IUrlTemplates URL templates for various types of URLs.
IUserContext Represents data of the "userContext" element, which is described in the WSRP specification.
IUserProfile  

 

Class Summary
IRenderDependencyTag.Factory Factory to create a default implementation.
IScriptFragment.Factory Factory to create a default implementation.
UserProfile A simple user profile class that encapsulates a user name and an assoicated group name.

 

Enum Summary
PortletStateChange An enum that represents portletStateChange element.

 

Package com.bea.wsrp.model.markup Description

Provides interfaces to access and modify request and response messages of "initCookie", "getMarkup", "performBlockingInteraction", and "handleEvents" WSRP operations.

Package Specification

These interfaces are used in interceptors interfaces, for more information please refer to the following interfaces.


Skip navigation links


Copyright © 2010, Oracle. All rights reserved.