Class MethodExpressionMethodExpression

java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
org.apache.myfaces.view.facelets.el.MethodExpressionMethodExpression
All Implemented Interfaces:
Externalizable, Serializable

public class MethodExpressionMethodExpression extends jakarta.el.MethodExpression implements Externalizable
Author:
Leonardo Uribe
See Also:
  • Constructor Details

    • MethodExpressionMethodExpression

      public MethodExpressionMethodExpression()
    • MethodExpressionMethodExpression

      public MethodExpressionMethodExpression(jakarta.el.MethodExpression methodExpressionOneArg, jakarta.el.MethodExpression methodExpressionZeroArg)
  • Method Details

    • getMethodInfo

      public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.MethodNotFoundException, jakarta.el.ELException
      Specified by:
      getMethodInfo in class jakarta.el.MethodExpression
      Throws:
      NullPointerException
      jakarta.el.PropertyNotFoundException
      jakarta.el.MethodNotFoundException
      jakarta.el.ELException
    • invoke

      public Object invoke(jakarta.el.ELContext context, Object[] params) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.MethodNotFoundException, jakarta.el.ELException
      Specified by:
      invoke in class jakarta.el.MethodExpression
      Throws:
      NullPointerException
      jakarta.el.PropertyNotFoundException
      jakarta.el.MethodNotFoundException
      jakarta.el.ELException
    • getExpressionString

      public String getExpressionString()
      Specified by:
      getExpressionString 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
    • 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