org.apache.myfaces.flow
Interface Freezable

All Known Implementing Classes:
FlowCallNodeImpl, FlowImpl, FlowNodeImpl, MethodCallNodeImpl, NavigationCaseImpl, ParameterImpl, ReturnNodeImpl, SwitchCaseImpl, SwitchNodeImpl, ViewNodeImpl

public interface Freezable

Objects of classes implementing this class can be made inmutable calling freeze() method.

Author:
Leonardo Uribe

Method Summary
 void freeze()
          Call this method when the object will be made available to the runtime
 

Method Detail

freeze

void freeze()
Call this method when the object will be made available to the runtime



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