Uses of Class
org.apache.myfaces.config.element.NavigationRule
Packages that use NavigationRule
Package
Description
- 
Uses of NavigationRule in org.apache.myfaces.configMethods in org.apache.myfaces.config that return types with arguments of type NavigationRuleModifier and TypeMethodDescriptionRuntimeConfig.getNavigationRules()Return the navigation rules that can be used by the NavigationHandler implementation.Methods in org.apache.myfaces.config with parameters of type NavigationRuleModifier and TypeMethodDescriptionvoidRuntimeConfig.addNavigationRule(NavigationRule navigationRule) Method parameters in org.apache.myfaces.config with type arguments of type NavigationRuleModifier and TypeMethodDescriptionFacesConfigValidator.validate(Collection<? extends NavigationRule> navRules, ExternalContext ctx) 
- 
Uses of NavigationRule in org.apache.myfaces.config.elementMethods in org.apache.myfaces.config.element that return types with arguments of type NavigationRuleModifier and TypeMethodDescriptionabstract List<NavigationRule>FacesFlowDefinition.getNavigationRuleList()abstract List<NavigationRule>FacesConfig.getNavigationRules()abstract Collection<NavigationRule>FacesConfigData.getNavigationRules()
- 
Uses of NavigationRule in org.apache.myfaces.config.implMethods in org.apache.myfaces.config.impl that return types with arguments of type NavigationRule
- 
Uses of NavigationRule in org.apache.myfaces.config.impl.elementSubclasses of NavigationRule in org.apache.myfaces.config.impl.elementMethods in org.apache.myfaces.config.impl.element that return types with arguments of type NavigationRuleModifier and TypeMethodDescriptionFacesFlowDefinitionImpl.getNavigationRuleList()FacesConfigImpl.getNavigationRules()Methods in org.apache.myfaces.config.impl.element with parameters of type NavigationRuleModifier and TypeMethodDescriptionvoidFacesConfigImpl.addNavigationRule(NavigationRule rule) voidFacesFlowDefinitionImpl.addNavigationRule(NavigationRule value) 
- 
Uses of NavigationRule in org.apache.myfaces.utilMethods in org.apache.myfaces.util with parameters of type NavigationRuleModifier and TypeMethodDescriptionstatic Set<NavigationCase>NavigationUtils.convertNavigationCasesToAPI(NavigationRule rule)