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

Packages that use VelocityService
com.googlecode.fascinator.portal.services   
com.googlecode.fascinator.portal.services.cache   
com.googlecode.fascinator.portal.services.impl   
com.googlecode.fascinator.portal.workflow   
 

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

Methods in com.googlecode.fascinator.portal.services that return VelocityService
 VelocityService ScriptingServices.getVelocityService()
           
 

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

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

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

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

Classes in com.googlecode.fascinator.portal.services.impl that implement VelocityService
 class VelocityServiceImpl
          Velocity service implementation with skinning support.
 

Methods in com.googlecode.fascinator.portal.services.impl that return VelocityService
 VelocityService ScriptingServicesImpl.getVelocityService()
           
 

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

Uses of VelocityService in com.googlecode.fascinator.portal.workflow
 

Methods in com.googlecode.fascinator.portal.workflow with parameters of type VelocityService
 void SimpleWorkflowHelper.setVelocityService(VelocityService velocityService)
           
 



Copyright © 2009-2013. All Rights Reserved.