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, 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 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.