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