Package | Description |
---|---|
javax.faces.flow |
The runtime API for Faces Flows. |
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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.