Modifier and Type | Method and Description |
---|---|
static Value |
BaseCompiledTemplate.asVariableValue(String variableName,
DataContext context) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDataContext
This is the basic implementation of the DataContext.
|
Constructor and Description |
---|
ExpressionEvaluator(DataContext context,
FunctionExecutor functionExecutor) |
Modifier and Type | Method and Description |
---|---|
DataContext |
RenderingContext.getDataContext()
Return the DataContext object associated with this RenderingContext.
|
DataContext |
DefaultRenderingContext.getDataContext() |
Constructor and Description |
---|
DefaultRenderingContext(DataContext dataContext,
ResourceLoader resourceLoader,
Appendable out,
FunctionExecutor globalFunctionExecutor,
AutoEscapeOptions autoEscapeOptions) |
Modifier and Type | Method and Description |
---|---|
static Value |
Value.variableValue(String name,
DataContext dataContext)
Create a value linked to a variable name.
|
Constructor and Description |
---|
VariableValue(String name,
DataContext dataContext) |
Copyright © 2010-2013 Google. All Rights Reserved.