Uses of Class
jakarta.faces.flow.builder.FlowBuilder
-
Uses of FlowBuilder in jakarta.faces.flow.builder
Modifier and TypeMethodDescriptionabstract FlowBuilder
FlowBuilder.finalizer
(MethodExpression methodExpression) A MethodExpression that will be invoked when the flow is exited.abstract FlowBuilder
A MethodExpression that will be invoked when the flow is exited.abstract FlowBuilder
Set the defining document id and flow id of this flow.abstract FlowBuilder
FlowBuilder.inboundParameter
(String name, ValueExpression expression) A parameter that will be populated with the value from a correspondingly named outbound parameter from another flow when this flow is entered from that flow.abstract FlowBuilder
FlowBuilder.inboundParameter
(String name, String expression) A parameter that will be populated with the value from a correspondingly named outbound parameter from another flow when this flow is entered from that flow.abstract FlowBuilder
FlowBuilder.initializer
(MethodExpression methodExpression) A MethodExpression that will be invoked when the flow is entered.abstract FlowBuilder
FlowBuilder.initializer
(String methodExpression) A MethodExpression that will be invoked when the flow is entered.