Package jakarta.faces.flow.builder
package jakarta.faces.flow.builder
-
ClassDescriptionA Java language API for building
Flow
s.The presence of this annotation on a CDI producer method for theFlowDefinition
annotation causes theFlowBuilder
to be passed to that method.Supports inline instantiation of theFlowBuilderParameter
qualifier.Create a flow call node in the currentFlow
.The presence of this annotation on a CDI producer method indicates that the method will produce a flow.Supports inline instantiation of theFlowDefinition
qualifier.Create a method call node in the currentFlow
.Create a navigation case in the currentFlow
.Base interface for building all kinds of flow nodes.Create a return node in the currentFlow
.Create a switch node in the currentFlow
.Create a case in the current switch.Create a view node in the currentFlow
.