Uses of Class
org.apache.commons.jexl3.internal.TemplateInterpreter.Arguments
-
Packages that use TemplateInterpreter.Arguments Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of TemplateInterpreter.Arguments in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal that return TemplateInterpreter.Arguments Modifier and Type Method Description (package private) TemplateInterpreter.Arguments
TemplateInterpreter.Arguments. context(JexlContext j)
Sets the context.(package private) TemplateInterpreter.Arguments
TemplateInterpreter.Arguments. expressions(TemplateEngine.TemplateExpression[] e)
Sets the expressions.(package private) TemplateInterpreter.Arguments
TemplateInterpreter.Arguments. frame(Frame f)
Sets the frame.(package private) TemplateInterpreter.Arguments
TemplateInterpreter.Arguments. options(JexlOptions o)
Sets the options.(package private) TemplateInterpreter.Arguments
TemplateInterpreter.Arguments. writer(java.io.Writer o)
Sets the writer.Methods in org.apache.commons.jexl3.internal with parameters of type TemplateInterpreter.Arguments Modifier and Type Method Description protected Interpreter
Engine. createTemplateInterpreter(TemplateInterpreter.Arguments args)
Creates a template interpreter.protected Interpreter
Engine32. createTemplateInterpreter(TemplateInterpreter.Arguments args)
Constructors in org.apache.commons.jexl3.internal with parameters of type TemplateInterpreter.Arguments Constructor Description TemplateInterpreter(TemplateInterpreter.Arguments args)
Creates a template interpreter instance.
-