org.apache.myfaces.config.element
Class NavigationCase
java.lang.Object
org.apache.myfaces.config.element.NavigationCase
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NavigationCase
public abstract class NavigationCase
- extends java.lang.Object
- implements java.io.Serializable
Entry of the Collection returned by NavigationRule.getNavigationCases()
.
- Version:
- $Revision: 1039554 $ $Date: 2010-11-26 15:32:39 -0500 (Fri, 26 Nov 2010) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
- 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 java.lang.String getFromAction()
getFromOutcome
public abstract java.lang.String getFromOutcome()
getIf
public abstract java.lang.String getIf()
getRedirect
public abstract Redirect getRedirect()
getToViewId
public abstract java.lang.String getToViewId()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.