Package jakarta.faces.flow
Class Parameter
java.lang.Object
jakarta.faces.flow.Parameter
Represents a parameter in any of several places where parameters are needed when processing flows.
- Since:
 - 2.2
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetName()Return the name of the parameterabstract ValueExpressiongetValue()Return aValueExpressionfor the value of the parameter. 
- 
Constructor Details
- 
Parameter
public Parameter() 
 - 
 - 
Method Details
- 
getName
Return the name of the parameter
- Returns:
 - the name of the parameter
 - Since:
 - 2.2
 
 - 
getValue
Return a
ValueExpressionfor the value of the parameter. Depending on the context, this expression may only ever be evaluated in a "get" operation.- Returns:
 - a 
ValueExpressionfor the value of the parameter - Since:
 - 2.2
 
 
 -