Uses of Class
jakarta.faces.flow.Parameter
-
Packages that use Parameter Package Description com.sun.faces.flow com.sun.faces.flow.builder jakarta.faces.flow jakarta.faces.flow.builder -
-
Uses of Parameter in com.sun.faces.flow
Subclasses of Parameter in com.sun.faces.flow Modifier and Type Class Description classParameterImplMethods in com.sun.faces.flow that return types with arguments of type Parameter Modifier and Type Method Description Map<String,Parameter>FlowImpl. _getInboundParameters()Map<String,Parameter>FlowCallNodeImpl. _getOutboundParameters()List<Parameter>MethodCallNodeImpl. _getParameters()Map<String,Parameter>FlowImpl. getInboundParameters()Map<String,Parameter>FlowCallNodeImpl. getOutboundParameters()List<Parameter>MethodCallNodeImpl. getParameters()Constructor parameters in com.sun.faces.flow with type arguments of type Parameter Constructor Description FlowCallNodeImpl(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
Method parameters in com.sun.faces.flow.builder with type arguments of type Parameter Modifier and Type Method Description MethodCallBuilderMethodCallBuilderImpl. parameters(List<Parameter> parameters) -
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 MethodCallBuilderMethodCallBuilder. parameters(List<Parameter> parameters)Set the parameters of the method call node.
-