javax.faces.flow
Class FlowNode

java.lang.Object
  extended by javax.faces.flow.FlowNode
Direct Known Subclasses:
FlowCallNode, MethodCallNode, ReturnNode, SwitchNode, ViewNode

public abstract class FlowNode
extends Object

FlowNode is the base class for all nodes in a faces flow graph.

Since:
2.2

Constructor Summary
FlowNode()
           
 
Method Summary
abstract  String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowNode

public FlowNode()
Method Detail

getId

public abstract String getId()


Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms