javax.faces.flow
Class MethodCallNode

java.lang.Object
  extended by javax.faces.flow.FlowNode
      extended by javax.faces.flow.MethodCallNode

public abstract class MethodCallNode
extends FlowNode

Since:
2.2

Constructor Summary
MethodCallNode()
           
 
Method Summary
abstract  javax.el.MethodExpression getMethodExpression()
           
abstract  javax.el.ValueExpression getOutcome()
           
abstract  List<Parameter> getParameters()
           
 
Methods inherited from class javax.faces.flow.FlowNode
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCallNode

public MethodCallNode()
Method Detail

getMethodExpression

public abstract javax.el.MethodExpression getMethodExpression()

getOutcome

public abstract javax.el.ValueExpression getOutcome()

getParameters

public abstract List<Parameter> getParameters()


Copyright © 2014 The Apache Software Foundation. All rights reserved.