org.apache.myfaces.config.element
Class FacesFlowReturn
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesFlowReturn
public FacesFlowReturn()
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.