com.extjs.gxt.ui.rebind.core
Class TemplatesGenerator.TemplateToJavaSourceConverter

java.lang.Object
  extended by com.extjs.gxt.ui.rebind.core.TemplatesGenerator.TemplateToJavaSourceConverter
Enclosing class:
TemplatesGenerator

public static class TemplatesGenerator.TemplateToJavaSourceConverter
extends java.lang.Object

this class encapsulates all of the code to transform a single template into java source

When the convert() method is called the generated source already contains a variable "StringBuilder sb" initialized to a new instance

The convert() method should generate source of the form

  sb.append("some text");
  if (true) {
    sb.append("some more text");
  }
  


Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait