name.pehl.piriti.rebind
Class VelocityCreator

java.lang.Object
  extended by name.pehl.piriti.rebind.VelocityCreator
Direct Known Subclasses:
JsonReaderCreator, JsonWriterCreator, XmlReaderCreator, XmlWriterCreator

public abstract class VelocityCreator
extends Object


Constructor Summary
VelocityCreator(com.google.gwt.core.ext.typeinfo.JClassType rwType, String implName, String rwClassname)
           
 
Method Summary
 void createCode()
           
protected abstract  String getTemplate()
          Returns the velocity template which should be merged.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityCreator

public VelocityCreator(com.google.gwt.core.ext.typeinfo.JClassType rwType,
                       String implName,
                       String rwClassname)
                throws com.google.gwt.core.ext.UnableToCompleteException
Throws:
com.google.gwt.core.ext.UnableToCompleteException
Method Detail

createCode

public void createCode()
                throws com.google.gwt.core.ext.UnableToCompleteException
Throws:
com.google.gwt.core.ext.UnableToCompleteException

getTemplate

protected abstract String getTemplate()
Returns the velocity template which should be merged.

Returns:
the velocity template which should be merged.


Copyright © 2012 Harald Pehl. All Rights Reserved.