public class ClientCodeGen extends Object implements CodeGenerator
| Constructor and Description |
|---|
ClientCodeGen() |
ClientCodeGen(CodeGenSettings codeGenSettings) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileExtension() |
void |
write(Appendable output,
Iterable<VIEWCommandNode> views)
Generates client-side code for the given views
|
void |
write(Appendable output,
VIEWCommandNode... views)
Generates client-side code for the given views
|
public ClientCodeGen()
public ClientCodeGen(CodeGenSettings codeGenSettings)
public String getFileExtension()
getFileExtension in interface CodeGeneratorpublic void write(Appendable output, VIEWCommandNode... views) throws IOException
write in interface CodeGeneratoroutput - views - IOExceptionpublic void write(Appendable output, Iterable<VIEWCommandNode> views) throws IOException
write in interface CodeGeneratoroutput - views - IOExceptionCopyright © 2014. All rights reserved.