Modifier and Type | Method and Description |
---|---|
void |
BaseCompiledTemplate.setFunctionExecutor(FunctionExecutor functionExecutor) |
Constructor and Description |
---|
TemplateCompiler(TemplateFactory templateFactory,
FunctionExecutor globalFunctionExecutor,
AutoEscapeOptions autoEscapeOptions) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRegistry
Simple implementation of FunctionFinder that you can register your own functions with.
|
Modifier and Type | Class and Description |
---|---|
class |
ClearSilverCompatibleFunctions
Set of functions required to allow JSilver to be compatible with ClearSilver.
|
class |
CoreOperators
Function registry containing core operators used in expressions.
|
Constructor and Description |
---|
ExpressionEvaluator(DataContext context,
FunctionExecutor functionExecutor) |
InterpretedTemplate(TemplateLoader loader,
TemplateSyntaxTree syntaxTree,
String name,
FunctionExecutor functionExecutor,
AutoEscapeOptions autoEscapeOptions,
EscapeMode mode) |
InterpretedTemplateLoader(TemplateFactory templateFactory,
FunctionExecutor globalFunctionExecutor,
AutoEscapeOptions autoEscapeOptions) |
TemplateInterpreter(Template template,
TemplateLoader templateLoader,
RenderingContext context,
FunctionExecutor functionExecutor) |
Constructor and Description |
---|
PrecompiledTemplateLoader(TemplateLoader nextLoader,
Map<Object,String> templateToClassNameMap,
FunctionExecutor globalFunctionExecutor,
AutoEscapeOptions autoEscapeOptions) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRenderingContext
Default implementation of RenderingContext.
|
Constructor and Description |
---|
DefaultRenderingContext(DataContext dataContext,
ResourceLoader resourceLoader,
Appendable out,
FunctionExecutor globalFunctionExecutor,
AutoEscapeOptions autoEscapeOptions) |
Copyright © 2010–2013 Google. All rights reserved.