Uses of Interface
org.xwiki.velocity.VelocityEngine

Packages that use VelocityEngine
org.xwiki.velocity   
 

Uses of VelocityEngine in org.xwiki.velocity
 

Methods in org.xwiki.velocity that return VelocityEngine
 VelocityEngine VelocityFactory.createVelocityEngine(String key, 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(String key)
          Retrieves from the cache the Velocity engine corresponding to a specific key, if such an engine was already created.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.