javax.faces.flow
Class Parameter

java.lang.Object
  extended by javax.faces.flow.Parameter

public abstract class Parameter
extends Object

Represents a parameter in any of several places where parameters are needed when processing flows.

Since:
2.2

Constructor Summary
Parameter()
           
 
Method Summary
abstract  String getName()
          

Return the name of the parameter

abstract  javax.el.ValueExpression getValue()
          

Return a ValueExpression for the value of the parameter.

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter()
Method Detail

getName

public abstract String getName()

Return the name of the parameter

Since:
2.2

getValue

public abstract javax.el.ValueExpression getValue()

Return a ValueExpression for the value of the parameter. Depending on the context, this expression may only ever be evaluated in a "get" operation.

Since:
2.2


Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms