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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ParameterImpl
-
-
Method Details
-
getName
-
getValue
public jakarta.el.ValueExpression getValue() -
freeze
public void freeze()Description copied from interface:Freezable
Call this method when the object will be made available to the runtime -
setName
-
setValue
public void setValue(jakarta.el.ValueExpression value)
-