Package org.apache.myfaces.flow
Class ParameterImpl
java.lang.Object
jakarta.faces.flow.Parameter
org.apache.myfaces.flow.ParameterImpl
- All Implemented Interfaces:
- Freezable
- Since:
- 2.2
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ParameterImpl
 
- 
- 
Method Details- 
getName
- 
getValuepublic jakarta.el.ValueExpression getValue()
- 
freezepublic void freeze()Description copied from interface:FreezableCall this method when the object will be made available to the runtime
- 
setName
- 
setValuepublic void setValue(jakarta.el.ValueExpression value) 
 
-