org.apache.myfaces.config.element
Class FacesFlowParameter

java.lang.Object
  extended by org.apache.myfaces.config.element.FacesFlowParameter
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FacesFlowParameterImpl

public abstract class FacesFlowParameter
extends Object
implements Serializable

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowParameter()
           
 
Method Summary
abstract  String getName()
           
abstract  String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowParameter

public FacesFlowParameter()
Method Detail

getName

public abstract String getName()

getValue

public abstract String getValue()


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