Class WrappedExpressionFactory


  • public class WrappedExpressionFactory
    extends jakarta.el.ExpressionFactory
    • Constructor Detail

      • WrappedExpressionFactory

        public WrappedExpressionFactory​(jakarta.el.ExpressionFactory expressionFactory)
    • Method Detail

      • coerceToType

        public Object coerceToType​(Object arg0,
                                   Class<?> arg1)
                            throws jakarta.el.ELException
        Specified by:
        coerceToType in class jakarta.el.ExpressionFactory
        Throws:
        jakarta.el.ELException
      • createMethodExpression

        public jakarta.el.MethodExpression createMethodExpression​(jakarta.el.ELContext arg0,
                                                                  String arg1,
                                                                  Class<?> arg2,
                                                                  Class<?>[] arg3)
                                                           throws jakarta.el.ELException,
                                                                  NullPointerException
        Specified by:
        createMethodExpression in class jakarta.el.ExpressionFactory
        Throws:
        jakarta.el.ELException
        NullPointerException
      • createValueExpression

        public jakarta.el.ValueExpression createValueExpression​(Object arg0,
                                                                Class<?> arg1)
        Specified by:
        createValueExpression in class jakarta.el.ExpressionFactory
      • createValueExpression

        public jakarta.el.ValueExpression createValueExpression​(jakarta.el.ELContext arg0,
                                                                String arg1,
                                                                Class<?> arg2)
                                                         throws NullPointerException,
                                                                jakarta.el.ELException
        Specified by:
        createValueExpression in class jakarta.el.ExpressionFactory
        Throws:
        NullPointerException
        jakarta.el.ELException