org.apache.myfaces.config.element
Class FacesFlowReturn

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

public abstract class FacesFlowReturn
extends Object
implements Serializable

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowReturn()
           
 
Method Summary
abstract  String getId()
           
abstract  NavigationCase getNavigationCase()
          "...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowReturn

public FacesFlowReturn()
Method Detail

getId

public abstract String getId()

getNavigationCase

public abstract NavigationCase getNavigationCase()
"... This element must contain exactly one navigation-case element, which must contain exactly one from-outcome element. ..."

Returns:


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