| Package | Description |
|---|---|
| com.google.template.soy.sharedpasses.render |
| Modifier and Type | Class and Description |
|---|---|
class |
TestingEnvironment
An
Environment for testing expressions. |
| Modifier and Type | Field and Description |
|---|---|
protected Environment |
RenderVisitor.env
The current environment.
|
| Modifier and Type | Method and Description |
|---|---|
static Environment |
TestingEnvironment.createForTest(SoyRecord params,
Map<String,SoyValueProvider> locals)
Creates an environment that should only be used in testing environments.
|
static Environment |
Environment.prerenderingEnvironment()
For Prerendering we create an
Environment for the given template where all entries are
initialized to UndefinedData. |
| Modifier and Type | Method and Description |
|---|---|
EvalVisitor |
EvalVisitorFactoryImpl.create(Environment env,
SoyRecord ijData,
SoyCssRenamingMap cssRenamingMap,
SoyIdRenamingMap xidRenamingMap,
SoyMsgBundle msgBundle,
boolean debugSoyTemplateInfo) |
EvalVisitor |
EvalVisitor.EvalVisitorFactory.create(Environment env,
SoyRecord ijData,
SoyCssRenamingMap cssRenamingMap,
SoyIdRenamingMap xidRenamingMap,
SoyMsgBundle msgBundle,
boolean debugSoyTemplateInfo)
Creates an EvalVisitor.
|
| Constructor and Description |
|---|
EvalVisitor(Environment env,
SoyRecord ijData,
SoyCssRenamingMap cssRenamingMap,
SoyIdRenamingMap xidRenamingMap,
SoyMsgBundle msgBundle,
boolean debugSoyTemplateInfo) |