javax.faces.flow
Class Parameter

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

public abstract class Parameter
extends Object

Since:
2.2

Constructor Summary
Parameter()
           
 
Method Summary
abstract  String getName()
           
abstract  javax.el.ValueExpression getValue()
           
 
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()

getValue

public abstract javax.el.ValueExpression getValue()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.