Class StackedMethodExpression

java.lang.Object
javax.el.Expression
javax.el.MethodExpression
org.eclnt.jsfserver.util.StackedMethodExpression
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class StackedMethodExpression extends javax.el.MethodExpression implements javax.faces.event.ActionListener
See Also:
  • Constructor Details

    • StackedMethodExpression

      public StackedMethodExpression(javax.faces.application.Application app, String mbString)
  • Method Details

    • getMethodInfo

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

      public Object invoke(javax.el.ELContext elContext, Object[] args) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.MethodNotFoundException, javax.el.ELException
      Specified by:
      invoke in class javax.el.MethodExpression
      Throws:
      NullPointerException
      javax.el.PropertyNotFoundException
      javax.el.MethodNotFoundException
      javax.el.ELException
    • invoke

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object