com.bea.alui.proxy
Class ProxyContextFactory

java.lang.Object
  extended bycom.bea.alui.proxy.ProxyContextFactory

public final class ProxyContextFactory
extends java.lang.Object

Factory used to create objects that provide environment information about Pagelet requests.


Method Summary
 IProxyContext createProxyContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Create an IPageletContext instance given Servlet request and response objects.
static ProxyContextFactory getInstance()
          Get an instance of a PageletContextFactory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ProxyContextFactory getInstance()
Get an instance of a PageletContextFactory.

Returns:

createProxyContext

public IProxyContext createProxyContext(javax.servlet.http.HttpServletRequest req,
                                        javax.servlet.http.HttpServletResponse resp)
Create an IPageletContext instance given Servlet request and response objects.

Returns:


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.