org.apache.myfaces.config.element
Class NavigationCase
java.lang.Object
org.apache.myfaces.config.element.NavigationCase
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NavigationCase
public abstract class NavigationCase
- extends Object
- implements Serializable
Entry of the Collection returned by NavigationRule.getNavigationCases()
.
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationCase
public NavigationCase()
getFromAction
public abstract String getFromAction()
getFromOutcome
public abstract String getFromOutcome()
getIf
public abstract String getIf()
getRedirect
public abstract Redirect getRedirect()
getToViewId
public abstract String getToViewId()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.