Uses of Class
jakarta.faces.flow.Parameter
Package
Description
-
Uses of Parameter in com.sun.faces.flow
Modifier and TypeMethodDescriptionFlowImpl._getInboundParameters()
FlowCallNodeImpl._getOutboundParameters()
MethodCallNodeImpl._getParameters()
FlowImpl.getInboundParameters()
FlowCallNodeImpl.getOutboundParameters()
MethodCallNodeImpl.getParameters()
ModifierConstructorDescriptionFlowCallNodeImpl
(String id, String calledFlowDocumentId, String calledFlowId, List<Parameter> outboundParametersFromConfig) MethodCallNodeImpl
(FacesContext context, String id, String methodExpressionString, String defaultOutcomeString, List<Parameter> parametersFromConfig) -
Uses of Parameter in com.sun.faces.flow.builder
-
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.