javax.faces.flow
Class FlowNode

java.lang.Object
  extended by javax.faces.flow.FlowNode
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ViewNode

public abstract class FlowNode
extends Object
implements Serializable

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

Since:
2.2
See Also:
Serialized Form

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

Constructor Detail

FlowNode

public FlowNode()


Copyright 2002-2010 Oracle America Inc, Inc. All Rights Reserved.