java.lang.Object
jakarta.faces.flow.Parameter
com.sun.faces.flow.ParameterImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Return the name of the parametergetValue()Return aValueExpressionfor the value of the parameter.voidvoidsetValue(ValueExpression value)
-
Constructor Details
-
ParameterImpl
public ParameterImpl() -
ParameterImpl
-
-
Method Details
-
getName
-
setName
-
getValue
Description copied from class:ParameterReturn a
ValueExpressionfor the value of the parameter. Depending on the context, this expression may only ever be evaluated in a "get" operation. -
setValue
-