Class NavigationRuleImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.NavigationRule
- 
- org.apache.myfaces.config.impl.element.NavigationRuleImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class NavigationRuleImpl extends NavigationRule implements Serializable - Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NavigationRuleImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNavigationCase(NavigationCase value)StringgetFromViewId()List<NavigationCase>getNavigationCases()voidsetFromViewId(String fromViewId)
 
- 
- 
- 
Method Detail- 
getFromViewIdpublic String getFromViewId() - Specified by:
- getFromViewIdin class- NavigationRule
 
 - 
setFromViewIdpublic void setFromViewId(String fromViewId) 
 - 
addNavigationCasepublic void addNavigationCase(NavigationCase value) 
 - 
getNavigationCasespublic List<NavigationCase> getNavigationCases() - Specified by:
- getNavigationCasesin class- NavigationRule
- Returns:
- a Collection of NavigationCases
 
 
- 
 
-