Class TagMethodExpression

  • All Implemented Interfaces:
    jakarta.faces.FacesWrapper<jakarta.el.MethodExpression>, Externalizable, Serializable

    public final class TagMethodExpression
    extends jakarta.el.MethodExpression
    implements Externalizable, jakarta.faces.FacesWrapper<jakarta.el.MethodExpression>
    Jacob Hookom
    See Also:
    Serialized Form
    • Constructor Detail

      • TagMethodExpression

        public TagMethodExpression()
      • TagMethodExpression

        public TagMethodExpression​(jakarta.faces.view.facelets.TagAttribute attr,
                                   jakarta.el.MethodExpression orig)
    • Method Detail

      • getMethodInfo

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

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

        public String getExpressionString()
        Specified by:
        getExpressionString in class jakarta.el.Expression
      • 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
      • isLiteralText

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

        public jakarta.el.MethodExpression getWrapped()
        Specified by:
        getWrapped in interface jakarta.faces.FacesWrapper<jakarta.el.MethodExpression>