Class TagMethodExpression

java.lang.Object
javax.el.Expression
javax.el.MethodExpression
org.apache.myfaces.tobago.facelets.TagMethodExpression
All Implemented Interfaces:
Externalizable, Serializable, javax.faces.FacesWrapper<javax.el.MethodExpression>

public final class TagMethodExpression extends javax.el.MethodExpression implements Externalizable, javax.faces.FacesWrapper<javax.el.MethodExpression>
Jacob Hookom
See Also:
  • Constructor Details

    • TagMethodExpression

      public TagMethodExpression()
    • TagMethodExpression

      public TagMethodExpression(javax.faces.view.facelets.TagAttribute attr, javax.el.MethodExpression orig)
  • Method Details

    • 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
    • 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
    • isLiteralText

      public boolean isLiteralText()
      Specified by:
      isLiteralText in class javax.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
    • getWrapped

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