Uses of Class
jakarta.faces.flow.Parameter
-
Packages that use Parameter Package Description jakarta.faces.flow jakarta.faces.flow.builder -
-
Uses of Parameter in jakarta.faces.flow
Methods in jakarta.faces.flow that return types with arguments of type Parameter Modifier and Type Method 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. -
Uses of Parameter in jakarta.faces.flow.builder
Method parameters in jakarta.faces.flow.builder with type arguments of type Parameter Modifier and Type Method Description abstract MethodCallBuilder
MethodCallBuilder. parameters(List<Parameter> parameters)
Set the parameters of the method call node.
-