Class ELActionContext

    • Constructor Detail

      • ELActionContext

        public ELActionContext​(javax.el.ELContext originalContext,
                               javax.el.ExpressionFactory expressionFactory)
    • Method Detail

      • evalExpression

        public <T> T evalExpression​(String expression,
                                    Class<T> expectedType)
                             throws javax.el.ELException
        Description copied from interface: ActionContext
        Evaluates the given expression and returns the result cast to the given expectedType.
        Specified by:
        evalExpression in interface ActionContext
        Returns:
        the result of the expression evaluation
        Throws:
        javax.el.ELException