org.apache.jetspeed.portalsite.impl
Class PortalSiteImpl

java.lang.Object
  extended by org.apache.jetspeed.portalsite.impl.PortalSiteImpl
All Implemented Interfaces:
PortalSite

public class PortalSiteImpl
extends java.lang.Object
implements PortalSite

This class implements the portal-site component.

Version:
$Id: PortalSiteImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
Randy Watler

Constructor Summary
PortalSiteImpl(PageManager pageManager)
          PortalSiteImpl - component constructor
 
Method Summary
 PageManager getPageManager()
          getPageManager - return PageManager component instance
 PortalSiteSessionContext newSessionContext()
          newSessionContext - create a new session context instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalSiteImpl

public PortalSiteImpl(PageManager pageManager)
PortalSiteImpl - component constructor

Parameters:
pageManager - PageManager component instance
Method Detail

newSessionContext

public PortalSiteSessionContext newSessionContext()
newSessionContext - create a new session context instance

Specified by:
newSessionContext in interface PortalSite
Returns:
new session context instance

getPageManager

public PageManager getPageManager()
getPageManager - return PageManager component instance

Specified by:
getPageManager in interface PortalSite
Returns:
PageManager instance


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.