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:
  • Constructor Details

    • FacesFlowReturn

      public FacesFlowReturn()
  • Method Details

    • 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: