| Interface | Description |
|---|---|
| CodeGenerator |
| Class | Description |
|---|---|
| ClientCodeGen |
Generates client-side code for views
Inherently thread-safe as contains no mutable instance data.
|
| CodeDOMBuilder |
Translates the view AST to CodeDOM tree
|
| CodeGenSettings |
Settings which affect generated code
|
| JavaCodeGen |
Code generator which emits Java source from CodeDOM classes
Inherently thread-safe as contains no mutable instance data.
|
| ScriptTranslator |
Translates JavaScript source code into CodeDOM
|
| Exception | Description |
|---|---|
| ScriptTranslationException |
Copyright © 2014. All rights reserved.