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

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

public class FacesFlowReturnImpl
extends FacesFlowReturn

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowReturnImpl()
           
 
Method Summary
 String getId()
           
 NavigationCase getNavigationCase()
          "...
 void setId(String id)
           
 void setNavigationCase(NavigationCase navigationCase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowReturnImpl

public FacesFlowReturnImpl()
Method Detail

getNavigationCase

public NavigationCase getNavigationCase()
Description copied from class: FacesFlowReturn
"... This element must contain exactly one navigation-case element, which must contain exactly one from-outcome element. ..."

Specified by:
getNavigationCase in class FacesFlowReturn
Returns:

setNavigationCase

public void setNavigationCase(NavigationCase navigationCase)
Parameters:
navigationCase - the _navigationCase to set

getId

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

setId

public void setId(String id)


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