com.bea.alui.proxy
Interface IProxyContext


public interface IProxyContext

Root interface for retrieving information from the proxy for specific pagelets. Generally, the pagelet obtains an IProxyContext by using the ProxyContextFactory.createProxyContext() static factory method.


Method Summary
 IProxyRequest getProxyRequest()
          Returns an IProxyRequest representing the HTTP request for this pagelet.
 IProxyResponse getProxyResponse()
          Returns an IProxyResponse representing the HTTP response for this pagelet.
 

Method Detail

getProxyRequest

public IProxyRequest getProxyRequest()
Returns an IProxyRequest representing the HTTP request for this pagelet.

Returns:
IProxyRequest

getProxyResponse

public IProxyResponse getProxyResponse()
Returns an IProxyResponse representing the HTTP response for this pagelet.

Returns:
IProxyResponse


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.