com.plumtree.remote.portlet
Class PortletContextFactory

java.lang.Object
  extended bycom.plumtree.remote.portlet.PortletContextFactory

public class PortletContextFactory
extends java.lang.Object

PortletContextFactory is a class that has one static factory method to generate IPortletContext objects. It is the entry point for Portlets to send and receive information from the portal.


Method Summary
static IPortletContext createPortletContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Factory method that returns a new IPortletContext for the current page.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createPortletContext

public static IPortletContext createPortletContext(javax.servlet.http.HttpServletRequest req,
                                                   javax.servlet.http.HttpServletResponse resp)
Factory method that returns a new IPortletContext for the current page.

Parameters:
req - the current HTTP request
resp - the current HTTP response


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.