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

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()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.