Class ParameterImpl

java.lang.Object
jakarta.faces.flow.Parameter
org.apache.myfaces.flow.ParameterImpl
All Implemented Interfaces:
Freezable

public class ParameterImpl extends Parameter implements Freezable
Since:
2.2
Author:
Leonardo Uribe
  • Constructor Details

    • ParameterImpl

      public ParameterImpl(String name, jakarta.el.ValueExpression value)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class Parameter
    • getValue

      public jakarta.el.ValueExpression getValue()
      Specified by:
      getValue in class Parameter
    • freeze

      public void freeze()
      Description copied from interface: Freezable
      Call this method when the object will be made available to the runtime
      Specified by:
      freeze in interface Freezable
    • setName

      public void setName(String name)
    • setValue

      public void setValue(jakarta.el.ValueExpression value)