org.apache.myfaces.flow
Class FlowNodeImpl

java.lang.Object
  extended by javax.faces.flow.FlowNode
      extended by org.apache.myfaces.flow.FlowNodeImpl
All Implemented Interfaces:
Freezable

public class FlowNodeImpl
extends FlowNode
implements Freezable

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
FlowNodeImpl(String id)
           
 
Method Summary
 void freeze()
          Call this method when the object will be made available to the runtime
 String getId()
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowNodeImpl

public FlowNodeImpl(String id)
Method Detail

getId

public String getId()
Specified by:
getId in class FlowNode

setId

public void setId(String id)

freeze

public void freeze()
Description copied from interface: Freezable
Call this method when the object will be made available to the runtime

Specified by:
freeze in interface Freezable


Copyright © 2015 The Apache Software Foundation. All rights reserved.