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 IDK, including tutorials, blogs, code samples and more, see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.