Package | Description |
---|---|
javax.faces.flow.builder |
Classes for declaring a Faces Flow. |
Modifier and Type | Method and Description |
---|---|
abstract FlowCallBuilder |
FlowBuilder.flowCallNode(String flowCallNodeId)
Define a flow call node. |
abstract FlowCallBuilder |
FlowCallBuilder.flowReference(String flowDocumentId,
String flowId)
Define the flow reference of the called flow. |
abstract FlowCallBuilder |
FlowCallBuilder.markAsStartNode() |
abstract FlowCallBuilder |
FlowCallBuilder.outboundParameter(String name,
String value)
Define an outbound parameter for the flow call. |
abstract FlowCallBuilder |
FlowCallBuilder.outboundParameter(String name,
ValueExpression value)
Define an outbound parameter for the flow call. |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.