Uses of Class
jakarta.faces.flow.builder.FlowBuilder

Packages that use FlowBuilder
Package
Description
 
  • Uses of FlowBuilder in jakarta.faces.flow.builder

    Modifier and Type
    Method
    Description
    abstract FlowBuilder
    FlowBuilder.finalizer(jakarta.el.MethodExpression methodExpression)
    A MethodExpression that will be invoked when the flow is exited.
    abstract FlowBuilder
    FlowBuilder.finalizer(String methodExpression)
    A MethodExpression that will be invoked when the flow is exited.
    abstract FlowBuilder
    FlowBuilder.id(String definingDocumentId, String id)
    Set the defining document id and flow id of this flow.
    abstract FlowBuilder
    FlowBuilder.inboundParameter(String name, jakarta.el.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(jakarta.el.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.