Class WrappedMethodExpression

  • All Implemented Interfaces:
    Serializable

    public class WrappedMethodExpression
    extends jakarta.el.MethodExpression
    See Also:
    Serialized Form
    • Constructor Detail

      • WrappedMethodExpression

        public WrappedMethodExpression​(jakarta.el.MethodExpression methodExpression)
    • Method Detail

      • getMethodInfo

        public jakarta.el.MethodInfo getMethodInfo​(jakarta.el.ELContext context)
                                            throws NullPointerException,
                                                   jakarta.el.ELException
        Specified by:
        getMethodInfo in class jakarta.el.MethodExpression
        Throws:
        NullPointerException
        jakarta.el.ELException
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in class jakarta.el.Expression
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class jakarta.el.Expression
      • getExpressionString

        public String getExpressionString()
        Specified by:
        getExpressionString in class jakarta.el.Expression
      • isLiteralText

        public boolean isLiteralText()
        Specified by:
        isLiteralText in class jakarta.el.Expression