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.ArgumentsTemplateInterpreter.Arguments. context(JexlContext j)Sets the context.(package private) TemplateInterpreter.ArgumentsTemplateInterpreter.Arguments. expressions(TemplateEngine.TemplateExpression[] e)Sets the expressions.(package private) TemplateInterpreter.ArgumentsTemplateInterpreter.Arguments. frame(Frame f)Sets the frame.(package private) TemplateInterpreter.ArgumentsTemplateInterpreter.Arguments. options(JexlOptions o)Sets the options.(package private) TemplateInterpreter.ArgumentsTemplateInterpreter.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 InterpreterEngine. createTemplateInterpreter(TemplateInterpreter.Arguments args)Creates a template interpreter.protected InterpreterEngine32. createTemplateInterpreter(TemplateInterpreter.Arguments args)Deprecated.Constructors in org.apache.commons.jexl3.internal with parameters of type TemplateInterpreter.Arguments Constructor Description TemplateInterpreter(TemplateInterpreter.Arguments args)Creates a template interpreter instance.
-