Class TagMethodExpression

java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
com.sun.faces.facelets.el.TagMethodExpression
All Implemented Interfaces:
Externalizable, Serializable

public final class TagMethodExpression extends jakarta.el.MethodExpression implements Externalizable
Version:
$Id$
Author:
Jacob Hookom
See Also:
  • Constructor Details

    • TagMethodExpression

      public TagMethodExpression()
    • TagMethodExpression

      public TagMethodExpression(TagAttribute attr, jakarta.el.MethodExpression orig)
  • Method Details

    • 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 o)
      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
    • writeExternal

      public void writeExternal(ObjectOutput out) throws IOException
      Specified by:
      writeExternal in interface Externalizable
      Throws:
      IOException
    • readExternal

      public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
      Specified by:
      readExternal in interface Externalizable
      Throws:
      IOException
      ClassNotFoundException
    • toString

      public String toString()
      Overrides:
      toString in class Object