Package 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 SummaryModifier and TypeMethodDescriptionvoidfreeze()Call this method when the object will be made available to the runtime
- 
Method Details- 
freezevoid freeze()Call this method when the object will be made available to the runtime
 
-