Uses of Interface
org.xwiki.velocity.VelocityEngine

Packages that use VelocityEngine
org.xwiki.velocity   
org.xwiki.velocity.internal   
org.xwiki.velocity.internal.jmx   
 

Uses of VelocityEngine in org.xwiki.velocity
 

Methods in org.xwiki.velocity that return VelocityEngine
 VelocityEngine VelocityFactory.createVelocityEngine(java.lang.String key, java.util.Properties properties)
          Creates a new Velocity engine instance, which will be cached using a specific key for later reuse.
 VelocityEngine VelocityManager.getVelocityEngine()
          Get the current Velocity Engine or create one if none has been created.
 VelocityEngine VelocityFactory.getVelocityEngine(java.lang.String key)
          Retrieves from the cache the Velocity engine corresponding to a specific key, if such an engine was already created.
 

Uses of VelocityEngine in org.xwiki.velocity.internal
 

Classes in org.xwiki.velocity.internal that implement VelocityEngine
 class DefaultVelocityEngine
          Default implementation of the Velocity service which initializes the Velocity system using configuration values defined in the component's configuration.
 

Methods in org.xwiki.velocity.internal that return VelocityEngine
 VelocityEngine DefaultVelocityFactory.createVelocityEngine(java.lang.String key, java.util.Properties properties)
          Creates a new Velocity engine instance, which will be cached using a specific key for later reuse.
 VelocityEngine DefaultVelocityFactory.getVelocityEngine(java.lang.String key)
          Retrieves from the cache the Velocity engine corresponding to a specific key, if such an engine was already created.
 

Uses of VelocityEngine in org.xwiki.velocity.internal.jmx
 

Constructors in org.xwiki.velocity.internal.jmx with parameters of type VelocityEngine
JMXVelocityEngine(VelocityEngine engine)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.