org.apache.myfaces.config.impl.digester.elements
Class FacesFlowMethodCallImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.FacesFlowMethodCall
      extended by org.apache.myfaces.config.impl.digester.elements.FacesFlowMethodCallImpl
All Implemented Interfaces:
Serializable

public class FacesFlowMethodCallImpl
extends FacesFlowMethodCall

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowMethodCallImpl()
           
 
Method Summary
 void addParameter(FacesFlowMethodParameter parameter)
           
 String getDefaultOutcome()
           
 String getId()
           
 String getMethod()
           
 List<FacesFlowMethodParameter> getParameterList()
           
 void setDefaultOutcome(String defaultOutcome)
           
 void setId(String id)
           
 void setMethod(String method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowMethodCallImpl

public FacesFlowMethodCallImpl()
Method Detail

getMethod

public String getMethod()
Specified by:
getMethod in class FacesFlowMethodCall

getDefaultOutcome

public String getDefaultOutcome()
Specified by:
getDefaultOutcome in class FacesFlowMethodCall

setMethod

public void setMethod(String method)
Parameters:
method - the method to set

setDefaultOutcome

public void setDefaultOutcome(String defaultOutcome)
Parameters:
defaultOutcome - the defaultOutcome to set

getId

public String getId()
Specified by:
getId in class FacesFlowMethodCall

setId

public void setId(String id)

getParameterList

public List<FacesFlowMethodParameter> getParameterList()
Specified by:
getParameterList in class FacesFlowMethodCall

addParameter

public void addParameter(FacesFlowMethodParameter parameter)


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