javax.faces.flow
Class MethodCallNode
java.lang.Object
javax.faces.flow.FlowNode
javax.faces.flow.MethodCallNode
public abstract class MethodCallNode
- extends FlowNode
- Since:
- 2.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodCallNode
public MethodCallNode()
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.