Uses of Interface
io.quarkus.qute.Expression
-
-
Uses of Expression in io.quarkus.qute
Fields in io.quarkus.qute with type parameters of type Expression Modifier and Type Field Description Map<String,Expression>SectionBlock. expressionsAn unmodifiable ordered map of parameter expressions.Methods in io.quarkus.qute that return Expression Modifier and Type Method Description ExpressionSectionHelperFactory.BlockInfo. addExpression(String param, String value)Parse and register an expression for the specified parameter.ExpressionSectionHelperFactory.SectionInitContext. getExpression(String parameterName)Note that the expression must be registered in theSectionHelperFactory.initializeBlock(Scope, BlockInfo)first.ExpressionSectionHelperFactory.SectionInitContext. parseValue(String value)Parse the specified value.Methods in io.quarkus.qute that return types with arguments of type Expression Modifier and Type Method Description List<Expression>Template. getExpressions()default List<Expression>TemplateNode. getExpressions()List<Expression>Expression.VirtualMethodPart. getParameters()List<Expression>EvalContext. getParams()A virtual method may accept any number of parameters.List<Expression>Results.NotFound. getParams()Methods in io.quarkus.qute with parameters of type Expression Modifier and Type Method Description CompletionStage<Object>EvalContext. evaluate(Expression expression)Evaluate the given expression using the relevantResolutionContext.CompletionStage<Object>Evaluator. evaluate(Expression expression, ResolutionContext resolutionContext)CompletionStage<Object>ResolutionContext. evaluate(Expression expression)Evaluate the expression.StringHtmlEscaper. map(Object result, Expression expression)StringResultMapper. map(Object result, Expression expression)StringEngine. mapResult(Object result, Expression expression)Maps the given result to a string value.Constructor parameters in io.quarkus.qute with type arguments of type Expression Constructor Description EvalSectionHelper(Map<String,Expression> parameters, Engine engine)
-