Package org.apache.myfaces.flow
Interface Freezable
- 
- All Known Implementing Classes:
- FlowCallNodeImpl,- FlowImpl,- FlowNodeImpl,- MethodCallNodeImpl,- NavigationCaseImpl,- ParameterImpl,- ReturnNodeImpl,- SwitchCaseImpl,- SwitchNodeImpl,- ViewNodeImpl
 
 public interface FreezableObjects of classes implementing this class can be made inmutable calling freeze() method.- Author:
- Leonardo Uribe
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfreeze()Call this method when the object will be made available to the runtime
 
-