com.ideo.sweetdevria.velocity
Class VelocityInstanceFactory

java.lang.Object
  extended by com.ideo.sweetdevria.velocity.VelocityInstanceFactory

public class VelocityInstanceFactory
extends java.lang.Object


Field Summary
static org.apache.velocity.app.VelocityEngine velocityEngine
          Singleton instance of VelocityEngine.
 
Constructor Summary
VelocityInstanceFactory()
           
 
Method Summary
static org.apache.velocity.app.VelocityEngine getVelocityEngine()
          Get the velocityEngine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

velocityEngine

public static org.apache.velocity.app.VelocityEngine velocityEngine
Singleton instance of VelocityEngine.

Constructor Detail

VelocityInstanceFactory

public VelocityInstanceFactory()
Method Detail

getVelocityEngine

public static org.apache.velocity.app.VelocityEngine getVelocityEngine()
Get the velocityEngine.

Returns:
Returns the velocityEngine.


Copyright © 2010 Ideo Technologies. All Rights Reserved.