| Package | Description |
|---|---|
| com.sun.faces.flow | |
| jakarta.faces.flow |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowCallNodeImpl |
class |
MethodCallNodeImpl |
class |
ReturnNodeImpl |
class |
SwitchNodeImpl |
class |
ViewNodeImpl |
| Modifier and Type | Method and Description |
|---|---|
FlowNode |
FlowImpl.getNode(String nodeId) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowCallNode |
class |
MethodCallNode
Represents a method call node in the flow graph. |
class |
ReturnNode
Represents a return node in the flow graph. |
class |
SwitchNode
Represents a switch node in the flow graph. |
class |
ViewNode
ViewNode is the class that represents a VDL view in a faces flow graph. |
| Modifier and Type | Method and Description |
|---|---|
abstract FlowNode |
Flow.getNode(String nodeId)
Return the generic |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.