Package com.sun.faces.flow
Class ParameterImpl
java.lang.Object
jakarta.faces.flow.Parameter
com.sun.faces.flow.ParameterImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ParameterImpl
public ParameterImpl() -
ParameterImpl
-
-
Method Details
-
getName
Description copied from class:Parameter
Return the name of the parameter
-
setName
-
getValue
public jakarta.el.ValueExpression getValue()Description copied from class:Parameter
Return a
ValueExpression
for the value of the parameter. Depending on the context, this expression may only ever be evaluated in a "get" operation. -
setValue
public void setValue(jakarta.el.ValueExpression value)
-