yawda.view.portlet
Class CPortletVelocityEngine

java.lang.Object
  extended byyawda.view.portlet.CPortletVelocityEngine

public final class CPortletVelocityEngine
extends Object

Author:
Quentin Anciaux

Field Summary
static String CONTEXT_KEY
           
 
Method Summary
 org.apache.velocity.app.VelocityEngine getEngine()
           
static CPortletVelocityEngine getInstance(javax.servlet.ServletContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_KEY

public static final String CONTEXT_KEY
See Also:
Constant Field Values
Method Detail

getInstance

public static final CPortletVelocityEngine getInstance(javax.servlet.ServletContext context)
                                                throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

getEngine

public final org.apache.velocity.app.VelocityEngine getEngine()