|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FunctionExecutor in com.google.clearsilver.jsilver.compiler |
---|
Methods in com.google.clearsilver.jsilver.compiler with parameters of type FunctionExecutor | |
---|---|
void |
BaseCompiledTemplate.setFunctionExecutor(FunctionExecutor functionExecutor)
|
Constructors in com.google.clearsilver.jsilver.compiler with parameters of type FunctionExecutor | |
---|---|
TemplateCompiler(TemplateFactory templateFactory,
FunctionExecutor globalFunctionExecutor,
AutoEscapeOptions autoEscapeOptions)
|
Uses of FunctionExecutor in com.google.clearsilver.jsilver.functions |
---|
Classes in com.google.clearsilver.jsilver.functions that implement FunctionExecutor | |
---|---|
class |
FunctionRegistry
Simple implementation of FunctionFinder that you can register your own functions with. |
Uses of FunctionExecutor in com.google.clearsilver.jsilver.functions.bundles |
---|
Classes in com.google.clearsilver.jsilver.functions.bundles that implement FunctionExecutor | |
---|---|
class |
ClearSilverCompatibleFunctions
Set of functions required to allow JSilver to be compatible with ClearSilver. |
class |
CoreOperators
Function registry containing core operators used in expressions. |
Uses of FunctionExecutor in com.google.clearsilver.jsilver.interpreter |
---|
Constructors in com.google.clearsilver.jsilver.interpreter with parameters of type FunctionExecutor | |
---|---|
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)
|
Uses of FunctionExecutor in com.google.clearsilver.jsilver.precompiler |
---|
Constructors in com.google.clearsilver.jsilver.precompiler with parameters of type FunctionExecutor | |
---|---|
PrecompiledTemplateLoader(TemplateLoader nextLoader,
Map<Object,String> templateToClassNameMap,
FunctionExecutor globalFunctionExecutor,
AutoEscapeOptions autoEscapeOptions)
|
Uses of FunctionExecutor in com.google.clearsilver.jsilver.template |
---|
Classes in com.google.clearsilver.jsilver.template that implement FunctionExecutor | |
---|---|
class |
DefaultRenderingContext
Default implementation of RenderingContext. |
Constructors in com.google.clearsilver.jsilver.template with parameters of type FunctionExecutor | |
---|---|
DefaultRenderingContext(DataContext dataContext,
ResourceLoader resourceLoader,
Appendable out,
FunctionExecutor globalFunctionExecutor,
AutoEscapeOptions autoEscapeOptions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |