Uses of Interface
com.googlecode.fascinator.portal.services.PortalManager

Packages that use PortalManager
com.googlecode.fascinator.portal.services   
com.googlecode.fascinator.portal.services.cache   
com.googlecode.fascinator.portal.services.impl   
 

Uses of PortalManager in com.googlecode.fascinator.portal.services
 

Methods in com.googlecode.fascinator.portal.services that return PortalManager
 PortalManager ScriptingServices.getPortalManager()
           
 

Methods in com.googlecode.fascinator.portal.services with parameters of type PortalManager
static DynamicPageCache PortalModule.buildDynamicPageCache(PortalManager portalManager, VelocityService velocityService, ScriptingServices scriptingServices, org.apache.tapestry5.ioc.services.RegistryShutdownHub hub)
           
 

Uses of PortalManager in com.googlecode.fascinator.portal.services.cache
 

Constructors in com.googlecode.fascinator.portal.services.cache with parameters of type PortalManager
JythonCacheEntryFactory(PortalManager portalManager, VelocityService velocityService, ScriptingServices scriptingServices)
          Constructs the factory.
 

Uses of PortalManager in com.googlecode.fascinator.portal.services.impl
 

Classes in com.googlecode.fascinator.portal.services.impl that implement PortalManager
 class PortalManagerImpl
           
 

Methods in com.googlecode.fascinator.portal.services.impl that return PortalManager
 PortalManager ScriptingServicesImpl.getPortalManager()
           
 

Constructors in com.googlecode.fascinator.portal.services.impl with parameters of type PortalManager
CachingDynamicPageServiceImpl(PortalManager portalManager, VelocityService velocityService)
          Constructs and configures the service.
EhcacheDynamicPageCacheImpl(PortalManager portalManager, VelocityService velocityService, ScriptingServices scriptingServices)
          Construct and configure the caches.
VelocityServiceImpl(PortalManager portalManager, DynamicPageCache pageCache)
          Construct and configure the Velocity service.
 



Copyright © 2009-2011. All Rights Reserved.