org.apache.myfaces.config.element
Class FacesFlowMethodCall

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

public abstract class FacesFlowMethodCall
extends Object
implements Serializable

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowMethodCall()
           
 
Method Summary
abstract  String getDefaultOutcome()
           
abstract  String getId()
           
abstract  String getMethod()
           
abstract  List<FacesFlowMethodParameter> getParameterList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowMethodCall

public FacesFlowMethodCall()
Method Detail

getId

public abstract String getId()

getMethod

public abstract String getMethod()

getDefaultOutcome

public abstract String getDefaultOutcome()

getParameterList

public abstract List<FacesFlowMethodParameter> getParameterList()


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