java.lang.Object
jakarta.faces.flow.Parameter
com.sun.faces.flow.ParameterImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Return the name of the parametergetValue()
Return aValueExpression
for the value of the parameter.void
void
setValue
(ValueExpression value)
-
Constructor Details
-
ParameterImpl
public ParameterImpl() -
ParameterImpl
-
-
Method Details
-
getName
-
setName
-
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
-