org.apache.myfaces.config.element
Class FacesFlowMethodParameter

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

public abstract class FacesFlowMethodParameter
extends Object
implements Serializable

Author:
lu4242
See Also:
Serialized Form

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

Constructor Detail

FacesFlowMethodParameter

public FacesFlowMethodParameter()
Method Detail

getClassName

public abstract String getClassName()

getValue

public abstract String getValue()


Copyright © 2014 The Apache Software Foundation. All rights reserved.