| Modifier and Type | Method and Description |
|---|---|
void |
ClassGenerator.writeClassBegin(PrettyWriter out,
String className,
String superclassName,
ComponentBean component,
SourceTemplate template) |
void |
ClassGenerator.writeImports(PrettyWriter out,
SourceTemplate template,
String packageName,
String fullSuperclassName,
String superclassName,
Collection components) |
void |
ClassGenerator.writeImports(PrettyWriter out,
SourceTemplate template,
String packageName,
String fullSuperclassName,
String superclassName,
ComponentBean component) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractComponentGenerator.writeClassBegin(PrettyWriter out,
String className,
String superclassName,
ComponentBean component,
SourceTemplate template) |
void |
AbstractComponentGenerator.writeImports(PrettyWriter out,
SourceTemplate template,
String packageName,
String fullSuperclassName,
String superclassName,
Collection components) |
void |
AbstractComponentGenerator.writeImports(PrettyWriter out,
SourceTemplate template,
String packageName,
String fullSuperclassName,
String superclassName,
ComponentBean component) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractComponentTagGenerator.writeClassBegin(PrettyWriter out,
String className,
String superclassName,
ComponentBean component,
SourceTemplate template) |
void |
AbstractComponentTagGenerator.writeImports(PrettyWriter out,
SourceTemplate template,
String packageName,
String fullSuperclassName,
String superclassName,
Collection components) |
void |
AbstractComponentTagGenerator.writeImports(PrettyWriter out,
SourceTemplate template,
String packageName,
String fullSuperclassName,
String superclassName,
ComponentBean component) |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.