org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp
Class PortletAPIObjectFactory
java.lang.Object
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.PortletAPIObjectFactory
public class PortletAPIObjectFactory
- extends java.lang.Object
Created by the Exo Development team.
Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net
Date: 11 nov. 2003
Time: 19:52:26
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static PortletAPIObjectFactory getInstance()
- Returns:
- class instance
createPortletContext
public final javax.portlet.PortletContext createPortletContext(org.exoplatform.container.ExoContainer cont,
javax.servlet.ServletContext scontext,
Portlet portlet)
- Parameters:
cont - exo containerscontext - servlet contextportlet - portlet
- Returns:
- portlet context
createPortletContext
public final javax.portlet.PortletContext createPortletContext(org.exoplatform.container.ExoContainer cont,
javax.servlet.ServletContext scontext,
Portlet portlet,
java.net.URLClassLoader cl)
- Parameters:
cont - exo containerscontext - servlet contextportlet - portletcl - class loader
- Returns:
- portlet context
Copyright © 2012 eXo Platform SAS. All Rights Reserved.