Class DriverPortletWindowContextFactory
- java.lang.Object
-
- org.silverpeas.core.web.portlets.context.window.DriverPortletWindowContextFactory
-
- All Implemented Interfaces:
com.sun.portal.container.PortletWindowContextFactory
public class DriverPortletWindowContextFactory extends Object implements com.sun.portal.container.PortletWindowContextFactory
DriverPortletWindowContextFactory provides the implementation of the abstract methods of PortletWindowContextFactory.
-
-
Constructor Summary
Constructors Constructor Description DriverPortletWindowContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.portal.container.PortletWindowContext
getPortletWindowContext(javax.servlet.http.HttpServletRequest request)
com.sun.portal.container.PortletWindowContext
getPortletWindowContext(javax.servlet.http.HttpServletRequest request, String userID)
-
-
-
Method Detail
-
getPortletWindowContext
public com.sun.portal.container.PortletWindowContext getPortletWindowContext(javax.servlet.http.HttpServletRequest request) throws com.sun.portal.container.PortletWindowContextException
- Specified by:
getPortletWindowContext
in interfacecom.sun.portal.container.PortletWindowContextFactory
- Throws:
com.sun.portal.container.PortletWindowContextException
-
getPortletWindowContext
public com.sun.portal.container.PortletWindowContext getPortletWindowContext(javax.servlet.http.HttpServletRequest request, String userID) throws com.sun.portal.container.PortletWindowContextException
- Specified by:
getPortletWindowContext
in interfacecom.sun.portal.container.PortletWindowContextFactory
- Throws:
com.sun.portal.container.PortletWindowContextException
-
-