Class JuelExpression

    • Field Detail

      • expression

        protected final javax.el.ValueExpression expression
    • Constructor Detail

      • JuelExpression

        public JuelExpression​(javax.el.ValueExpression expression,
                              JuelElContextFactory elContextFactory)
    • Method Detail

      • getValue

        public Object getValue​(VariableContext variableContext)
        Description copied from interface: ElExpression
        Execute the expression and return the value
        Specified by:
        getValue in interface ElExpression
        Parameters:
        variableContext - the context in which the expression should be executed
        Returns:
        the value