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.
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  
IGetResourceResponseContext  
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" operation.
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.
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.



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