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 Summary
Modifier and TypeMethodDescriptionvoid
freeze()
Call this method when the object will be made available to the runtime
-
Method Details
-
freeze
void freeze()Call this method when the object will be made available to the runtime
-