Uses of Class
jakarta.faces.flow.Parameter
-
Uses of Parameter in jakarta.faces.flow
Modifier and TypeMethodDescriptionFlow.getInboundParameters()
Return an immutable data structure containing the inbound parameters that have been declared for this flow.FlowCallNode.getOutboundParameters()
MethodCallNode.getParameters()
Return the parameters to be passed to the method. -
Uses of Parameter in jakarta.faces.flow.builder
Modifier and TypeMethodDescriptionabstract MethodCallBuilder
MethodCallBuilder.parameters
(List<Parameter> parameters) Set the parameters of the method call node.