org.apache.myfaces.config.impl.digester.elements
Class FacesFlowReturnImpl
java.lang.Object
org.apache.myfaces.config.element.FacesFlowReturn
org.apache.myfaces.config.impl.digester.elements.FacesFlowReturnImpl
- All Implemented Interfaces:
- Serializable
public class FacesFlowReturnImpl
- extends FacesFlowReturn
- 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 |
FacesFlowReturnImpl
public FacesFlowReturnImpl()
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 © 2014 The Apache Software Foundation. All rights reserved.