Package | Description |
---|---|
javax.faces.flow |
The runtime API for Faces Flows. |
javax.faces.flow.builder |
Classes for declaring a Faces Flow. |
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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.