Class AttributeEditorGenerator

java.lang.Object
com.google.gwt.core.ext.Generator
cn.mapway.ui.server.mvc.AttributeEditorGenerator

public class AttributeEditorGenerator extends com.google.gwt.core.ext.Generator
搜集属性编辑器 创建一个工厂
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.google.gwt.core.ext.Generator

    com.google.gwt.core.ext.Generator.RunsLocal
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, String typeName)
     
    strEscape(String stringData)
     

    Methods inherited from class com.google.gwt.core.ext.Generator

    escape, escapeClassName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AttributeEditorGenerator

      public AttributeEditorGenerator()
  • Method Details

    • generate

      public String generate(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, String typeName) throws com.google.gwt.core.ext.UnableToCompleteException
      Specified by:
      generate in class com.google.gwt.core.ext.Generator
      Throws:
      com.google.gwt.core.ext.UnableToCompleteException
    • strEscape

      public String strEscape(String stringData)