org.jboss.portal.core.controller.portlet
Class PortletContextFactory

java.lang.Object
  extended by org.jboss.portal.core.controller.portlet.PortletContextFactory

public class PortletContextFactory
extends java.lang.Object

Version:
$Revision: 8883 $
Author:
Julien Viet

Constructor Summary
PortletContextFactory(ControllerContext controllerContext)
           
PortletContextFactory(ControllerContext controllerContext, Portal portal, Window window)
           
 
Method Summary
 PortalContext createPortalContext()
           
 RequestContext createRequestContext()
           
 SecurityContext createSecurityContext()
           
 UserContext createUserContext()
           
 WindowContext createWindowContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContextFactory

public PortletContextFactory(ControllerContext controllerContext,
                             Portal portal,
                             Window window)

PortletContextFactory

public PortletContextFactory(ControllerContext controllerContext)
Method Detail

createPortalContext

public PortalContext createPortalContext()

createRequestContext

public RequestContext createRequestContext()

createSecurityContext

public SecurityContext createSecurityContext()

createUserContext

public UserContext createUserContext()

createWindowContext

public WindowContext createWindowContext()