org.apache.myfaces.config.element
Class NavigationRule
java.lang.Object
org.apache.myfaces.config.element.NavigationRule
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NavigationRule
public abstract class NavigationRule
- extends Object
- implements Serializable
Entry of the Collection returned by
RuntimeConfig.getNavigationRules()
.
- 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 |
NavigationRule
public NavigationRule()
getFromViewId
public abstract String getFromViewId()
getNavigationCases
public abstract Collection<? extends NavigationCase> getNavigationCases()
- Returns:
- a Collection of
NavigationCase
s
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.