Class WrappedMethodExpression

  • All Implemented Interfaces:
    Serializable

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

      • WrappedMethodExpression

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

      • getMethodInfo

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

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

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

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

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