Package javax.faces.flow.builder
package javax.faces.flow.builder
Classes for declaring a Faces
Flow. See FlowBuilder
and
its helpers for the normative specification of this feature.
-
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.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.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
.