Class ForwardingMethodExpression

    • Constructor Detail

      • ForwardingMethodExpression

        public ForwardingMethodExpression()
    • Method Detail

      • delegate

        protected abstract javax.el.MethodExpression delegate()
      • getMethodInfo

        public javax.el.MethodInfo getMethodInfo​(javax.el.ELContext context)
        Specified by:
        getMethodInfo in class javax.el.MethodExpression
      • invoke

        public Object invoke​(javax.el.ELContext context,
                             Object[] params)
        Specified by:
        invoke in class javax.el.MethodExpression
      • getExpressionString

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

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

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

        public boolean isParametersProvided()
        Overrides:
        isParametersProvided in class javax.el.MethodExpression
      • isParmetersProvided

        @Deprecated
        public boolean isParmetersProvided()
        Deprecated.
        Overrides:
        isParmetersProvided in class javax.el.MethodExpression
      • hashCode

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