Package jakarta.faces.flow.builder
-
Interface Summary Interface Description NodeBuilder Base interface for building all kinds of flow nodes. -
Class Summary Class Description FlowBuilder A Java language API for buildingFlow
s.FlowBuilderParameter.Literal Supports inline instantiation of theFlowBuilderParameter
qualifier.FlowCallBuilder Create a flow call node in the currentFlow
.FlowDefinition.Literal Supports inline instantiation of theFlowDefinition
qualifier.MethodCallBuilder Create a method call node in the currentFlow
.NavigationCaseBuilder Create a navigation case in the currentFlow
.ReturnBuilder Create a return node in the currentFlow
.SwitchBuilder Create a switch node in the currentFlow
.SwitchCaseBuilder Create a case in the current switch.ViewBuilder Create a view node in the currentFlow
. -
Annotation Types Summary Annotation Type Description FlowBuilderParameter The presence of this annotation on a CDI producer method for theFlowDefinition
annotation causes theFlowBuilder
to be passed to that method.FlowDefinition The presence of this annotation on a CDI producer method indicates that the method will produce a flow.