Class MethodCallNodeImpl

    • Constructor Detail

      • MethodCallNodeImpl

        public MethodCallNodeImpl​(String id)
    • Method Detail

      • getMethodExpression

        public jakarta.el.MethodExpression getMethodExpression()
        Description copied from class: MethodCallNode

        Return the MethodExpression to be invoked to when control passes to this node.

        Specified by:
        getMethodExpression in class MethodCallNode
        Returns:
        the MethodExpression to be invoked to when control passes to this node
      • setMethodExpression

        public void setMethodExpression​(jakarta.el.MethodExpression methodExpression)
      • getOutcome

        public jakarta.el.ValueExpression getOutcome()
        Description copied from class: MethodCallNode

        Return the outcome to be used in the event of a null return from the method.

        Specified by:
        getOutcome in class MethodCallNode
        Returns:
        the outcome
      • setOutcome

        public void setOutcome​(jakarta.el.ValueExpression outcome)