org.mule.tools.visualizer.config
Class VelocitySupport

java.lang.Object
  extended byorg.mule.tools.visualizer.config.VelocitySupport
Direct Known Subclasses:
AbstractIndexer, MuleDocPostRenderer

public abstract class VelocitySupport
extends Object


Field Summary
static String FILE
           
static String JAR
           
static String MAGIC_VELOCITY_RESOURCE_LOADER
           
 
Constructor Summary
protected VelocitySupport(GraphEnvironment env)
           
 
Method Summary
protected  GraphEnvironment getEnv()
           
protected  org.apache.velocity.app.VelocityEngine getVe()
           
protected  void setEnv(GraphEnvironment env)
           
protected  void setVe(org.apache.velocity.app.VelocityEngine ve)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE

public static final String FILE
See Also:
Constant Field Values

JAR

public static final String JAR
See Also:
Constant Field Values

MAGIC_VELOCITY_RESOURCE_LOADER

public static final String MAGIC_VELOCITY_RESOURCE_LOADER
See Also:
Constant Field Values
Constructor Detail

VelocitySupport

protected VelocitySupport(GraphEnvironment env)
                   throws Exception
Method Detail

setEnv

protected void setEnv(GraphEnvironment env)

getEnv

protected GraphEnvironment getEnv()

setVe

protected void setVe(org.apache.velocity.app.VelocityEngine ve)

getVe

protected org.apache.velocity.app.VelocityEngine getVe()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.