| Package | Description |
|---|---|
| com.sun.faces.flow | |
| jakarta.faces.flow |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowCallNodeImpl |
| Modifier and Type | Method and Description |
|---|---|
FlowCallNode |
FlowImpl.getFlowCall(Flow targetFlow) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,FlowCallNode> |
FlowImpl._getFlowCalls() |
Map<String,FlowCallNode> |
FlowImpl.getFlowCalls() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowHandlerImpl.transition(FacesContext context,
Flow sourceFlow,
Flow targetFlow,
FlowCallNode outboundCallNode,
String toViewId) |
| Modifier and Type | Method and Description |
|---|---|
abstract FlowCallNode |
Flow.getFlowCall(Flow targetFlow)
Return the |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,FlowCallNode> |
Flow.getFlowCalls()
Return an immutable data structure containing all the flow call nodes declared for this flow. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FlowHandler.transition(FacesContext context,
Flow sourceFlow,
Flow targetFlow,
FlowCallNode outboundCallNode,
String toViewId)
Perform a transition in the flow graph for the current user's |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.