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.protected Map<String,Expression>IncludeSectionHelper. parametersMethods 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.ExpressionTemplate. findExpression(Predicate<Expression> predicate)If invoked upon a fragment instance then delegate to the defining template.ExpressionParameterDeclaration. getDefaultValue()ExpressionParameterDeclarationNode. getDefaultValue()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()If invoked upon a fragment instance then delegate to the defining template.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.default CompletionStage<Object>SectionHelper.SectionResolutionContext. evaluate(Expression expression)Evaluates a single 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.Method parameters in io.quarkus.qute with type arguments of type Expression Modifier and Type Method Description CompletionStage<Map<String,Object>>SectionHelper.SectionResolutionContext. evaluate(Map<String,Expression> expressions)Evaluates the given expressions and returns the map of expression keys to evaluated values.ExpressionTemplate. findExpression(Predicate<Expression> predicate)If invoked upon a fragment instance then delegate to the defining template.protected voidUserTagSectionHelper.Factory. handleParamInit(String key, String value, SectionHelperFactory.SectionInitContext context, Map<String,Expression> params)protected IncludeSectionHelperIncludeSectionHelper.Factory. newHelper(Supplier<Template> template, Map<String,Expression> params, Map<String,SectionBlock> extendingBlocks, Boolean isolatedValue, SectionHelperFactory.SectionInitContext context)protected UserTagSectionHelperUserTagSectionHelper.Factory. newHelper(Supplier<Template> template, Map<String,Expression> params, Map<String,SectionBlock> extendingBlocks, Boolean isolatedValue, SectionHelperFactory.SectionInitContext context)Constructors in io.quarkus.qute with parameters of type Expression Constructor Description ParameterDeclarationNode(String typeInfo, String key, Expression defaultValue, TemplateNode.Origin origin)Constructor parameters in io.quarkus.qute with type arguments of type Expression Constructor Description EvalSectionHelper(Map<String,Expression> parameters, Engine engine)
-