| Package | Description | 
|---|---|
| javax.faces.flow | |
| javax.faces.flow.builder | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Map<String,Parameter> | 
Flow.getInboundParameters()
Return an immutable data structure containing the inbound parameters that have been declared for this flow.  | 
abstract Map<String,Parameter> | 
FlowCallNode.getOutboundParameters()  | 
abstract List<Parameter> | 
MethodCallNode.getParameters()
Return the parameters to be passed to the method.  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract MethodCallBuilder | 
MethodCallBuilder.parameters(List<Parameter> parameters)
Set the parameters of the method call node.  | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.