Class NavigationRule
- java.lang.Object
- 
- org.apache.myfaces.config.element.NavigationRule
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- NavigationRuleImpl
 
 public abstract class NavigationRule extends Object implements Serializable Entry of the Collection returned byRuntimeConfig.getNavigationRules().- Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NavigationRule()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetFromViewId()abstract List<? extends NavigationCase>getNavigationCases()
 
- 
- 
- 
Method Detail- 
getFromViewIdpublic abstract String getFromViewId() 
 - 
getNavigationCasespublic abstract List<? extends NavigationCase> getNavigationCases() - Returns:
- a Collection of NavigationCases
 
 
- 
 
-