org.iternine.jeppetto.enhance
Class VelocityEnhancer<T>

java.lang.Object
  extended by org.iternine.jeppetto.enhance.Enhancer<T>
      extended by org.iternine.jeppetto.enhance.VelocityEnhancer<T>

public abstract class VelocityEnhancer<T>
extends Enhancer<T>


Constructor Summary
VelocityEnhancer(Class<T> baseClass)
           
 
Method Summary
 Class<? extends T> enhanceClass(Class<T> baseClass)
           
protected abstract  String getTemplateLocation()
           
 
Methods inherited from class org.iternine.jeppetto.enhance.Enhancer
enhance, getBaseClass, getEnhancedClass, needsEnhancement, newInstance, validateClassIsEnhanceable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityEnhancer

public VelocityEnhancer(Class<T> baseClass)
Method Detail

getTemplateLocation

protected abstract String getTemplateLocation()

enhanceClass

public final Class<? extends T> enhanceClass(Class<T> baseClass)
Specified by:
enhanceClass in class Enhancer<T>


Copyright © 2011. All Rights Reserved.