Uses of Class
jakarta.faces.flow.builder.FlowBuilder
Packages that use FlowBuilder
-
Uses of FlowBuilder in com.sun.faces.flow.builder
Subclasses of FlowBuilder in com.sun.faces.flow.builderMethods in com.sun.faces.flow.builder that return FlowBuilderModifier and TypeMethodDescriptionFlowBuilderImpl.finalizer
(MethodExpression methodExpression) FlowBuilderImpl.inboundParameter
(String name, ValueExpression value) FlowBuilderImpl.inboundParameter
(String name, String value) FlowBuilderImpl.initializer
(MethodExpression methodExpression) FlowBuilderImpl.initializer
(String methodExpression) -
Uses of FlowBuilder in jakarta.faces.flow.builder
Methods in jakarta.faces.flow.builder that return FlowBuilderModifier 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.