Class StackedMethodExpression

java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
org.eclnt.jsfserver.util.StackedMethodExpression
All Implemented Interfaces:
Serializable, ActionListener

public class StackedMethodExpression extends jakarta.el.MethodExpression implements ActionListener
See Also:
  • Constructor Details

    • StackedMethodExpression

      public StackedMethodExpression(Application app, String mbString)
  • Method Details

    • getMethodInfo

      public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext elContext) 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 elContext, Object[] args) 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
    • invoke

      public Object invoke(jakarta.el.ELContext elContext, Object[] args, boolean throwErrorIfNotReached) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.MethodNotFoundException, jakarta.el.ELException
      Throws:
      NullPointerException
      jakarta.el.PropertyNotFoundException
      jakarta.el.MethodNotFoundException
      jakarta.el.ELException
    • equals

      public boolean equals(Object arg0)
      Specified by:
      equals in class jakarta.el.Expression
    • getExpressionString

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

      public void processAction(ActionEvent event) throws AbortProcessingException
      Specified by:
      processAction in interface ActionListener
      Throws:
      AbortProcessingException
    • toString

      public String toString()
      Overrides:
      toString in class Object